You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/the-ember-times-issue-207.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,14 @@ tags:
15
15
16
16
EmberFest 2023 is a wrap πͺπΈ, Ember 5.3 is released π, ember-shiki π, Ember videos ποΈ, Whiskey, Web and Whatnot ποΈ, Addon releases β¨, Embroider addon audits π§
17
17
18
+
18
19
---
19
20
20
21
## [πͺπΈ EmberFest 2023 is a wrap!](https://emberfest.eu/)
21
22
22
23
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!
23
24
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 ππΉπ₯πͺπΊ!
25
26
26
27
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!
27
28
@@ -33,12 +34,6 @@ Ember 5.3 has been released. There were a few deprecations for Ember and Ember C
33
34
34
35
---
35
36
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
-
42
37
## [RFC EmberData | deprecate legacy finder support](https://github.com/emberjs/rfcs/pull/964)
43
38
44
39
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
47
42
48
43
---
49
44
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
+
50
53
## ποΈ Learn more about Ember with videos
51
54
52
55
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