Skip to content

Releases: hal/elemento

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>)

Elemento 2.2.1

22 Sep 09:57

Choose a tag to compare

Fixed

  • Fix native JS object detection in the logging module
  • Fix router sample

Elemento 2.2.0

19 Sep 16:25

Choose a tag to compare

Added

  • Add Role enum and ElementAttributeMethods.role(Role) and ElementAttributeMethods.role(String) methods
  • Add a sample application to showcase the router

Fixed

  • Add missing calls to BeforePlaceHandler.beforePlace(PlaceManager, Place) (#204, thanks @jamalromero for reporting)
  • Fix Logger.objectType(Object) (#203, thanks @jamalromero for reporting)
  • Fix samples

Elemento 2.1.0

29 Aug 10:33

Choose a tag to compare

Changed

  • Elemento requires Java 17 now
  • Use JavaScript implementation to detect native JS objects in the logging module

Upgrades

  • Bump JBoss Parent to 50

Elemento 2.0.5

31 Jul 16:44

Choose a tag to compare

Fixed

  • Fixed place manager tests