Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6a17c9e
Update Arc Chart controls
DamianPendrak Jun 20, 2025
3417aa8
Add new color scheme controls
DamianPendrak Jun 24, 2025
3f38029
Add working Grid color breakpoints
DamianPendrak Jun 29, 2025
924560b
Add new color options to Grid, Hex, Scatter and Screengrid Charts
DamianPendrak Jun 30, 2025
a78d9c3
Add new controls to all Charts; Add linear color scheme; Add legend c…
DamianPendrak Jul 1, 2025
c6d6207
Improve the color breakpoints controls
DamianPendrak Jul 1, 2025
3c12155
Fix type errors
DamianPendrak Jul 1, 2025
bd475d1
Add tests; Code improvements
DamianPendrak Jul 1, 2025
984a637
Small improvements
DamianPendrak Jul 1, 2025
8f2be74
Rename gradient with color
DamianPendrak Jul 1, 2025
3a3f776
Add missing license headers
DamianPendrak Jul 2, 2025
f794910
Fix color breakpoints validation
DamianPendrak Jul 3, 2025
8212a66
Fix breakpoint validation with negative numbers; Change label
DamianPendrak Jul 3, 2025
41cf4fc
improve naming
DamianPendrak Jul 7, 2025
f727b06
Replace text controls with number controls
DamianPendrak Jul 7, 2025
26f9220
fix master rebase
DamianPendrak Jul 7, 2025
052f5eb
Add ColorBreakpointControl tests
DamianPendrak Jul 8, 2025
ec253fc
Fix type error
DamianPendrak Jul 8, 2025
9398eb4
Code improvements; Optimize Color Breakpoints validation
DamianPendrak Jul 8, 2025
b19b266
Add rerender on color breakpoint change
DamianPendrak Jul 9, 2025
acba4e3
Fix Polygon Chart
DamianPendrak Jul 9, 2025
dfda7cc
Add default color control for breakpoints
DamianPendrak Jul 9, 2025
49a075d
Remove getSelectedColorSchemeType function; Optimize getColorBreakpoi…
DamianPendrak Jul 9, 2025
f2cf829
Use full size units; Fix type errors
DamianPendrak Jul 9, 2025
0a7a88a
Update controls and default colors
DamianPendrak Jul 9, 2025
cb93580
Fix getColorBreakpointsBuckets
DamianPendrak Jul 9, 2025
9de0920
Fix TypeScript error after rebase
DamianPendrak Jul 10, 2025
527340b
Mock deck.gl packages not used in utils tests
DamianPendrak Jul 10, 2025
a813aa4
Revert "feat(deckgl): add support for OpenStreetMap as our new defaul…
DamianPendrak Jul 10, 2025
4a16e44
Fix after openstreetmaps revert
DamianPendrak Jul 10, 2025
e94f1f5
Checkout requiremens/base.txt from master after revert
DamianPendrak Jul 10, 2025
71d5c7c
Fix default color control in Heatmap, Hex and Screengrid
DamianPendrak Jul 11, 2025
7044d15
Remove console logs
DamianPendrak Jul 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ yarn-error.log
*.min.js
test-changelog.md
*.tsbuildinfo
.venv

# Ignore package-lock in packages
plugins/*/package-lock.json
packages/*/package-lock.json
Expand Down
2 changes: 0 additions & 2 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ assists people when migrating to a new version.

## Next

- [33603](https://github.com/apache/superset/pull/33603) OpenStreetView has been promoted as the new default for Deck.gl visualization since it can be enabled by default without requiring an API key. If you have Mapbox set up and want to disable OpenStreeView in your environment, please follow the steps documented here [https://superset.apache.org/docs/configuration/map-tiles].
- [33116](https://github.com/apache/superset/pull/33116) In Echarts Series charts (e.g. Line, Area, Bar, etc.) charts, the `x_axis_sort_series` and `x_axis_sort_series_ascending` form data items have been renamed with `x_axis_sort` and `x_axis_sort_asc`.
There's a migration added that can potentially affect a significant number of existing charts.
- [32317](https://github.com/apache/superset/pull/32317) The horizontal filter bar feature is now out of testing/beta development and its feature flag `HORIZONTAL_FILTER_BAR` has been removed.
Expand Down Expand Up @@ -56,7 +55,6 @@ assists people when migrating to a new version.
- [30284](https://github.com/apache/superset/pull/30284) Deprecated GLOBAL_ASYNC_QUERIES_REDIS_CONFIG in favor of the new GLOBAL_ASYNC_QUERIES_CACHE_BACKEND configuration. To leverage Redis Sentinel, set CACHE_TYPE to RedisSentinelCache, or use RedisCache for standalone Redis
- [31961](https://github.com/apache/superset/pull/31961) Upgraded React from version 16.13.1 to 17.0.2. If you are using custom frontend extensions or plugins, you may need to update them to be compatible with React 17.
- [31260](https://github.com/apache/superset/pull/31260) Docker images now use `uv pip install` instead of `pip install` to manage the python envrionment. Most docker-based deployments will be affected, whether you derive one of the published images, or have custom bootstrap script that install python libraries (drivers)
- [32432](https://github.com/apache/superset/pull/31260) Moves the List Roles FAB view to the frontend and requires `FAB_ADD_SECURITY_API` to be enabled in the configuration and `superset init` to be executed.

### Potential Downtime

Expand Down
78 changes: 0 additions & 78 deletions docs/docs/configuration/map-tiles.mdx

This file was deleted.

Loading
Loading