Releases: projectcaluma/ember-emeis
Releases · projectcaluma/ember-emeis
v4.0.2
4.0.2 (2022-02-09)
Bug Fixes
v4.0.1
4.0.1 (2022-02-09)
Bug Fixes
v4.0.0
4.0.0 (2022-02-04)
Bug Fixes
- new users are active (isActive) by default (#396) (2010ea0)
- special icon and info for empty acl list (#398) (3fea057)
- use fullName of scopes in userlists (#397) (3dd1955)
- prevent non fresh scope in scope tree view (#403) (ac2278e)
Features
- adds edit and delete functionality to userlist (#399) (69d3c17)
BREAKING CHANGES
- rename meta attribute to metainfo in scope and user model(#404) (08e65e4)
v3.2.1
3.2.1 (2022-02-04)
Incorrect release, please see v4.0.0
v3.2.0
3.2.0 (2022-02-04)
Incorrect release, please see v4.0.0
v3.1.1
3.1.1 (2022-01-27)
Bug Fixes
- don't fetch ACLs when user doesn't exist yet (#385) (b407b5e)
- error handling decorator for ember-concurrency tasks (#386) (63b8704)
- tree control search and expansion (#387) (98adf1c)
- use full-name in parent scope selection (#389) (f54d27a)
- use intl translation (#394) (2bb4942)
v3.1.0
3.1.0 (2022-01-11)
Bug Fixes
- emeisOptions: include model in custom button callback (#377) (8136acc)
Features
v3.0.1
3.0.1 (2022-01-07)
Bug Fixes
v3.0.0
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",
v2.1.1
2.1.1 (2021-12-13)
Bug Fixes
- tree-node selection in acl tab, tree scroll container (#335) (a50623e)