Skip to content

Commit

Permalink
Add v6.3.0-beta.1 to CHANGELOG for ember-source
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b02a46)
  • Loading branch information
kategengler committed Feb 3, 2025
1 parent de32a66 commit c7b1781
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Ember Changelog

## v6.3.0-beta.1 (February 03, 2025)

- [#20800](https://github.com/emberjs/ember.js/pull/20800) [FEATURE] Support use of template-tag components as route templates per [RFC #1046](https://rfcs.emberjs.com/id/1046-template-tag-in-routes).
- [#20526](https://github.com/emberjs/ember.js/pull/20526) / [#20820](https://github.com/emberjs/ember.js/pull/20820) [DEPRECATION] Deprecate importing `inject` from `@ember/service`. The export is renamed to `service` per [RFC #0752](https://rfcs.emberjs.com/id/0752-inject-service/).
- [#20817](https://github.com/emberjs/ember.js/pull/20817) Clean up `deprecate-implicit-route-model` deprecation. It was deprecated until 6.0.
- [#20825](https://github.com/emberjs/ember.js/pull/20825) Remove the `helper` wrapper from the helper generator. [Plain functions as helpers](https://guides.emberjs.com/release/components/helper-functions/#toc_global-helper-functions) have been supported since v4.5.

## v6.2.0 (February 03, 2025)

- [#20798](https://github.com/emberjs/ember.js/pull/20798) [CLEANUP] Remove old code that supported old ember-test-helpers
Expand Down

0 comments on commit c7b1781

Please sign in to comment.