Jon Johnson
Jon Johnson
We use this truly excellent library to create release notes and we only ever need the unreleased stuff. Using the --unreleased-only flag still pulls thousands of issues in PRs even...
While ember-data is usually installed it's also possible to use @ember-data/model (and other packages directly). Since ember-data provides @ember-data/model I don't think we need to detect both. I'm not sure...
Exporting a named function is deprecated and this now matches the docs directly above.
Exporting a named function is deprecated and this now matches the docs directly above. Same as #2334, but against the v2 branch.
This has been deprecated for a while and now needs to be removed.
In v3 of `ember-template-lint` passing `@click` is now flagged in the [default rules](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-passed-in-event-handlers.md) the suggested change is to modify this API to `@onClick`. We'll probably want to add both and...
This adds a template placeholder `` which will be transformed at build time into a plain DOM element with a link to the sprite for the icon. Eg: ```hbs ```...
It is currently possible to transform icons at build time from components into plain HTML using the option `enableExperimentalBuildTimeTransform`. This option was taken from the [community addon](https://github.com/martndemus/ember-font-awesome) and intended to...
Instead of presenting a user list screen along with a search box that visits a single user we should run the search in the admin console main screen and present...
....would be better if it was awesome: - [ ] Needs spinner for loading - [ ] Needs to know when a cohort is selected and just not loaded -...