Skip to content

Releases: projectcaluma/ember-emeis

v2.1.0

10 Dec 10:29
Compare
Choose a tag to compare

2.1.0 (2021-12-10)

Bug Fixes

Features

v2.0.1

18 Nov 16:40
Compare
Choose a tag to compare

2.0.1 (2021-11-18)

Bug Fixes

  • data-table: do not include page query param when searching (#302) (07b027d)

v2.0.0

09 Nov 12:40
Compare
Choose a tag to compare

2.0.0 (2021-11-09)

Bug Fixes

chore

Features

  • extract meta fields rendering into a component (#277) (2527ed5)
  • scopes: display corresponding ACLs (#275) (0daa8b0)
  • scopes: introduce meta fields (#272) (af82ec2)
  • make addon configurable via config service (#269) (3a56283)

BREAKING CHANGES

  • drop support for node 10 as it has reached EOL.

Co-authored-by: Akanksh Saxena [email protected]

v1.1.0

11 Aug 07:00
Compare
Choose a tag to compare

1.1.0 (2021-08-11)

Bug Fixes

  • add ember-engines to blueprint, docs (#258) (35c40a7)

Features

  • indent scopes list according to level (#260) (13c822f)

v1.0.0

27 Oct 10:01
Compare
Choose a tag to compare

1.0.0 (2020-10-27)

Bug Fixes

  • application.hbs: set container to overflow: auto (853fb9e)
  • concurrency: use dropTask to prevent state issues (7a0bb4a)
  • edit-form: prevent type error by checking if listViewRouteName is passed (09e03c5)
  • edit-form: replace hardcoded route name handling with dynamic since an engine can be mouted with a different name (e770214)
  • import: fix import of pagination controller (27c6d1b)
  • pagination: only check if strings are empty so they are not serialized as an empty qp (d79e0a4)
  • relationship-select: only debounce if search is set so we dont debounce the initial request (a8c2f03)
  • relationship-select: use let instead of with (690c0ba)
  • route model hooks: just return a promise to the model hook, no need for async (fe9ccbf)
  • user-edit: make route name argument passed to edit form for listview relative (80d16d5)
  • users/edit: remove UkTab component usage (abfd9d5)

Features

  • acl-wizzard: add wizzard to guide user through acl creation (50d5a22)
  • create route: add class for creating new models by reusing the edit view (ac278ec)
  • decorators: add error handling for common model usage (38155db)
  • edit-form: add a minimalistic form for editing model fields (31e4a99)
  • engine: add blueprint and dependencies (9d31cfb)
  • engine: initialize ember-engines configuration (b22fcff)
  • models: add models and factories (fe09023)
  • multilang: add decorator for localized fields (ec20d27)
  • multilang: add serializers for localized models (88c89c5)
  • nav: add nav (a40bdcc)
  • nav: add nav components (066f867)
  • permission index view: add permission list view (749b00c)
  • permissions: add permission edit view (666c720)
  • permissions: add a create view (c5846ae)
  • relationship-select: add component to select a model for a relationship via power-select (373f213)
  • role index view: add roles list view (5dccab4)
  • roles: add create view (b9013d9)
  • roles: add edit view (7bb7cc4)
  • routes: add basic route setup (26b57ce)
  • scope index view: add list view for scopes (490ead0)
  • scopes: add create view (55b93ef)
  • scopes: add edit view for scopes (a5847bf)
  • section title: add a component for section headings (e0437bf)
  • store blueprint: add a blueprint for customizing the store passed to emeis engine (2b434d6)
  • user: add acl edit and create views (cc990ab)
  • user: add create view (7a3caf4)
  • add example route and model for group (10b7843)
  • user: add edit view (2b19e3f)
  • user index view: add user list view (ac51323)