Skip to content

Releases: SchweizerischeBundesbahnen/netzgrafik-editor-frontend

netzgrafik-frontend: v2.7.8

24 Aug 09:39
9192040
Compare
Choose a tag to compare

2.7.8 (2024-08-24)

Bug Fixes

  • doc: Update CREATE_FILTERS.md, spelling (#258) (e0eb559)

netzgrafik-frontend: v2.7.7

20 Aug 12:02
19a6129
Compare
Choose a tag to compare

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

19 Aug 19:42
e499e9e
Compare
Choose a tag to compare

2.7.6 (2024-08-19)

Bug Fixes

  • use change event instead of keyup for node name change (#248) (1e1177b)

v2.7.4

08 Aug 08:38
099c6d9
Compare
Choose a tag to compare

2.7.4 (2024-08-08)

Bug Fixes

  • disable environment header in standalone mode (#230) (e25887e)

netzgrafik-frontend: v2.7.5

08 Aug 09:58
58b75cd
Compare
Choose a tag to compare

2.7.5 (2024-08-08)

Features

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

06 Aug 14:33
1da224e
Compare
Choose a tag to compare

2.7.3 (2024-08-06)

Features

Bug Fixes

Miscellaneous Chores

2.7.2

06 Aug 09:11
5173657
Compare
Choose a tag to compare

2.7.2 (2024-08-06)

Features

Bug Fixes

Miscellaneous Chores

2.7.0

31 Jul 15:32
8f5f2fb
Compare
Choose a tag to compare

2.7.0 (31.07.2024)

Features

  • The network graphics editor is now available in GERMAN and ENGLISH. If you would like to contribute a translation in any other language, we would be very happy.

2.6.1

31 Jul 14:22
41341ca
Compare
Choose a tag to compare

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

Netzgrafik-Editor Backend v1.1.0

2.6.0

22 Jul 07:59
e966fe0
Compare
Choose a tag to compare

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.