Skip to content

Commit 9be2ee0

Browse files
chore(main): release netzgrafik-editor-frontend 2.12.0
1 parent 78b8800 commit 9be2ee0

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.1"
2+
".": "2.12.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.12.0](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/compare/netzgrafik-editor-frontend-v2.11.1...netzgrafik-editor-frontend-v2.12.0) (2026-05-26)
4+
5+
6+
### Features
7+
8+
* add strict Content-Security-Policy for standalone mode ([ea5611f](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/ea5611fb9d0e51f4235bb8e08db140a65e9ab936))
9+
10+
11+
### Bug Fixes
12+
13+
* **editor-main-view:** clear all objects when loading new DTO ([0e1265c](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/0e1265c15b03fe953319df39a533dd425463302f))
14+
* special case added (handled) ([#1033](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/issues/1033)) ([a7ef5bf](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/a7ef5bf6c1f622d3299126160d2ef683c3c5b95d))
15+
* **view:** don't use attr() to set js executing attributes ([0b61263](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/0b61263dcb8e254613320bf1698a5e586c91a08f))
16+
317
## [2.11.1](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/compare/netzgrafik-editor-frontend-v2.11.0...netzgrafik-editor-frontend-v2.11.1) (2026-05-18)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extract-i18n": "ng extract-i18n"
2222
},
2323
"name": "@openrail/netzgrafik-editor-frontend",
24-
"version": "2.11.1",
24+
"version": "2.12.0",
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/OpenRailAssociation/netzgrafik-editor-frontend.git"

0 commit comments

Comments
 (0)