Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-11 | 2.0 kB | |
v3.13.0 source code.tar.gz | 2025-03-11 | 7.7 MB | |
v3.13.0 source code.zip | 2025-03-11 | 8.0 MB | |
Totals: 3 Items | 15.7 MB | 0 |
Changelog
โจ New features
- Introduced a layout editor that allows editing all breakpoints simultaneously, making it easier to manage responsive designs.
- Added ClickHouse support, using the official Node.js SDK and a query assistant for guided queries.
- Added an AI query assistant for MongoDB datasets, enabling easier querying via AI.
- Added SSH tunnel support for all PostgreSQL and MySQL-based connections, enhancing security for remote connections.
๐ Feature changes
- Segment-type charts now have colors assigned by default, improving visual clarity.
- Redesigned data labels for segment charts to match the gauge chart's look.
- Introduced the option to dash the last point in line charts, providing more visual differentiation in time series data.
- Improved the design of the table dataset switch, and hid it if only one dataset is available.
๐ Bug fixes
- Fixed dataset selection issues in tables (#283) by selecting datasets by index rather than legend.
- Fixed chart rendering crashes caused by data labels.
- Fixed hover issues on bar charts.
- Fixed PostgreSQL connection details not populating correctly when editing.
- Fixed crashes caused by null values in charts and tables.
- Fixed chart rendering issues when
dataItems
had missing labels.
๐ Security updates
- Added a module to encrypt certificate files, improving security for stored credentials.
Other changes
- ๐ Updated Chartbrew logo banner for a refreshed look.
- ๐ Added a ClickHouse tutorial in the connection form.
- ๐ Updated
CONTRIBUTING.md
and added a CLA (Contributor License Agreement). - ๐ง Added a CLA assistant workflow for managing contributions.
- ๐จ Fixed linter errors across the codebase.
- โฌ๏ธ Updated minor versions of server and client dependencies.