- [dependencies] bumps
ember-cli-htmlbars@4.2.3
->ember-cli-htmlbars@5.3.1
- [bug] resolver.moduleBasedResolver must be set for the ember router to enable loading substates, so set that property in the constructor.
- [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 - [bug] ensure that require key exists before trying to retrieve from the require registry
- Ensure internal
layoutFor
lookups for namespaced templates works
- Fix uses of resolveRegistration('config:environment'). This works in the ember-resolver/classic as there is a hard coded rule that says to not pluralize config. This adds a similar rule but in the form of a strict requirement rather than a part of a pluralize strategy like ember-resolver/classic.
- bumps all dependencies to support ember>=3.12
- Removes monkey patch for registry caching and make it an opt via readme instructions