Skip to content

Commit 01d4f2c

Browse files
committed
add Ember.3 release
1 parent 074c7f4 commit 01d4f2c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

β€Žcontent/the-ember-times-issue-207.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ authors:
55
- aaron-chambers
66
- anne-greeth.schot-van-herwijnen
77
- jared-galanis
8-
date: 2023-09-18T00:00:00.000Z
8+
date: 2023-09-24T00:00:00.000Z
99
tags:
1010
- newsletter
1111
- '2023'
1212
---
1313

1414
πŸ‘‹ Emberistas! 🐹
1515

16-
EmberFest 2023 is a wrap 🐹, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€
16+
EmberFest 2023 is a wrap 🐹, Ember 5.3 is released πŸš€, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€
1717

1818
---
1919

@@ -25,6 +25,12 @@ EmberFest videos should be forthcoming at some point in the not too distance fut
2525

2626
---
2727

28+
## [πŸš€ Ember 5.3 is released](https://blog.emberjs.com/ember-released-5-3)
29+
30+
Ember 5.3 has been released. There were a few deprecations for Ember and Ember CLI. Ember CLI now officially supports `--pnpm`πŸ”₯. EmberData shipped quite a bit of work around `RequestManager`. For EmberData, 5.3 introduced builder utils, builders for `REST`, `ActiveRecord` and `JSON:API` requests as well as serialization utils for `JSON:API` requests ✨✨✨. There were also several deprecations for EmberData. For more detailed information go check out the [release blog post](https://blog.emberjs.com/ember-released-5-3)!
31+
32+
---
33+
2834
## [🌈 New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki)
2935

3036
Have you ever wanted to show pretty code snippets in your Ember apps? Then today you're in luck. The new [ember-shiki](https://github.com/IgnaceMaes/ember-shiki) addon was just released by Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes)) which makes using the [Shiki](https://github.com/shikijs/shiki) syntax highlighter in Ember a breeze. It is a modern v2 addon with TypeScript and Glint interfaces and has support for Fastboot. On top of that it comes with theming options, code block grouping, and line highlighting. Ember's new `.gjs` and `.gts` file formats are also supported out of the box.

0 commit comments

Comments
Β (0)