ember-website
ember-website copied to clipboard
The emberjs.com website.
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
For 5.x versions, Ember-Data chapter still uses deprecated APIs like Adapter instead of explaining how work new Store, Handler and RequestManager. This information would be really useful to have a...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Implements https://github.com/ember-learn/ember-website/issues/1086 Can be testes by navigating from the homepage to the survey page, and you'll see highcharts being loaded as a separate chunk: **Before** ``` Built project successfully. Stored...
RFC: https://github.com/emberjs/rfcs/pull/984
Implements the code blocks on the homepage as described in https://github.com/emberjs/rfcs/pull/425. Blocked by: - [ ] Ember v4 upgrade to use `ember-shiki` - This PR includes an upgrade to 4.4,...
This updates the website to Ember 4.12.2, including: * the app boilerplate and related dependencies by running ember-cli-update * updated and deduped transitive deps (due to issues) by regenerating the...
Suggesting to remove the use of ember-data here, due to these reasons: * ember-data models seem to be only used as simple POJO-like structures, many ember-data features are not used:...
**Is your feature request related to a problem? Please describe.** Currently Highcharts is fetched on initial page load. This is a quite a significant package size that is being loaded,...