Chartbrew v1.0.0-beta.13 Release Notes

Release Date: 2020-11-02 // over 3 years ago
  • ๐Ÿš€ This is a major beta release with breaking changes

    • โšก๏ธ ๐Ÿ”ฅ Migrate the database after updating:

      cd server/ npm run db:migrate

    • ๐Ÿ”ฅ The charts will need to be re-configured. Go to Edit for each chart, select a dataset, and choose a field for the Y-Axis. Otherwise, the charts won't be automatically updated anymore.

    ๐Ÿ”„ Changelog

    • โœจ Custom X & Y support with count , sum , and average operations
    • ๐Ÿฑ โœจ New data filter system for each dataset
    • ๐Ÿฑ โœจ Ability to choose a custom field for global date filter in each dataset
    • ๐Ÿฑ โœจ New chart type selector - straightforward and easy to use
    • ๐Ÿฑ โœจ Added KPI support for non-accumulative line&bar charts
    • ๐Ÿฑ โœจ Chartbrew now selects the fields for you initially - you just make a request and then the chart is generated automagically
    • ๐Ÿ— ๐Ÿšธ Improved the chart builder tutorial
    • ๐Ÿฑ ๐Ÿ› Fixed occasional crash when switching a chart to KPI mode
    • ๐Ÿฑ ๐Ÿ› Fixed date mutability issues with the time series charts
    • ๐Ÿฑ ๐Ÿ’„ Visual tweaks in the Project Board
    • ๐Ÿ‘• ๐Ÿ”จ Added pre-commit linting to ensure commits don't have any lint issues (#47 - thanks @jscastanos )
    • ๐Ÿ”จ โ™ป Lots of code refactoring (thanks to everyone that contributed to #58)
    • โšก๏ธ โฌ† Minor dependencies updates