Skip to content

Elemento 1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 15:15
3d3c2fe

Added

  • Add ButtonType enum and Elements.button(ButtonType)

  • Add @Loader annotation and loader attribute for @Route annotation

  • Add options for router annotation processors:

    • places.package: The package name of the generated class for the annotated places.
    • places.class: The class name of the generated class for the annotated places.

Changed

  • Rename loader classes:

    • Loader<T>LoadData<T>
    • LoadDataLoadedData
  • Add support for loaders in router annotation processors

  • Change default name of the generated class for the annotated places GeneratedPlacesAnnotatedPlaces

  • Simplify router annotation processors