Skip to content

Commit

Permalink
release-3.0.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgaya committed Sep 19, 2024
1 parent 8922e40 commit fd67c07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Not released

## 3.0.0

### 3.0.0-alpha.19 (2024-09-19)

- Fix HistogramWidget with one non-zero bucket [#901](https://github.com/CartoDB/carto-react/pull/901)
- Spatial Index Sources use remote widgets calculation [#898](https://github.com/CartoDB/carto-react/pull/898)
- Support for `hiddenColumnFields` parameter and `onRowClick` handler for Table Widget [#900](https://github.com/CartoDB/carto-react/pull/900)
Expand All @@ -10,8 +14,6 @@
- Support for columns `formatter` function for Table Widget [#904](https://github.com/CartoDB/carto-react/pull/904)
- isRemoteCalculationSupported: revert remote calculation for dynamic spatial index sources [#905](https://github.com/CartoDB/carto-react/pull/905)

## 3.0.0

### 3.0.0-alpha.17 (2024-07-29)

- Fix MuiList outside Popper elements [#896](https://github.com/CartoDB/carto-react/pull/896)
Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.0-alpha.17"
"version": "3.0.0-alpha.19"
}

0 comments on commit fd67c07

Please sign in to comment.