Chartbrew v1.0.0 Release Notes
Release Date: 2020-11-24 // over 4 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