Chartbrew v1.1.0 Release Notes
Release Date: 2020-12-06 // over 4 years ago-
DB migration required
cd server/ npm run db:migrate
๐ Changelog
- ๐ฑ โจ Added support for API
Basic auth
andBearer token
authentication in the UI - ๐ฑ โจ The chart config algorithm is now smarter and can detect fields from more complex and nested objects
- ๐ฑ โจ Chartbrew can now detect dates formatted as numerical timestamps
- ๐ฑ ๐ Cleaned the text in the selected fields for the datasets
- ๐ ๐ Improved the visuals for KPI charts in the dashboard and in the chart builder
- ๐ฑ ๐ Added animations when the modals open
- ๐ฑ ๐ธ Improved the Embed modal with copy buttons and included a field with only the URL
- ๐ฑ โฟ Removed the hover listener to display the menu. Not touch-screen friendly. Now the menu is always visible
- ๐ ๐ Security fix to check for more granular role access
- ๐ โก Removed unused semantic modules from the build sequence to speed up the build time
- ๐ฑ ๐ Passwords in connection strings are now URL-encoded to not break the URLs
- ๐ฑ โจ Added support for API
Previous changes from v1.0.0
-
๐ฑ 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