Skip to content

Commit 8c3e7f9

Browse files
committed
v3.27.1
1 parent f3fcd17 commit 8c3e7f9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
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+
# [3.27.1] - 2024-03-15
15+
1216
- Performance
1317
- Hierarchies are now fetched in parallel with dimension values, rather than waiting for them to be fetched in advance
18+
- Vastly optimized the `PossibleFilters` query
1419
- Maintenance
1520
- Increased the number of Playwright workers to 4
1621

@@ -29,8 +34,6 @@ You can also check the [release page](https://github.com/visualize-admin/visuali
2934
- Currently selected locale is now persisted when using actions in user profile page (view chart, edit, open, share)
3035
- Initial zoom map is now correctly (and consistently) applied again
3136
- Optional filters can be added again
32-
- Performance
33-
- Vastly optimized the `PossibleFilters` query
3437

3538
# [3.26.3] - 2024-03-05
3639

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": "3.27.0",
3+
"version": "3.27.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/visualize-admin/visualization-tool.git"

0 commit comments

Comments
 (0)