-
-
Notifications
You must be signed in to change notification settings - Fork 74
Release 6.5 #1351
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
base: main
Are you sure you want to change the base?
Release 6.5 #1351
Conversation
✅ Deploy Preview for ember-blog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
||
#### Bug fixes | ||
|
||
Ember.js 6.5 includes <insert> noteworthy bug fixes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ember.js 6.5 includes <insert> noteworthy bug fixes: |
|
||
Ember.js 6.5 is an incremental, backwards compatible release of Ember with bug fixes, performance improvements, and minor deprecations. | ||
|
||
#### Bug fixes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Bug fixes |
|
||
#### Features | ||
|
||
Ember.js 6.5 introduces <insert> new features: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ember.js 6.5 introduces <insert> new features: | |
Ember.js 6.5 introduces 2 new features: | |
- A `--route-authoring-format=strict` option has been added to the route generator to generate template-tag components as route templates per [RFC #1046](https://rfcs.emberjs.com/id/1046-template-tag-in-routes). | |
- Options `--strict` or `--tt` were added to the Component blueprint to generate template-tag components per [RFC #0779](https://rfcs.emberjs.com/id/0779-first-class-component-templates). |
|
||
#### Deprecations | ||
|
||
Ember.js 6.5 introduces <insert> new deprecations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ember.js 6.5 introduces <insert> new deprecations: | |
Ember.js 6.5 introduces 1 new deprecation: | |
- `import Ember from 'ember'` has been deprecated per [RFC #1003](https://rfcs.emberjs.com/id/1003-deprecation-import-ember-from-ember). This deprecates many APIs that were available off of that Ember import. The deprecation guides for each of those APIs can be found [here](https://deprecations.emberjs.com/v6.x). |
|
||
#### Features | ||
|
||
Ember CLI 6.5 introduces <insert> new feature: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ember CLI 6.5 introduces <insert> new feature: | |
Ember CLI 6.5 introduces 1 new feature: | |
- A `--strict` flag is now available for `ember new` and `ember addon` to generate components and routes as template-tag components per [RFC #1046](https://rfcs.emberjs.com/id/1046-template-tag-in-routes) and [RFC #0779](https://rfcs.emberjs.com/id/0779-first-class-component-templates). |
|
||
#### Bug fixes | ||
|
||
Ember CLI 6.5 includes <insert> bug fixes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ember CLI 6.5 includes <insert> bug fixes: |
|
||
Ember CLI 6.5 introduces <insert> new feature: | ||
|
||
#### Deprecations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Deprecations |
|
||
#### Deprecations | ||
|
||
Ember CLI 6.5 introduces <insert> new deprecations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ember CLI 6.5 introduces <insert> new deprecations: |
|
||
Ember.js 6.5 introduces <insert> new deprecations: | ||
|
||
For more details on changes in Ember.js 6.5, please review the [Ember.js 6.5.0 release page](https://github.com/emberjs/ember.js/releases/tag/v6.5.0). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more details on changes in Ember.js 6.5, please review the [Ember.js 6.5.0 release page](https://github.com/emberjs/ember.js/releases/tag/v6.5.0). | |
For more details on changes in Ember.js 6.5, please review the [Ember.js 6.5.0 release page](https://github.com/emberjs/ember.js/releases/tag/v6.5.0-ember-source). |
These tag names changed all the way back with 6.0 😬 We probably need to go back and fix the blog posts.
Ember CLI 6.5 introduces <insert> new deprecations: | ||
|
||
For more details on the changes in Ember CLI 6.5 and detailed upgrade | ||
instructions, please review the [Ember CLI 6.5.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.5.0). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instructions, please review the [Ember CLI 6.5.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.5.0). | |
instructions, please review the [Ember CLI 6.5.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.5.0-ember-cli). |
CLI's tag names changed only from v6.5.0 on, which is why I noticed the URL.
No description provided.