Releases: hal/elemento
Releases · hal/elemento
Elemento 0.8.0
Prepare Elemento for J2CL / GWT3
- Elemento (core & template) no longer depends on
gwt-user
- Replace safe HTML implementation with https://github.com/Vertispan/gwt-safehtml/
- Move widget related code to new maven module
elemento-widget
Elemento 0.7.1
- Fix #46: Internet Explorer JavaScriptException when using template expressions
Elemento 0.7.0
- Split maven module
elemento-template
intoelemento-template-api
andelemento-template-processor
Elemento 0.6.2
- Upgrade GWT to 2.8.2 and GWT maven plugin to 1.0-rc-9
- Upgrade Elemental to 1.0.0-beta-3 (thanks to @niloc132)
- Add safe HTML support for expressions
- Update documentation
Elemento 0.6.1
- Add support for Dagger (thanks @tyler-ham)
- Include TodoMVC sample based on Dagger and HTML templates (thanks @tyler-ham)
- Update documentation
Elemento 0.6.0
Breaking Changes
- Close #31: Replace Handlebars like expressions
{{foo}}
with Freemarker like expressions${foo}
Bugfixes
- Fix #32: Use type parameter of IsElement in generated code
- Fix #33: Adjust maven shade plugin configuration
- Fix #34: Remove usage of
GWT.create()
andcom.google.gwt.safehtml.shared.SafeHtml
Other
- Remove Guava dependency
- Cleanup POMs
Elemento 0.5.2
- Update documentation
- Add support for custom elements in
@DataElement
annotations - Add public factory of EventType so users can define its own events
Elemento 0.5.1
- Update documentation
- Add Errai sample
- Rename
TypeBuilder.asElement()
toTypeBuilder.get()
- Change
HtmlContent.add(HtmlElement)
toHtmlContent.add(Node)
- Add code to verify that subtypes of
HTMLElement
are mapped to the right HTML elements
Elemento 0.5.0
- First release to be available at Maven Central
- Add elemental2 inherits
- Remove dependencies
- Guava
- JetBrains annotations
- Auto-detect GIN on template processor
- Switch to Apache2 license
Elemento 0.4.2
Added
- Add body builder
- Add a predicate and function to filter and map from nodes and/or elements to HTML elements
- Add method to create img tag with src
- Add builder for HTML input elements
- Add checks when adding CSS classes
- New
org.jboss.gwt.elemento.core.Key
enum for well-known keys - Add event type storage
Changed
- Revisit iterate & stream methods
- Enhance documentation