Releases: hal/elemento
Releases · hal/elemento
Elemento 2.4.6
Fixed
- Fix annotation processing for Java 24+
Elemento 2.4.4
Fixed
- Fix Javadoc generation
Elemento 2.4.3
- Fix Javadoc generation
Elemento 2.4.2
Added
- Add
org.jboss.elemento.intl.Locale
Changed
- Replace constructors with static factory methods in
elemento-intlmodule
Fixed
- Fix Javadoc generation
Elemento 2.4.1
Fixed
- Fix namespace declarations for the
Intlclasses.
Elemento 2.4.0
Added
- New module
elemento-intlwith support of the Intl JavaScript API
Elemento 2.3.2
Changed
- Change
Elements.removeChildrenFrom(IsElement<E> element)to take into account if the element also implementsElementContainerDelegate<E, B>. In that case the children are removed from the container delegate instead of the element.
Elemento 2.3.1
Fixed
- Fix native object detection in the logging module
Elemento 2.3.0
Changed
- Elemento now requires Java 21.
GWT applications can still be used with Elemento: If you use the GWT Maven plugin, set thesourceLevelto the according language level. See the flow sample for an example.
Upgrades
- Bump Elemental2 to 1.3.2
Elemento 2.2.2
Added
- Add
PlaceManager.errorPage(BiFunction<Place, String, Page>)