github chartbrew/chartbrew v1.7.1

latest releases: v3.4.0, v3.3.0, v3.2.1...
3 years ago

DB migration needed

cd server/

# in development
npm run db:migrate

# if in production
NODE_ENV=production npm run db:migrate

Changelog

  • ✨ Added the option to show/hide columns for table views (from the chart editor)
  • ✨ Added the option to filter null values in and out of charts and tables
  • 🚸 The "Add the first chart" call to action is now hidden when the project doesn't have any connections
  • 💄 Made the table views responsive on mobile
  • 🔒 Added more security on the API with helmet
  • ♻️ Fixed bodyParser deprecation
  • ⬆️ Updated sequelize and mongoose to the latest version

Don't miss a new chartbrew release

NewReleases is sending notifications on new releases.