Metabase 52.16
·
10792 commits
to master
since this release
Upgrading
Before you upgrade, back up your Metabase application database!
Check out our upgrading instructions.
Get the most out of Metabase. Learn more about advanced features, managed cloud, and first-class support.
Metabase Open Source
Docker image: metabase/metabase:v0.52.16.x
JAR download: https://downloads.metabase.com/v0.52.16.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.52.16.x
JAR download: https://downloads.metabase.com/enterprise/v1.52.16.x/metabase.jar
Changelog
Enhancements
Embedding
- fix(sdk): Add template strings to Breakout and Filter (#55150)
- feat(sdk): Add stable IDs for SaveQuestion / InteractiveQuestion (#55024)
- Change name of files from Result -> DefaultView (#55014)
- Convert
cardIdtoquestionIdfor consistency (#55013) - fix(sdk): Popovers not working on Safari (#55012)
- feat(sdk): Ensure that all dashboards use entity ID the same way (#55010)
- feat(sdk): Add entity IDs to CollectionBrowser (#54985)
- feat(sdk): Add stable ID support where missing (#54975)
- refactor(sdk): Add
targetCollectionand deprecatesaveToCollection(#54971) - make sdk not error on type error (#54964)
- feat(sdk): experimental react 19 version range support (#54904)
- Backport: "Run cypress tests against sample apps" (#54862)
- Replace defaultProps in styled and functional components (#54725)
- feat(sdk): Add DownloadWidget and DownloadWidgetDropdown (#54546)
Other