Skip to content

Commit 5de0400

Browse files
committed
final tweaks
1 parent d4ac628 commit 5de0400

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ tags:
1515

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

18+
1819
---
1920

2021
## [πŸ‡ͺπŸ‡Έ EmberFest 2023 is a wrap!](https://emberfest.eu/)
2122

2223
EmberFest 2023 happened this past week and it was full of exciting talks that hopefully you were able to see in person or remotely. There were talks from Ed Faulkner ([@ef4](https://github.com/ef4)), Mel Sumner ([@melsumner](https://github.com/melsumner)), Chris Thoburn ([@runspired](https://github.com/runspired)), Preston Sego ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) and more!
2324

24-
A huge thank you to all who were involved in coordinating and presenting and otherwise helping to put EmberFest together. We are already excited for next year's event πŸŽ‰πŸΉπŸ”₯!
25+
A huge thank you to all who were involved in coordinating and presenting and otherwise helping to put EmberFest together. We are already excited for next year's event πŸŽ‰πŸΉπŸ”₯πŸ‡ͺπŸ‡Ί!
2526

2627
EmberFest videos may be forthcoming at some point in the not too distant future hopefully 🀞. We'll post here in the Times if and when they are, so keep an eye out!
2728

@@ -33,12 +34,6 @@ Ember 5.3 has been released. There were a few deprecations for Ember and Ember C
3334

3435
---
3536

36-
## [🌈 New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki)
37-
38-
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.
39-
40-
Give it a try, for all your syntax highlighting needs!
41-
4237
## [RFC EmberData | deprecate legacy finder support](https://github.com/emberjs/rfcs/pull/964)
4338

4439
The EmberData related RFC that proposes deprecating legacy finder support has been moved to exploring status! This is a significant change that deprecates methods on `store` and `model` that utilize non-request-manager request paradigms. These methods are no longer recommended in the face of the greater utility of `store.request` and the `RequestManager`. Head over to the [RFC](https://github.com/emberjs/rfcs/pull/964) to participate and/or learn more!
@@ -47,6 +42,14 @@ This is also a friendly reminder that there are not one, but two (to accommodate
4742

4843
---
4944

45+
## [🌈 New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki)
46+
47+
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.
48+
49+
Give it a try, for all your syntax highlighting needs!
50+
51+
---
52+
5053
## 🎞️ Learn more about Ember with videos
5154

5255
When talking about the new things in Ember, Glint is a favourite topic. [Chris Krycho (@chriskrycho)](https://github.com/chriskrycho), together with [Dan Freeman (@dfreeman)](https://github.com/dfreeman) are publishing a series of screencasts on this topic. Their first screencast has the amazing title: [You did WHAT with TypeScript?β€”Glint Architecture Overview](https://youtu.be/MLpP8D3cY7M?si=7ro6801LQZtkjaVT), and will explain the big picture of how the Glint project works. In their second screencast, [Vacuous Lies: How the Glint/TypeScript transform works](https://www.youtube.com/watch?v=Xhv1jAV5cZI), they dig into the details of how Glint transforms EmberJS and GlimmerJS templates into TypeScript and in the third installment, [Big Gamma Energy](https://www.youtube.com/watch?v=6-TWGx8j9RU), Chris and Dan go over components and the types that power them.

0 commit comments

Comments
Β (0)