You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# IFEX Viewer Changelog
2
2
3
+
## v1.2.0 (2025-09-03)
4
+
5
+
### Features
6
+
7
+
- Selected nodes are kept open when specification input files are updated and node still exists ([#33](https://github.com/COVESA/ifex-viewer/pull/33))
8
+
- Sidenav position is now configurable via property `layout.sidenavPosition`. Default value is `left` ([#34](https://github.com/COVESA/ifex-viewer/pull/34))
9
+
- Sidenav position can be changed by the user via a button in the header ([#34](https://github.com/COVESA/ifex-viewer/pull/34))
10
+
11
+
## Bug Fixes
12
+
13
+
- Fix to prevent sharing pinia state between multiple viewer instances on the same page ([#37](https://github.com/COVESA/ifex-viewer/pull/37))
14
+
- Improved responsiveness of `ErrorNotification` component ([#37](https://github.com/COVESA/ifex-viewer/pull/37))
0 commit comments