Skip to content
Merged

v6.5.2 #2600

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ and this project adheres to
You can also check the
[release page](https://github.com/visualize-admin/visualization-tool/releases)

## Unreleased
## next release

## 6.5.2 – 2026-08-04

- Fixes
- Detect if the `/browse` page is embedded in an iframe and adjust the layout accordingly
- Allow '/browse' to be embedded in an iframe for opendata.swiss and admin.ch domains
- Detect if the `/browse` page is embedded in an iframe and adjust the layout
accordingly
- Allow '/browse' to be embedded in an iframe for opendata.swiss and admin.ch
domains

## 6.5.1 – 2026-07-10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foen-admin-ch/visualize",
"version": "6.5.1",
"version": "6.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/visualize-admin/visualization-tool.git"
Expand Down
Loading