Skip to content

Commit 1080aa4

Browse files
chore(main): release netzgrafik-editor-frontend 2.12.0
1 parent 0106848 commit 1080aa4

4 files changed

Lines changed: 28 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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-06-03)
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+
* Ensure that only correct/valid (feasible) connections gets added ([#1025](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/issues/1025)) ([3914bf6](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/3914bf661f7890146bac41358353583100fffeea))
15+
* **model:** initialize potential missing TrainrunSection.path ([03279fe](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/03279fee25eef01a28bb3f597691fa096f34c4c0))
16+
* Origin-destination-view reset (init) fixed when filter, color , value changed ([#1113](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/issues/1113)) ([0646eb7](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/0646eb7d5aa62191834cdf9cc76183d5535d4c50))
17+
* **service:** correctly instantiate TrainrunSection when coming from 3rd party ([a177ad4](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/a177ad4137d534adb614b8a487a844e88890c48e))
18+
* **service:** missing initPortOrdering after node deletion ([1696825](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/16968258c3d8c0731911bfbdf72f9c70e169f592))
19+
* **service:** missing initPortOrdering after trainrun deletion ([3c1b288](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/3c1b2880d5c3362bc6e3f36beacc4dc0eeb67a55))
20+
* **service:** missing initPortOrdering after trainrun duplication ([3a71747](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/3a717475042cc8b8c53bb011d58cc3bcec1e0ab1))
21+
* **service:** missing initPortOrdering after trainrunSection creation ([ca42cff](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/ca42cffc903867a5d688b4517c837776c2fba1ae))
22+
* **service:** missing initPortOrdering after trainrunSection deletion ([00edded](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/00edded6e4ff5860e1b246602e32818043fb1e23))
23+
* special case added (handled) ([#1033](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/issues/1033)) ([a7ef5bf](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/a7ef5bf6c1f622d3299126160d2ef683c3c5b95d))
24+
* trainrun and trainrunSection (eg. times) update trigger redraw ([#1114](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/issues/1114)) ([0106848](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/0106848f5c9152663b0fba0890b94a894ace2ef1))
25+
* **view:** don't use attr() to set js executing attributes ([0b61263](https://github.com/OpenRailAssociation/netzgrafik-editor-frontend/commit/0b61263dcb8e254613320bf1698a5e586c91a08f))
26+
327
## [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)
428

529

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
@@ -18,7 +18,7 @@
1818
"extract-i18n": "ng extract-i18n"
1919
},
2020
"name": "@openrail/netzgrafik-editor-frontend",
21-
"version": "2.11.1",
21+
"version": "2.12.0",
2222
"type": "module",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)