Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Release 6.5 #1351

wants to merge 1 commit into from

Conversation

jaredgalanis
Copy link
Member

No description provided.

@jaredgalanis jaredgalanis requested a review from kategengler June 10, 2025 17:20
Copy link

netlify bot commented Jun 10, 2025

Deploy Preview for ember-blog ready!

Name Link
🔨 Latest commit 1836bbd
🔍 Latest deploy log https://app.netlify.com/projects/ember-blog/deploys/6848693fce841900089533ef
😎 Deploy Preview https://deploy-preview-1351--ember-blog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jaredgalanis jaredgalanis requested a review from runspired June 10, 2025 17:20

#### Bug fixes

Ember.js 6.5 includes <insert> noteworthy bug fixes:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Bug fixes


#### Features

Ember.js 6.5 introduces <insert> new features:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Ember CLI 6.5 includes <insert> bug fixes:


Ember CLI 6.5 introduces <insert> new feature:

#### Deprecations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Deprecations


#### Deprecations

Ember CLI 6.5 introduces <insert> new deprecations:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants