Skip to content

Releases: chartbrew/strapi-plugin-chartbrew

v3.1.0

07 Oct 06:00

Choose a tag to compare

Changelog

  • Replaced custom Strapi chart components with iframes directly from Chartbrew
  • Improved the design of the dashboard actions

v3.0.0

29 Apr 16:10

Choose a tag to compare

🔥 Breaking change

  • v3+ only works with Chartbrew v4

Changelog

v2.0.0

28 Oct 05:19
f7f2b0c

Choose a tag to compare

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

23 Mar 06:16

Choose a tag to compare

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

30 Jan 12:19

Choose a tag to compare

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

07 Dec 03:15

Choose a tag to compare

  • Added support for Node v20.x.x

v0.4.1

23 Nov 10:09

Choose a tag to compare

  • 📝 Made the Strapi Backend URL placeholder more explicit

v0.4.0

23 Nov 09:59

Choose a tag to compare

🔥 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

06 Nov 04:58

Choose a tag to compare

Changelog

  • 🐛 Fixed the client host URL
  • 🐛 Fixed the redirection URL after generating a dashboard

v0.3.1

01 Sep 03:53

Choose a tag to compare

Changelog

  • Added moment to the dependency list