This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch feat/granular-theming-v2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 9f5e199141d feat(dashboard): end-to-end component theming on Chart —
Phase 4a
discard ae5068c81c0 feat(dashboard): ThemeSelectorModal + setComponentThemeId
action — Phase 3
discard 6218dcbbb30 feat(dashboard): ComponentHeaderControls — Phase 2
discard a1a3454b5c5 feat(dashboard): per-component theme provider — Phase 1
(Chart PoC)
discard 9732c130d28 docs(sip): draft granular component theming SIP
add 1a7a14c3573 fix(explore): remove leftover debug console.log in
ZoomConfigControl (#39991)
add 817814d4f65 chore: Bump core packages to 0.1.0 (#40029)
add 2a1dcb79e37 fix(mcp): expose table chart type labels in chart
responses (#40060)
add 958d4aa3dec fix(export): fix double app-root prefix in
chart/drill-detail export URLs (#39710)
add d7fa9301cca fix(dashboard): restore top-level tab drop target for
dashboards with content (#39423)
add 992f561ab9e chore(deps): bump mapbox-gl from 3.23.0 to 3.23.1 in
/superset-frontend (#39879)
add c233bf61713 chore(deps-dev): bump baseline-browser-mapping from
2.10.24 to 2.10.29 in /superset-frontend (#39903)
add d6c458abd41 chore(deps-dev): bump oxlint from 1.62.0 to 1.63.0 in
/superset-frontend (#39937)
add d690aa7eb4c chore(deps): bump immer from 11.1.4 to 11.1.7 in
/superset-frontend (#39941)
add 17a5f693393 chore(deps): bump chrono-node from 2.9.0 to 2.9.1 in
/superset-frontend (#39939)
add 5bad4f55fb5 chore(deps-dev): bump @playwright/test from 1.59.1 to
1.60.0 in /superset-frontend (#40088)
add 21e62d594eb chore(deps-dev): bump wait-on from 9.0.6 to 9.0.10 in
/superset-frontend (#40087)
add 676979643fe chore(deps-dev): bump @babel/preset-env from 7.29.3 to
7.29.5 in /superset-frontend (#39934)
add 48530cb8884 chore(deps-dev): bump @babel/register from 7.28.6 to
7.29.3 in /superset-frontend (#39818)
add d1e9a5df06c chore(docs): clean up version-cutting tooling and finish
developer_portal rename (#39837)
new 9959465017c docs(sip): draft granular component theming SIP
new 96e8ddc95c1 feat(dashboard): per-component theme provider — Phase 1
(Chart PoC)
new 5d9f0780fc4 feat(dashboard): ComponentHeaderControls — Phase 2
new 96880a5e8a7 feat(dashboard): ThemeSelectorModal + setComponentThemeId
action — Phase 3
new 1f3d2cc305e feat(dashboard): end-to-end component theming on Chart —
Phase 4a
new 1be84f17697 feat(dashboard): component theming for Tabs, Row, Column,
Markdown — Phase 4b-4e
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9f5e199141d)
\
N -- N -- N refs/heads/feat/granular-theming-v2 (1be84f17697)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.rat-excludes | 3 +
SIP.md | 60 +++--
docs/DOCS_CLAUDE.md | 33 ++-
docs/README.md | 56 +++--
docs/components/versions.json | 1 -
docs/developer_docs/versions.json | 1 -
docs/developer_portal_versions.json | 1 -
docs/package.json | 6 +-
docs/scripts/manage-versions.mjs | 259 ++++++++++++++++----
docs/src/theme/DocVersionBadge/index.js | 28 ++-
docs/src/theme/DocVersionBanner/index.js | 121 ----------
docs/src/theme/DocVersionBanner/styles.module.css | 49 ----
docs/tutorials_versions.json | 3 -
superset-core/pyproject.toml | 2 +-
superset-extensions-cli/pyproject.toml | 2 +-
superset-frontend/package-lock.json | 262 ++++++++++----------
superset-frontend/package.json | 18 +-
.../packages/superset-core/package.json | 4 +-
.../plugins/legacy-plugin-chart-rose/src/Rose.ts | 11 +-
.../plugin-chart-point-cluster-map/package.json | 2 +-
.../Chart/DrillDetail/DrillDetailPane.tsx | 3 +-
.../src/components/Chart/chartAction.ts | 3 +-
.../DashboardBuilder/DashboardBuilder.test.tsx | 43 ++++
.../DashboardBuilder/DashboardBuilder.tsx | 4 +
.../components/gridComponents/Column/Column.tsx | 267 +++++++++++----------
.../gridComponents/Markdown/Markdown.tsx | 129 ++++++----
.../components/gridComponents/Row/Row.tsx | 259 +++++++++++---------
.../gridComponents/TabsRenderer/TabsRenderer.tsx | 141 ++++++-----
.../ZoomConfigControl/ZoomConfigControl.tsx | 1 -
.../src/explore/exploreUtils/exportChart.test.ts | 26 +-
.../src/explore/exploreUtils/index.ts | 15 +-
.../Spin/index.tsx => src/types/emotion-jest.d.ts} | 2 +-
superset/mcp_service/chart/chart_utils.py | 11 +
superset/mcp_service/chart/schemas.py | 6 +
superset/mcp_service/chart/tool/generate_chart.py | 2 +
.../explore/tool/generate_explore_link.py | 6 +
.../mcp_service/chart/test_chart_schemas.py | 16 ++
.../mcp_service/chart/test_chart_utils.py | 22 ++
.../mcp_service/chart/tool/test_generate_chart.py | 55 ++++-
.../explore/tool/test_generate_explore_link.py | 35 +++
40 files changed, 1175 insertions(+), 793 deletions(-)
delete mode 100644 docs/components/versions.json
delete mode 100644 docs/developer_docs/versions.json
delete mode 100644 docs/developer_portal_versions.json
delete mode 100644 docs/src/theme/DocVersionBanner/index.js
delete mode 100644 docs/src/theme/DocVersionBanner/styles.module.css
delete mode 100644 docs/tutorials_versions.json
copy
superset-frontend/{packages/superset-ui-core/src/components/Spin/index.tsx =>
src/types/emotion-jest.d.ts} (95%)