Releases: hal/elemento
Releases · hal/elemento
Elemento 2.4.11
Added
- Add support for
beforetoggleandtoggleevents.
Elemento 2.4.10
Elemento 2.4.9
Added
- Add
ClassList.contains(String classname) - Add
HTMLElementDataMethods.data(String name)
Upgrades
- Bump JBoss Parent to 52
Elemento 2.4.8
Fixed
- Added missing externs for
DurationFormatandDurationFormatOptionsnot yet in https://github.com/google/closure-compiler/blob/master/externs/browser/intl.js
Elemento 2.4.7
Added
- Add
FlowContext.peek()method to retrieve the object at the top of the stack without removing it.
Changed
- Change
Repeat.DEFAULT_INTERVALto 0
Fixed
- Fix
Flow.repeat()for tasks that start own promises.
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.