Skip to content

Releases: hal/elemento

Elemento 2.4.6

20 Jan 17:48

Choose a tag to compare

Fixed

  • Fix annotation processing for Java 24+

Elemento 2.4.4

15 Jan 11:00

Choose a tag to compare

Fixed

  • Fix Javadoc generation

Elemento 2.4.3

15 Jan 10:04

Choose a tag to compare

  • Fix Javadoc generation

Elemento 2.4.2

15 Jan 09:38

Choose a tag to compare

Added

  • Add org.jboss.elemento.intl.Locale

Changed

  • Replace constructors with static factory methods in elemento-intl module

Fixed

  • Fix Javadoc generation

Elemento 2.4.1

20 Nov 06:31

Choose a tag to compare

Fixed

  • Fix namespace declarations for the Intl classes.

Elemento 2.4.0

13 Nov 15:27

Choose a tag to compare

Added

Elemento 2.3.2

31 Oct 18:08

Choose a tag to compare

Changed

  • Change Elements.removeChildrenFrom(IsElement<E> element) to take into account if the element also implements ElementContainerDelegate<E, B>. In that case the children are removed from the container delegate instead of the element.

Elemento 2.3.1

30 Oct 13:18

Choose a tag to compare

Fixed

  • Fix native object detection in the logging module

Elemento 2.3.0

21 Oct 15:34

Choose a tag to compare

Changed

  • Elemento now requires Java 21.
    GWT applications can still be used with Elemento: If you use the GWT Maven plugin, set the sourceLevel to the according language level. See the flow sample for an example.

Upgrades

  • Bump Elemental2 to 1.3.2

Elemento 2.2.2

22 Sep 11:16

Choose a tag to compare

Added

  • Add PlaceManager.errorPage(BiFunction<Place, String, Page>)