Releases: hal/elemento
Releases · hal/elemento
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>)
Elemento 2.2.1
Fixed
- Fix native JS object detection in the logging module
- Fix router sample
Elemento 2.2.0
Added
- Add
Roleenum andElementAttributeMethods.role(Role)andElementAttributeMethods.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
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
Fixed
- Fixed place manager tests