Skip to content

Releases: glebfox/jmix-localized-string-datatype-addon

1.1.0

19 Apr 10:52

Choose a tag to compare

Added

  • Support sorting LocalizedString values by the user's current locale.
    • Configuration properties to disable the add-on sorting customizations.
  • Bean Validation annotations for LocalizedString values, including locale-aware not-null validation.

Changed

  • Updated to Jmix 2.8.

1.0.0

16 Aug 10:50

Choose a tag to compare

Initial implementation

Added

  • LocalizedString - custom Java class used as a type of entity attributes.
  • LocalizedStringDatatype - a Datatype implementation class for LocalizedString.
  • LocalizedStringConverter - a class that converts entity attribute state into database column representation and back again.
  • LocalizedStringEditAction - that opens a dialog that edits a localized string value represented by the LocalizedString datatype.