Chartbrew v1.0.0 Release Notes

Release Date: 2020-11-24 // over 3 years ago
  • ๐Ÿฑ Chartbrew is now officially out of Beta ๐ŸŽ‰

    ๐Ÿš€ -> Release tweet

    โšก๏ธ This update is more of a stability, optimization and security update to prepare it for production.

    Migrate your DB before running v1

    # get the updates, then run the following
    
    cd server/
    npm run db:migrate
    

    ๐Ÿ”„ Changelog

    • ๐Ÿฑ โœจ Added support for connections strings on MySQL, PostgreSQL and MongoDB connections
    • ๐Ÿฑ ๐Ÿšธ Revamped the overall UI/UX of all the connection forms
    • ๐Ÿฑ ๐Ÿšธ Improved the content of the onboarding
    • ๐Ÿฑ ๐ŸŽจ Added a new module for using Media queries through the app
    • ๐Ÿ”’ ๐Ÿ”’ Made sure only necessary connection data is passed with the project
    • โšก๏ธ ๐Ÿ”’ Secured the amount of data returned for the user update route
    • ๐ŸŽ โšก Greatly increased the performance of the chart builder when changing the visuals of the charts
    • ๐Ÿฑ ๐Ÿ› Fixed issue with empty dates being ignored at the end of the chart
    • ๐Ÿฑ ๐Ÿ› Fixed issue with object types being detected as dates
    • โšก๏ธ ๐Ÿ› Fixed cron jobs for updating the charts automatically
    • ๐Ÿฑ ๐Ÿ› The connection form now closes when the content is saved
    • โฌ†๏ธ โฌ†๏ธ Fixes #59 Upgraded semantic-ui-react to v2