Skip to content

v3.0.0

Compare
Choose a tag to compare
@czosel czosel released this 06 Jan 09:41
· 191 commits to main since this release

3.0.0 (2022-01-06)

Bug Fixes

Features

  • custom-buttons: configurable custom buttons (#350) (8ffdb31)
  • data-table: include acl columns for userlist (#349) (4af09c0)
  • data-table: sortable columns for userlist (#341) (b4b2cfb)
  • emeisOptions: introduce dynamic visibility (#337) (3824541)
  • feat(metaFields): dynamic evaluation of readyOnly field

BREAKING CHANGES

  • emeisOptions: from now on we use ember-intl for meta-field labels (in the emeis-options service). Instead of passing all languages, pass a translation key (or a literal string if no translations are needed), for example:
     scope: [
       {
         slug: "institution",
-        label: {
-          de: "Institution",
-        },
+        label: "emeis.scopes.headings.institution",
         type: "choice",