Skip to content

Commit 687874d

Browse files
committed
v4.2.0
1 parent 892a230 commit 687874d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ You can also check the [release page](https://github.com/visualize-admin/visuali
99

1010
## Unreleased
1111

12+
Nothing yet.
13+
14+
# [4.2.0] - 2024-04-23
15+
1216
- Features
1317
- Added support for using dynamic most recent date in temporal X axis
18+
- Introduced merging of cubes by non-temporal dimensions and updated modal to choose dataset to merge (behind a flag\_\_add-dataset=true)
1419
- Fixes
1520
- Temporal dimension X axis filtering in case of being a join by dimension
1621
- Sidebar content no longer gets unmounted when data is being re-fetched (e.g. when interacting with time slider in temporal X axes)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visualize-admin/visualization-tool",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/visualize-admin/visualization-tool.git"

0 commit comments

Comments
 (0)