Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
- [bug] resolver.moduleBasedResolver must be set for the ember router to enable loading substates, so set that property in the constructor.
  • Loading branch information
gabrielcsapo committed Aug 24, 2020
1 parent 1b4e1f0 commit e27e371
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.1 (08/24/2020)

- [bug] resolver.moduleBasedResolver must be set for the ember router to enable loading substates, so set that property in the constructor.

# 1.2.0 (05/25/2020)

- [enhancement] bring down upstream, `ember-resolver`, parsing logic, ensures that we don't assert against types that are not required to be dasherized and also put that behind a debug flag
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-strict-resolver",
"version": "1.2.0",
"version": "1.2.1",
"description": "A fast concise resolver for ember",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e27e371

Please sign in to comment.