Skip to content

Latest commit

 

History

History
145 lines (102 loc) · 8.63 KB

CHANGELOG.md

File metadata and controls

145 lines (102 loc) · 8.63 KB

CHANGELOG

Not released

  • Rename Credentials exported types #159
  • Improve types #160
  • Adapt Legend widget to work without children #161
  • Update deck.gl version to 8.5.0 #162
  • Fix Material-UI warnings on justify property #162

1.1.0-alpha.5 (2021-07-12)

  • Add and improve typings #157
  • Update to latest 8.5.0-beta.1 deck.gl version #158

1.1.0-alpha.4 (2021-06-24)

  • Fix ScatterplotWidget filters #153
  • Add LegendWidget #91

1.1.0-alpha.3 (2021-06-17)

  • Add support to CARTO Cloud Native #142
  • Update TypeScript typings to Cloud Native and remove SourceTypes from react-api public api#147
  • Remove SourceTypes from react-api public api #147
  • Add new ScatterplotWidget component #149
  • Update to latest 8.5.0-alpha.10 deck.gl version #149
  • Add support to Cloud Native SQL API #150

1.0.1 (2021-04-12)

  • Add basic Typescript typings #136
  • Remove debugger in googlemap and clean code #137

1.0.0 (2021-03-23)

1.0.0-rc.3 (2021-03-22)

  • Fix PieWidget tooltip confining it inside canvas #130
  • Fix FormulaWidgetUI render when data is zero #128
  • Remove viewportFilter boolean property from widgets #131

1.0.0-rc.2 (2021-03-19)

  • Fix material-ui warnings due to wrong styles in theme #124
  • Add Widgets from @carto/react-widgets to StoryBook #120
  • Improve GoogleMap component #121
  • Fix histogram removing last spurious bin #123
  • Add workers to calculate viewportFeatures #111

1.0.0-rc.1 (2021-03-11)

  • Add new PieWidget component #36
  • Change 'category' in input data for CategoryWidget for a more generic 'name' parameter #36
  • Improve performance widget client side calculations #88
  • Change BigQuery source type name from 'bq' to 'bigquery' #97
  • Change main dependencies mode to peer, reducing library bundle size #85
  • Fix viewportFeatures with empty tiles #100
  • Fix viewportFeatures mode in PieWidget when using viewportFilter #102
  • BREAKING: Refactor into a new multi-package project #104
  • Fix animations in Category Widget #108
  • Rename useCartoLayerFilterProps hook to useCartoLayerProps #109
  • Fix histogram operations with values equal to zero #113
  • Return uniqueIdProperty from useCartoLayerProps hook #113
  • Fix lint-staged for multi package #117

1.0.0-beta14 (2021-02-08)

  • Fix an issue on histogram's operations when processing a not finite value #79
  • Add sourcemaps and production mode in webpack bundles #83
  • Fix number of categories counter when some are locked on Category Widget #81
  • Fix luma mismatch caused by the use of '@deck.gl/extensions' #86

1.0.0-beta13 (2021-02-02)

  • Remove getUserDatasets method from api #68
  • Fix hover color in secondary buttons #65
  • Fix widgets loading state when calculating client-side #75
  • Fix min/max aggregated functions #76
  • Fix eventual memory leaks on requestAnimationFrame, on Category and Formula widgets #77
  • Update deck.gl version to 8.4 #78

1.0.0-beta12 (2021-01-22)

  • Fix basemap casing in store and action so basemap and setBasemap are used #64

1.0.0-beta10 (2021-01-14)

  • Fix WrapperWidgetUI anchorOrigin error #55
  • Add tooltip to WrapperWidget action buttons #56
  • Extend widget props to WrapperWidgetUI with a better implementation #57

1.0.0-beta9 (2020-12-18)

  • Pass actions and options to WrapperWidgetUI from HistogramWidget and CategoryWidget #50
  • Fix addSource in cartoSlice spreading layerAttributes #52
  • Category widget UX improvements #54
  • Add new clearFilters action #58
  • Design improvements #59

1.0.0-beta8 (2020-12-15)

  • Remove OAuthLogin component (extracted to the template project) #44
  • Add layerAttributes to addLayer and refactor updateLayer to use same destructuring approach #45
  • Restyle map attribution button for mobile #46
  • Allow disabling tooltip in HistogramWidget and fix hover on disabled bars for touch devices #46
  • Fix Clear button not appearing on iOS devices #46
  • Mobile design improvements #47

1.0.0-beta7 (2020-12-04)

  • Add meta value example to List component story #31
  • Mobile fixes and fix loading datasets for free accounts #38
  • Add updateLayer action to cartoSlice #39

1.0.0-beta6 (2020-11-27)

  • Added meta value version to List component #31
  • Fix CategoryWidgetUI displaying no data while loading #26
  • Animate CategoryWidget values #30
  • Make OAuthLogin component responsive #28
  • Remove FilterTypes from API exports #29
  • Fix CategoryWidgetUI keeping the order for blocked categories #32
  • Fix bar size in CategoryWidget #33

1.0.0-beta5 (2020-11-25)

  • Fix addSource keeping optional credentials property in the payload #24

1.0.0-beta4 (2020-11-24)

  • Fix addSource, keeping optional credentials property in the payload #22

1.0.0-beta3 (2020-11-24)

  • Improve package.json metadata + README inclusion in npm publication #20

1.0.0-beta2 (2020-11-23)

  • Fix missing regenerator runtime in the build #13
  • Doc updates for api reference

1.0.0-beta1 (2020-11-20)

  • Initial release: api, basemaps, oauth, redux and ui