Open Collective
Open Collective
Loading
v3.5.2
Published on June 12, 2024 by Razvan Ilin

Changelog


๐Ÿ›‚ Roles & Permissions changes

  • Introduce the new Client Editor role with limited access to dataset queries. Editor can only access and edit the `Configure` screen of the dataset

๐Ÿšธ UI/UX changes

  • Filter ghost project in the access modal & hide create chart button for projectViewer by @victor21813 in https://github.com/chartbrew/chartbrew/pull/227
  • Improved the experience with buttons and empty states in the datasets section of the chart editor
  • Made the formula tips clearer
  • Design improvements to the team management screen

๐Ÿ› Bug fixes

  • Fixed issue with the public dashboard crashing when the searchParams doesn't have entries
  • Updated number type check to include decimals
  • Fixed strange behaviour with date formatting when converted to string

๐Ÿš€ Misc

  • Added the ability to run the encryption key setup as a node script
  • Downgraded `firebase-admin` dependency to fix Docker build issues