Releases: chartbrew/strapi-plugin-chartbrew
Releases · chartbrew/strapi-plugin-chartbrew
v3.1.0
v3.0.0
🔥 Breaking change
- v3+ only works with Chartbrew v4
Changelog
v2.0.0
NOTE
This version is only compatible with Strapi v5+If you're using Strapi v4, please continue using the version 1.x.x of this plugin
What's Changed
- Strapi V5 migration by @razvanilin in #19
- Fixed issues with charts going out of bounds
- Added new chart features like the datalabels found in the Chartbrew dashboard
- Added chart support for automatic theme (light/dark) changes
- Improved the design of the KPIs with better visuals for growth percentages
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- Update index.js to set a default layout which does not cause white screen issue after loading by @rdr6000 in #16
- Improved the design of the KPI chart to match the new design from Chartbrew
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Changelog
- Compatible with Chartbrew v3+
- Added support for Chartbrew v3 dashboard layout
- Fixed multiple issues with charts displaying outside of their containers
- Added team-switch support
v0.6.0
- Added support for Node v20.x.x
v0.4.1
- 📝 Made the Strapi Backend URL placeholder more explicit
v0.4.0
🔥 Breaking change with creating charts on Strapi. You will have to set your Strapi Backend URL manually. This can be done from the Chartbrew settings
Changelog
- 🚀 Added a new setting option to set the Strapi Backend URL manually
- 🚸 Added more notices around the UI to guide users to what settings need to be changed
v0.3.2
Changelog
- 🐛 Fixed the client host URL
- 🐛 Fixed the redirection URL after generating a dashboard
v0.3.1
Changelog
- Added
momentto the dependency list