Releases: hal/elemento
Releases · hal/elemento
Elemento 2.0.5
Fixed
- Fixed place manager tests
Elemento 2.0.3
Changed
- Changed
PlaceManager.notFound(Supplier<Page>)
toPlaceManager.notFound(Function<Place,Page>)
: The function gets the missing place and returns the page to show in that case.
Elemento 2.0.2
Added
- Add missing methods for select elements to
Elements
Elemento 2.0.1
Added
- Add
ElementContainerDelegate<E extends Element, B extends TypedBuilder<E, B>>
- Add
ElementTextDelegate<E extends Element, B extends TypedBuilder<E, B>>
- Add
HTMLSelectElementBuilder<E extends HTMLSelectElement>
and
HTMLSelectElementMethods<E extends HTMLSelectElement, B extends TypedBuilder<E, B>>
Upgrades
- Bump JUnit to 5.13.3
Elemento 2.0.0
Changed
- Improve detection of native JS objects in the logging module
Removed
- Remove all deprecated classes and methods
Elemento 1.7.6
Changed
- Improve detection of native JS objects in the logging module
Elemento 1.7.5
Fixed
- Fix GitHub workflows
Elemento 1.7.4
Fixed
- Fix GitHub workflows
Elemento 1.7.3
Fixed
- Fix GitHub workflows
Elemento 1.7.2
Changed
- Maven 4: Separate BOM from the rest of the modules