Skip to content

Commit 37111d2

Browse files
committed
v5.1.0
1 parent 0840dce commit 37111d2

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,28 @@ You can also check the
1111

1212
# Unreleased
1313

14+
Nothing yet.
15+
16+
# [5.1.0] - 2025-01-14
17+
1418
- Features
15-
- Implemented Content Security Policy (CSP)
19+
- Added a new chart type - bar
1620
- It's now possible to export charts as images
17-
- Added support for custom colors in single and multi-colored charts, enabling enhanced visual customization.
18-
- Introduced a new Color Picker, offering greater flexibility and precision in chart color selection.
19-
- Added Footer to the Profile Page
21+
- Added support for custom colors in single and multi-colored charts, enabling
22+
enhanced visual customization
23+
- Introduced a new color picker, offering greater flexibility and precision in
24+
chart color selection
25+
- Added footer to the profile page
2026
- Fixes
21-
- Addressed security flaw allowing the injection of arbitrary URLs
22-
in the `sourceUrl` parameter in the GraphQL API
27+
- Addressed security flaw allowing the injection of arbitrary URLs in the
28+
`sourceUrl` parameter in the GraphQL API
2329
- Color mapping is now correctly kept up to date in case of editing an old
2430
chart and the cube has been updated in the meantime and contains new values
2531
in the color dimension
2632
- Fixed preview via API (iframe)
2733
- Fixed cut table scroll-bars and unnecessary scroll of bar charts when
2834
switching between chart types
29-
- Improved Readability for dataset selection and preview
35+
- Improved readability for dataset selection and preview
3036
- Sorting dataset results by score option is now correctly available to select
3137
- Created with visualize.admin.ch footnote is only displayed once, not twice,
3238
when downloading an image of a published chart
@@ -37,6 +43,7 @@ You can also check the
3743
- Styles
3844
- Updated dataset result borders to match the design
3945
- Maintenance
46+
- Implemented Content Security Policy (CSP)
4047
- Re-enabled screenshot tests using Argos CI
4148
- Fixed E2E HAR-based tests
4249
- Added two new E2E tests for chart actions (duplication, image download)
@@ -56,7 +63,6 @@ You can also check the
5663
- Added auto-generated JSON Schema files for configurator state and chart
5764
config and improved preview charts via API documentation
5865

59-
6066
# [5.0.2] - 2024-11-28
6167

6268
- Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visualize-admin/visualization-tool",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/visualize-admin/visualization-tool.git"

0 commit comments

Comments
 (0)