Skip to content

Releases: eclipse/gef-classic

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