Skip to content

Releases: eclipse-gef/gef-classic

3.22.0, 2024-12

01 Dec 19:57
Compare
Choose a tag to compare

A major update of this release is the integration of the Zest 2.0 development branch. See the wiki for more details.

Apart from that this release focused mostly on code modernization, bug fixing, and performance improvements.

A full list on all issues and pull request handled in this release can be found here: https://github.com/eclipse/gef-classic/milestone/7

The update site for this release can be found at: https://download.eclipse.org/tools/gef/classic/release/3.22.0/

3.21.0, 2024-09

06 Sep 21:19
Compare
Choose a tag to compare

This release focused mostly on code modernization, bug fixing, and performance improvements.

A full list on all issues and pull request handled in this release can be found here: https://github.com/eclipse/gef-classic/milestone/6

The update site for this release can be found at: https://download.eclipse.org/tools/gef/classic/release/3.21.0/

3.20.0, 2024-06

13 Jun 14:45
Compare
Choose a tag to compare

This release focused mostly on code modernization, bug fixing, and performance improvements.

A full list on all issues and pull request handled in this release can be found here: https://github.com/eclipse/gef-classic/milestone/5

The update site for this release can be found at: https://download.eclipse.org/tools/gef/classic/release/3.20.0/

3.18.0, 2023-12

06 Dec 20:11
70c2969
Compare
Choose a tag to compare

This release focused mostly on code modernization, bug fixing, and performance improvements.

A full list on all issues and pull request handled in this release can be found here: https://github.com/eclipse/gef-classic/milestone/3

The update site for this release can be found at: https://download.eclipse.org/tools/gef/classic/releases/3.18.0/

Many thanks to @Destrolaric, @vogella, @pcdavid, @Phillipus, @ptziegler, @serge-rider, and @sebHollersbacher for your support.

3.17.0, 2023-09

21 Sep 16:49
Compare
Choose a tag to compare

This release focused mostly on code modernization, bug fixing, and performance improvements.

A full list on all issues and pull request handled in this release can be found here: https://github.com/eclipse/gef-classic/milestone/2?closed=1

The update site for this release can be found at: https://download.eclipse.org/tools/gef/classic/releases/3.17.0/

Many thanks to @BauePhil, @Destrolaric, @vogella, @pcdavid, @Phillipus, @ptziegler, @serge-rider, and @sebHollersbacher for your support.

3.16.0, 2023-06

11 Jun 11:39
Compare
Choose a tag to compare

The following major improvements where performed:

  • General Improvements:
    • GEF Classic now requires Java 17 as minimum version
    • Improved JUnit setup to get earlier feedback on issues
    • Code clean-up and code modernization all over the GEF Classic packages
  • Draw2d:
    • New geometry helper class Interval
    • Improved helper methods for Inset, Rectangle, Dimension, and Point
    • Allow to deactivate the use of ScaledGraphics for ScaleableFigures
  • GEF:
    • GEF colors now adhere to the current Eclipse color theme and therefore also in Dark mode
  • Zest now allows users to interactively hide and show nodes

A full list on all issues and pull request handled in this release can be found here: https://github.com/eclipse/gef-classic/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.16.0

The update site for this release can be found at: https://download.eclipse.org/tools/gef/classic/releases/3.16.0/

Many thanks to @Destrolaric, @vogella, @pcdavid, @Phillipus, @ptziegler, and @serge-rider for your support.

3.15 Release

02 Jan 19:47
Compare
Choose a tag to compare
Updated Documenation for 3.15 release

  - updated CHANGELOG.md
  - added new org.eclipse.draw2d.zoom  package to Draw2d documentation
  - enabled documentation generation in draw2d doc project