Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add ember-engines to blueprint, docs #258

Merged
merged 1 commit into from
Jul 29, 2021
Merged

fix: add ember-engines to blueprint, docs #258

merged 1 commit into from
Jul 29, 2021

Conversation

czosel
Copy link
Contributor

@czosel czosel commented Jul 29, 2021

No description provided.

@czosel czosel requested a review from anehx July 29, 2021 10:16
@czosel czosel merged commit 35c40a7 into main Jul 29, 2021
velrest pushed a commit that referenced this pull request Aug 11, 2021
# 1.0.0 (2021-08-11)

### Bug Fixes

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

### Features

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

### Bug Fixes

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

### Features

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

### Bug Fixes

* add ember-engines to blueprint, docs ([#258](#258)) ([35c40a7](35c40a7))

### Features

* indent scopes list according to level ([#260](#260)) ([13c822f](13c822f))
@velrest
Copy link
Contributor

velrest commented Aug 11, 2021

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants