File tree 3 files changed +33
-0
lines changed
3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -110,4 +110,5 @@ export const VERSIONS = Object.freeze([
110
110
'6.0' ,
111
111
'6.1' ,
112
112
'6.2' ,
113
+ '6.3' ,
113
114
] ) ;
Original file line number Diff line number Diff line change
1
+ ---
2
+ version : " 6.3"
3
+ changes :
4
+ - deprecation : true
5
+ title : " Deprecate v1 addon `contentFor` types per RFC #1029"
6
+ link : " https://blog.emberjs.com/ember-released-6-3"
7
+ - feature : true
8
+ title : " # 10596 - moves the default Prettier setup to no longer be run through linters (ESLint, Stylelint) but to be run directly."
9
+ link : " https://blog.emberjs.com/ember-released-6-3"
10
+ - feature : true
11
+ title : " #10588 - Adds the `ember-cli-deprecation-workflow` addon to the default blueprint for apps and generates the setup for the addon as well"
12
+ link : " https://blog.emberjs.com/ember-released-6-3"
13
+ - feature : true
14
+ title : " #10613 - Support --ember-data / --no-ember-data flags when creating a new app"
15
+ link : " https://blog.emberjs.com/ember-released-6-3"
16
+ - feature : true
17
+ title : " #10617 - Use `staticInvokables` in the app (embroider) blueprint"
18
+ link : " https://blog.emberjs.com/ember-released-6-3"
19
+ - feature : true
20
+ title : " #10595 - Update @glimmer/component to v2 in blueprints"
21
+ link : " https://blog.emberjs.com/ember-released-6-3"
22
+ ---
Original file line number Diff line number Diff line change
1
+ ---
2
+ version : " 6.3"
3
+ changes :
4
+ - deprecation : true
5
+ title : " #20526 - Deprecates importing inject from @ember/service."
6
+ link : " https://blog.emberjs.com/ember-released-6-3"
7
+ - feature : true
8
+ title : " #20800 - Ember now supports the use of template tag authoring-format Glimmer components (gjs | gts) in place of route templates."
9
+ link : " https://blog.emberjs.com/ember-released-6-3"
10
+ ---
You can’t perform that action at this time.
0 commit comments