Skip to content

Releases: hal/elemento

Elemento 0.7.0

22 Mar 13:35
Compare
Choose a tag to compare
  • Split maven module elemento-template into elemento-template-api and elemento-template-processor

Elemento 0.6.2

22 Mar 13:35
Compare
Choose a tag to compare
  • 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

22 Mar 13:35
Compare
Choose a tag to compare
  • 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

22 Mar 13:36
Compare
Choose a tag to compare

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() and com.google.gwt.safehtml.shared.SafeHtml

Other

  • Remove Guava dependency
  • Cleanup POMs

Elemento 0.5.2

22 Mar 13:36
Compare
Choose a tag to compare
  • 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

22 Mar 13:22
Compare
Choose a tag to compare
  • Update documentation
  • Add Errai sample
  • Rename TypeBuilder.asElement() to TypeBuilder.get()
  • Change HtmlContent.add(HtmlElement) to HtmlContent.add(Node)
  • Add code to verify that subtypes of HTMLElement are mapped to the right HTML elements

Elemento 0.5.0

22 Mar 13:19
Compare
Choose a tag to compare
  • 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

22 Mar 13:40
Compare
Choose a tag to compare

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