Releases: SchweizerischeBundesbahnen/netzgrafik-editor-frontend
Releases · SchweizerischeBundesbahnen/netzgrafik-editor-frontend
netzgrafik-frontend: v2.7.8
netzgrafik-frontend: v2.7.7
2.7.7 (2024-08-20)
Bug fixes
- Long email addresses cause incorrect formatting of the left sidebar change history (#243) (dd0fda5)
- Viewport Not Centering on Bounding Box When Reloading/Opening Netzgrafik (#244) (9e5e2fd)
- Translation is not working for variant when archived (#249) (e313580)
- The menubar has a visual "thick" separator in between variant/project name and the filter symbol (#252) (3496d0a)
netzgrafik-frontend: v2.7.6
v2.7.4
netzgrafik-frontend: v2.7.5
2.7.5 (2024-08-08)
Features
- add AppComponent inputs/outputs (#166) (9d2c6ee)
- introduce standalone mode (#162) (cc4c56b)
- pr-template: add pull request template (89b4d61)
- publish package on NPM (#172) (1692d55)
Bug Fixes
- align theme color picker with buttons (#198) (e3a8798)
- disable environment header in standalone mode (#230) (e25887e)
- disable links section in node sidebar (2554094)
- disable notes in filter sidebar in standalone mode (#211) (df335ef)
- enable output hashing by default (#174) (8ac67b8)
- issue I. + typo (#72) (deb7cd1)
- use light theme for sbb-esta (#176) (89aaae0)
Miscellaneous Chores
2.7.3
2.7.3 (2024-08-06)
Features
- add AppComponent inputs/outputs (#166) (9d2c6ee)
- introduce standalone mode (#162) (cc4c56b)
- pr-template: add pull request template (89b4d61)
- publish package on NPM (#172) (1692d55)
Bug Fixes
- align theme color picker with buttons (#198) (e3a8798)
- disable links section in node sidebar (2554094)
- disable notes in filter sidebar in standalone mode (#211) (df335ef)
- enable output hashing by default (#174) (8ac67b8)
- issue I. + typo (#72) (deb7cd1)
- use light theme for sbb-esta (#176) (89aaae0)
Miscellaneous Chores
2.7.2
2.7.2 (2024-08-06)
Features
- add AppComponent inputs/outputs (#166) (9d2c6ee)
- introduce standalone mode (#162) (cc4c56b)
- pr-template: add pull request template (89b4d61)
- publish package on NPM (#172) (1692d55)
Bug Fixes
- align theme color picker with buttons (#198) (e3a8798)
- enable output hashing by default (#174) (8ac67b8)
- issue I. + typo (#72) (deb7cd1)
- use light theme for sbb-esta (#176) (89aaae0)
Miscellaneous Chores
- release 2.5.0 (00e6836)
2.7.0
2.6.1
2.6.1 (2024-07-31)
Features
- The user identifier is the email address. This makes it much easier for human beings to manage shared project users. When a user wants to share their project, they simply need to enter the email address of the collaborator. There will be no notification when a user adds a valid email address to the project for sharing.
See: User Manual - Shared projects
Bug fixes
Several minor bug fixes, e.g.:
- Times (number) rounding issue
- Coloring (dark-mode) issues fixed
- Align theme color picker with buttons (#198) (e3a8798)
Dependency
2.6.0
2.6.0 (2024-07-12)
General
This release focuses on improving the network graphics editor frontend, addressing performance issues, enhancing the editor's functionality, and fixing various bugs. It also introduces a user manual for better documentation.
Features
Performance improvements:
- Reduced the number of "Update" events to resolve performance issues.
- Significantly accelerated the rendering of line graphics.
- Optimized performance for large network graphics using viewport culling and level of detail techniques.
Editor enhancements:
- Enabled sharing and merging of trains by pressing the Ctrl key and clicking or by drag and drop.
- Improved the corridor definition of line graphics.
Documentation:
- Enhanced the user manual for comprehensive guidance. Please refer to the User Manual Documentation for detailed information.
Bug fixes
- Resolved various issues. For more details, please refer to the GitHub repository.