Skip to content

Releases: hal/elemento

Elemento 2.0.5

31 Jul 16:44
Compare
Choose a tag to compare

Fixed

  • Fixed place manager tests

Elemento 2.0.3

31 Jul 13:12
Compare
Choose a tag to compare

Changed

  • Changed PlaceManager.notFound(Supplier<Page>) to PlaceManager.notFound(Function<Place,Page>): The function gets the missing place and returns the page to show in that case.

Elemento 2.0.2

22 Jul 12:42
Compare
Choose a tag to compare

Added

  • Add missing methods for select elements to Elements

Elemento 2.0.1

22 Jul 10:36
Compare
Choose a tag to compare

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

27 May 11:51
Compare
Choose a tag to compare

Changed

  • Improve detection of native JS objects in the logging module

Removed

  • Remove all deprecated classes and methods

Elemento 1.7.6

14 May 13:30
3aabf56
Compare
Choose a tag to compare

Changed

  • Improve detection of native JS objects in the logging module

Elemento 1.7.5

08 May 15:24
44b801f
Compare
Choose a tag to compare

Fixed

  • Fix GitHub workflows

Elemento 1.7.4

08 May 15:15
af39e18
Compare
Choose a tag to compare

Fixed

  • Fix GitHub workflows

Elemento 1.7.3

08 May 15:05
9883c08
Compare
Choose a tag to compare

Fixed

  • Fix GitHub workflows

Elemento 1.7.2

08 May 14:26
6ff856f
Compare
Choose a tag to compare

Changed

  • Maven 4: Separate BOM from the rest of the modules