- 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
- 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
- Fix PieWidget tooltip confining it inside canvas #130
- Fix FormulaWidgetUI render when data is zero #128
- Remove viewportFilter boolean property from widgets #131
- 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
- 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
- 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
- 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
- Fix basemap casing in store and action so
basemap
andsetBasemap
are used #64
- Fix WrapperWidgetUI anchorOrigin error #55
- Add tooltip to WrapperWidget action buttons #56
- Extend widget props to WrapperWidgetUI with a better implementation #57
- 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
- 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
- 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
- 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
- Fix addSource keeping optional credentials property in the payload #24
- Fix addSource, keeping optional credentials property in the payload #22
- Improve package.json metadata + README inclusion in npm publication #20
- Fix missing regenerator runtime in the build #13
- Doc updates for api reference
- Initial release: api, basemaps, oauth, redux and ui