From 9ec39d304a953798e234b9ff06071d17bc6e597d Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Mon, 28 Aug 2023 11:36:00 -0400 Subject: [PATCH 01/23] Ember Times 207 --- content/the-ember-times-issue-207.md | 139 ++++++++++++++++++++++++++ post-templates/embertimes-template.md | 4 +- 2 files changed, 141 insertions(+), 2 deletions(-) create mode 100644 content/the-ember-times-issue-207.md diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md new file mode 100644 index 000000000..03097a9da --- /dev/null +++ b/content/the-ember-times-issue-207.md @@ -0,0 +1,139 @@ +--- +title: The Ember Times - Issue No. 207 +authors: + - the-crowd # replace with real authors from the author folder (add yourself if you're not there) +date: 2023-XX-XXT00:00:00.000Z +tags: + - newsletter + - '2023' +--- + +πŸ‘‹ Emberistas! 🐹 + + + +--- + +## [🐹 1. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 2. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 3. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 4. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 5. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 6. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 7. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [🐹 8. Section title in sentence case](section-url) + + + + + + + + + +--- + +## [πŸ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/) + +

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+ +--- + +## [πŸ€“ Connect with us](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+ Office Hours Tomster Mascot + +

Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readers’ Questions are just for you!

+ +

Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🀞

+ +

Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at #support-ember-times on the Ember Community Discord or ping us @embertimes on Twitter.

+ +

Keep on top of what's been going on in Emberland this week by subscribing to our e-mail newsletter! You can also find our posts on the Ember blog. See you in two weeks!

+
+ +--- + +That's another wrap! ✨ + +Be kind, + +the crowd and the Learning Team diff --git a/post-templates/embertimes-template.md b/post-templates/embertimes-template.md index f3432c0a6..6f41e828d 100644 --- a/post-templates/embertimes-template.md +++ b/post-templates/embertimes-template.md @@ -2,10 +2,10 @@ title: The Ember Times - Issue No. XXS authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) -date: 2022-XX-XXT00:00:00.000Z +date: 2023-XX-XXT00:00:00.000Z tags: - newsletter - - '2022' + - '2023' --- πŸ‘‹ Emberistas! 🐹 From 81097acf7e635bed8a55c6b77aa01d34e00d5e30 Mon Sep 17 00:00:00 2001 From: Ignace Maes Date: Wed, 13 Sep 2023 13:15:20 +0200 Subject: [PATCH 02/23] Add ember-shiki to Ember times 207 (#1300) * write ember-shiki part * rephrasing * add author file --- author/ignace-maes.md | 8 ++++++++ content/the-ember-times-issue-207.md | 15 +++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 author/ignace-maes.md diff --git a/author/ignace-maes.md b/author/ignace-maes.md new file mode 100644 index 000000000..a19dd3fa5 --- /dev/null +++ b/author/ignace-maes.md @@ -0,0 +1,8 @@ +--- +name: Ignace Maes +image: '' +cover: '' +website: '' +twitter: 'Ignace_Maes' +location: 'Belgium' +--- diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 03097a9da..b4ef56865 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -2,6 +2,7 @@ title: The Ember Times - Issue No. 207 authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) + - Ignace Maes date: 2023-XX-XXT00:00:00.000Z tags: - newsletter @@ -12,17 +13,15 @@ tags: +ember-shiki 🌈 + --- -## [🐹 1. Section title in sentence case](section-url) +## [🌈 1. New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki) - - - - +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. - - +Give it a try, for all your syntax highlighting needs! --- @@ -136,4 +135,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Ignace Maes and the Learning Team From cad9dbe95890870224c39d45daf5d08ec45e4d46 Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Sat, 16 Sep 2023 13:35:46 +0200 Subject: [PATCH 03/23] Write-up addon audit embroider --- author/aaron-chambers.md | 8 ++++++++ content/the-ember-times-issue-207.md | 17 +++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 author/aaron-chambers.md diff --git a/author/aaron-chambers.md b/author/aaron-chambers.md new file mode 100644 index 000000000..c02c835fe --- /dev/null +++ b/author/aaron-chambers.md @@ -0,0 +1,8 @@ +--- +name: Aaron Chambers +image: '' +cover: '' +website: '' +twitter: 'grandazz' +location: 'Cork, Ireland' +--- diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index b4ef56865..34047457f 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -2,7 +2,8 @@ title: The Ember Times - Issue No. 207 authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) - - Ignace Maes + - ignace-maes + - aaron-chambers date: 2023-XX-XXT00:00:00.000Z tags: - newsletter @@ -13,7 +14,7 @@ tags: -ember-shiki 🌈 +ember-shiki 🌈, audit addons πŸ§€ --- @@ -49,15 +50,11 @@ Give it a try, for all your syntax highlighting needs! --- -## [🐹 4. Section title in sentence case](section-url) +## [πŸ§€ Audit your addons for Embroider compatibility](section-url) - - - - +Recently, [Aaron Chambers (@achambers)](https://github.com/achambers) published a [small package](https://github.com/achambers/xcheese) to help audit an app's addons to see which are V1 vs V2. When run from the terminal using `npx`, it will print a table showing which of the addons in your app are already V2, which are V1, and of those, which ones have a V2 version available. This should make it easier to keep track of which addons you have left to update to V2 on your journey to adopting [Embroider](https://github.com/embroider-build/embroider). - - +To try it out, run `npx github:achambers/xcheese -h` in your Ember app directory to for instructions on how to use it. --- @@ -135,4 +132,4 @@ That's another wrap! ✨ Be kind, -Ignace Maes and the Learning Team +Ignace Maes, Aaron Chambers and the Learning Team From dc387b01c1dfd74c84838d6cb031306816542ba0 Mon Sep 17 00:00:00 2001 From: Anne-Greeth Schot-van Herwijnen Date: Sat, 16 Sep 2023 13:37:29 +0200 Subject: [PATCH 04/23] Update the-ember-times-issue-207.md (#1301) * Update the-ember-times-issue-207.md * Update the-ember-times-issue-207.md --- content/the-ember-times-issue-207.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index b4ef56865..201e82cb0 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -3,6 +3,7 @@ title: The Ember Times - Issue No. 207 authors: - the-crowd # replace with real authors from the author folder (add yourself if you're not there) - Ignace Maes + - anne-greeth.schot-van-herwijnen date: 2023-XX-XXT00:00:00.000Z tags: - newsletter @@ -13,7 +14,7 @@ tags: -ember-shiki 🌈 +ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, --- @@ -25,27 +26,17 @@ Give it a try, for all your syntax highlighting needs! --- -## [🐹 2. Section title in sentence case](section-url) +## 🎞️ Learn more about Ember with videos - - - - +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 screencast 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. - - +If you like more short bits of information checkout [Preston](https://github.com/NullVoxPopuli)’s [TikTok videos](https://www.tiktok.com/@nullvoxpopuli) or [YouTube Shorts](https://www.youtube.com/channel/UCOZ7i6NiYjG0NyH9_fQ6xfg), on `template-tag`, OTP component and publishing to NPM and more. --- -## [🐹 3. Section title in sentence case](section-url) - - - - - - - - +## [πŸŽ™οΈ Whiskey, Web and Whatnot EmberConf podcasts](https://whiskeywebandwhatnot.fm) + +The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released two new episodes, recorded at EmberConf. The [first episode](https://whiskeywebandwhatnot.fm/polaris-vite-and-exploring-the-future-of-ember-with-jared-galanis-and-preston-sego) covers [Polaris (the upcoming Ember edition)](https://emberjs.com/editions/polaris/), [Vite](https://vitejs.dev) and the workings of learning team in these exciting times. [Preston Sego III (@NullVoxPopuli)](https://github.com/NullVoxPopuli) and [Jared Galanis (@jaredgalanis)](https://github.com/jaredgalanis) discussed all this and more with the hosts [Robbie Wagner (@RobbieTheWagner)](https://github.com/robbiethewagner) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter). In the [second episode](https://whiskeywebandwhatnot.fm/vite-debugging-and-pnpm-with-ed-faulkner) dives [Ed Faulkner (@ef4)](https://github.com/ef4) into the depts of [Vite](https://vitejs.dev), a build tool known for its speed and user-friendliness. If you want to know more about what [PNPM (a package manager)](https://pnpm.io) and [Vite](https://vitejs.dev) can bring to your Ember experience, check it out! --- @@ -135,4 +126,4 @@ That's another wrap! ✨ Be kind, -Ignace Maes and the Learning Team +Ignace Maes, Anne-Greeth Schot-van Herwijnen and the Learning Team From ff7882fd6af3de475750cb71e9456f00caab1893 Mon Sep 17 00:00:00 2001 From: Anne-Greeth Schot-van Herwijnen Date: Sat, 16 Sep 2023 13:39:21 +0200 Subject: [PATCH 05/23] Update the-ember-times-issue-207.md --- content/the-ember-times-issue-207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 5db495a18..a07eed5ed 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -41,7 +41,7 @@ The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released --- -## [πŸ§€ Audit your addons for Embroider compatibility](section-url) +## [πŸ§€ Audit your addons for Embroider compatibility](https://github.com/achambers/xcheese) Recently, [Aaron Chambers (@achambers)](https://github.com/achambers) published a [small package](https://github.com/achambers/xcheese) to help audit an app's addons to see which are V1 vs V2. When run from the terminal using `npx`, it will print a table showing which of the addons in your app are already V2, which are V1, and of those, which ones have a V2 version available. This should make it easier to keep track of which addons you have left to update to V2 on your journey to adopting [Embroider](https://github.com/embroider-build/embroider). From 6e1c6ece3e9c42411b433b36fd213ea1593bbb5f Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Sat, 16 Sep 2023 13:56:33 +0200 Subject: [PATCH 06/23] Addon write-up --- content/the-ember-times-issue-207.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 201e82cb0..eec8afb56 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -52,15 +52,17 @@ The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released --- -## [🐹 5. Section title in sentence case](section-url) +## [✨ Addon releases](section-url) - - - - +The Ember ecosystem is not standing still and below you can see some of the latest updates to addons. - - +- [`typed-ember/glint` v1.1.0](https://github.com/typed-ember/glint/releases/tag/1.1.0) updates the documentation, fixes a bug concerning the LinkTo component type and exposes the `loadConfig` function. +- [`ember-file-upload` v8.2.0](https://github.com/adopted-ember-addons/ember-file-upload/releases/tag/v8.2.0) adds Glint types to the addon and documentation for this. +- [`ember-scroll-modifiers` v7.1.0](https://github.com/elwayman02/ember-scroll-modifiers/releases/tag/v7.1.0) supports `Additional state` to be passed as the `IntersectionObserverEntry`. +- [`embroider-build/addon-blueprint` v2.5.0](https://github.com/embroider-build/addon-blueprint/releases/tag/v2.5.0) fixes a bug to now propely handle `.gts` files and more enhancements. +- [`ember-codemode-v1-to-v2` v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases) downstreams changes from the `addon-blueprint` (in version 0.10.0) up to v2.2.0. In [v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases/tag/1.0.0)] support for [Node 16] is dropped and the changes from `addon-blueprint` are downstreamed up to version 2.5.0. + +If you want your addon to be mentioned here, post about your releases in the [#news-and-announcement](https://discord.com/channels/480462759797063690/480499624663056390) channel on our [Discord server](https://discord.gg/emberjs). --- From a0d367ed8382c60aedeefed8c47281147f1ad80d Mon Sep 17 00:00:00 2001 From: Anne-Greeth Schot-van Herwijnen Date: Sat, 16 Sep 2023 13:57:44 +0200 Subject: [PATCH 07/23] Update the-ember-times-issue-207.md --- content/the-ember-times-issue-207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index eec8afb56..2ac02d311 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -14,7 +14,7 @@ tags: -ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, +ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨ --- From be767c4fc80da2a155c2712c38894be778701d78 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Mon, 18 Sep 2023 07:04:51 -0400 Subject: [PATCH 08/23] clean up pass #1 --- content/the-ember-times-issue-207.md | 50 ++++------------------------ 1 file changed, 7 insertions(+), 43 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 5d1d66cdf..e5fba9c08 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -1,11 +1,11 @@ --- title: The Ember Times - Issue No. 207 authors: - - the-crowd # replace with real authors from the author folder (add yourself if you're not there) - ignace-maes - aaron-chambers - anne-greeth.schot-van-herwijnen -date: 2023-XX-XXT00:00:00.000Z + - jared-galanis +date: 2023-09-18T00:00:00.000Z tags: - newsletter - '2023' @@ -13,13 +13,11 @@ tags: πŸ‘‹ Emberistas! 🐹 - - -ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, audit addons πŸ§€ +ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ --- -## [🌈 1. New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki) +## [🌈 New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki) 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. @@ -36,7 +34,9 @@ If you like more short bits of information checkout [Preston](https://github.com --- ## [πŸŽ™οΈ Whiskey, Web and Whatnot EmberConf podcasts](https://whiskeywebandwhatnot.fm) + + The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released two new episodes, recorded at EmberConf. The [first episode](https://whiskeywebandwhatnot.fm/polaris-vite-and-exploring-the-future-of-ember-with-jared-galanis-and-preston-sego) covers [Polaris (the upcoming Ember edition)](https://emberjs.com/editions/polaris/), [Vite](https://vitejs.dev) and the workings of learning team in these exciting times. [Preston Sego III (@NullVoxPopuli)](https://github.com/NullVoxPopuli) and [Jared Galanis (@jaredgalanis)](https://github.com/jaredgalanis) discussed all this and more with the hosts [Robbie Wagner (@RobbieTheWagner)](https://github.com/robbiethewagner) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter). In the [second episode](https://whiskeywebandwhatnot.fm/vite-debugging-and-pnpm-with-ed-faulkner) dives [Ed Faulkner (@ef4)](https://github.com/ef4) into the depts of [Vite](https://vitejs.dev), a build tool known for its speed and user-friendliness. If you want to know more about what [PNPM (a package manager)](https://pnpm.io) and [Vite](https://vitejs.dev) can bring to your Ember experience, check it out! --- @@ -63,42 +63,6 @@ If you want your addon to be mentioned here, post about your releases in the [#n --- -## [🐹 6. Section title in sentence case](section-url) - - - - - - - - - ---- - -## [🐹 7. Section title in sentence case](section-url) - - - - - - - - - ---- - -## [🐹 8. Section title in sentence case](section-url) - - - - - - - - - ---- - ## [πŸ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/)

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

@@ -125,4 +89,4 @@ That's another wrap! ✨ Be kind, -Ignace Maes, Aaron Chambers, Anne-Greeth Schot-van Herwijnen and the Learning Team +Ignace Maes, Aaron Chambers, Anne-Greeth Schot-van Herwijnen, Jared Galanis and the Learning Team From a328937f6bfd3bef6ca8b912937d1cf3e15d35b9 Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Wed, 20 Sep 2023 07:51:24 -0700 Subject: [PATCH 09/23] Add ember-truth-helpers@4.0.0 release to Ember Times 207 --- content/the-ember-times-issue-207.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index e5fba9c08..49ac382cf 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -58,6 +58,7 @@ The Ember ecosystem is not standing still and below you can see some of the late - [`ember-scroll-modifiers` v7.1.0](https://github.com/elwayman02/ember-scroll-modifiers/releases/tag/v7.1.0) supports `Additional state` to be passed as the `IntersectionObserverEntry`. - [`embroider-build/addon-blueprint` v2.5.0](https://github.com/embroider-build/addon-blueprint/releases/tag/v2.5.0) fixes a bug to now propely handle `.gts` files and more enhancements. - [`ember-codemode-v1-to-v2` v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases) downstreams changes from the `addon-blueprint` (in version 0.10.0) up to v2.2.0. In [v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases/tag/1.0.0)] support for [Node 16] is dropped and the changes from `addon-blueprint` are downstreamed up to version 2.5.0. +- [`ember-truth-helpers` v4.0.3](https://github.com/jmurphyau/ember-truth-helpers/releases) converted to V2 Embroider native format, adds Glint types and provides imports for usage in `gts` or `gjs` files. If you want your addon to be mentioned here, post about your releases in the [#news-and-announcement](https://discord.com/channels/480462759797063690/480499624663056390) channel on our [Discord server](https://discord.gg/emberjs). From 074c7f4eceb3241b030f2e459acaf6a82b9f3aaa Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 14:28:35 -0400 Subject: [PATCH 10/23] add emberfest 2023 --- content/the-ember-times-issue-207.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 49ac382cf..e57a88ceb 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -13,7 +13,15 @@ tags: πŸ‘‹ Emberistas! 🐹 -ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ +EmberFest 2023 is a wrap 🐹, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ + +--- + +## [🐹 EmberFest 2023 is a wrap!](https://emberfest.eu/) + +EmberFest 2023 happened this past week and it was full of exciting talks that hopefully you were able to see in person or remotely. A huge thank you to all who were involved in cooridinating and presenting and otherwise helping in put EmberFest together. We are already excited for next year's event πŸŽ‰πŸΉπŸ”₯! + +EmberFest videos should be forthcoming at some point in the not too distance future hopefully 🀞. We'll post here in the Times when they are, so keep an eye out! --- From 01d4f2c15263d10145d09095ca1e7f095eb871db Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 14:35:03 -0400 Subject: [PATCH 11/23] add Ember.3 release --- content/the-ember-times-issue-207.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index e57a88ceb..45599d789 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -5,7 +5,7 @@ authors: - aaron-chambers - anne-greeth.schot-van-herwijnen - jared-galanis -date: 2023-09-18T00:00:00.000Z +date: 2023-09-24T00:00:00.000Z tags: - newsletter - '2023' @@ -13,7 +13,7 @@ tags: πŸ‘‹ Emberistas! 🐹 -EmberFest 2023 is a wrap 🐹, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ +EmberFest 2023 is a wrap 🐹, Ember 5.3 is released πŸš€, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ --- @@ -25,6 +25,12 @@ EmberFest videos should be forthcoming at some point in the not too distance fut --- +## [πŸš€ Ember 5.3 is released](https://blog.emberjs.com/ember-released-5-3) + +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)! + +--- + ## [🌈 New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki) 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. From a22ff3c7c1c5244ead6d05fd0b23c600103b838c Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 14:37:13 -0400 Subject: [PATCH 12/23] add third glint video --- content/the-ember-times-issue-207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 45599d789..8c786c737 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -41,7 +41,7 @@ Give it a try, for all your syntax highlighting needs! ## 🎞️ Learn more about Ember with videos -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 screencast 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. +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 themd. If you like more short bits of information checkout [Preston](https://github.com/NullVoxPopuli)’s [TikTok videos](https://www.tiktok.com/@nullvoxpopuli) or [YouTube Shorts](https://www.youtube.com/channel/UCOZ7i6NiYjG0NyH9_fQ6xfg), on `template-tag`, OTP component and publishing to NPM and more. From c9498f0216993cd13df1fad6bee67ad8d6374bb5 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 14:52:18 -0400 Subject: [PATCH 13/23] add ember-container-query and embroider-css-modules --- content/the-ember-times-issue-207.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 8c786c737..7fb9af530 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -73,6 +73,8 @@ The Ember ecosystem is not standing still and below you can see some of the late - [`embroider-build/addon-blueprint` v2.5.0](https://github.com/embroider-build/addon-blueprint/releases/tag/v2.5.0) fixes a bug to now propely handle `.gts` files and more enhancements. - [`ember-codemode-v1-to-v2` v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases) downstreams changes from the `addon-blueprint` (in version 0.10.0) up to v2.2.0. In [v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases/tag/1.0.0)] support for [Node 16] is dropped and the changes from `addon-blueprint` are downstreamed up to version 2.5.0. - [`ember-truth-helpers` v4.0.3](https://github.com/jmurphyau/ember-truth-helpers/releases) converted to V2 Embroider native format, adds Glint types and provides imports for usage in `gts` or `gjs` files. +- [`ember-container-query` 5.0.0](https://github.com/ijlee2/ember-container-query/releases/tag/5.0.0) dropped Node 16 support. Checkout the release notes for migration paths from version 4. +- [`embroider-css-modules` 1.0.0](https://github.com/ijlee2/embroider-css-modules/releases/tag/1.0.0) also dropped Node 16 support and was marked stable! If you want your addon to be mentioned here, post about your releases in the [#news-and-announcement](https://discord.com/channels/480462759797063690/480499624663056390) channel on our [Discord server](https://discord.gg/emberjs). From b45e0cbf697ce29c1383196f59e0578b2d0f9cec Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:05:11 -0400 Subject: [PATCH 14/23] update nullvox videos --- content/the-ember-times-issue-207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 7fb9af530..9509fe179 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -43,7 +43,7 @@ Give it a try, for all your syntax highlighting needs! 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 themd. -If you like more short bits of information checkout [Preston](https://github.com/NullVoxPopuli)’s [TikTok videos](https://www.tiktok.com/@nullvoxpopuli) or [YouTube Shorts](https://www.youtube.com/channel/UCOZ7i6NiYjG0NyH9_fQ6xfg), on `template-tag`, OTP component and publishing to NPM and more. +If you like more short bits of information checkout [Preston](https://github.com/NullVoxPopuli)’s [TikTok videos](https://www.tiktok.com/@nullvoxpopuli) or [YouTube Shorts](https://www.youtube.com/channel/UCOZ7i6NiYjG0NyH9_fQ6xfg), on `template-tag`, OTP component and publishing to NPM, dynamically render components in Ember Polaris, how to use Effects and more! --- From f9db16b14aff635ff4811d1d7cd5c41aa3b24263 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:05:26 -0400 Subject: [PATCH 15/23] add legacy finder ember data rfc --- content/the-ember-times-issue-207.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 9509fe179..99a2d5524 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -37,6 +37,12 @@ Have you ever wanted to show pretty code snippets in your Ember apps? Then today Give it a try, for all your syntax highlighting needs! +## [RFC EmberData | deprecate legacy finder support](https://github.com/emberjs/rfcs/pull/964) + +The EmberData related RFC that proposes deprecating legacy finder support has been moved to exploring status! This is a signficant 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! + +This is also a friendly reminder that there are not one, but two (to accommodate as many schedules as possible), EmberJS RFC Review meetings that occur every week on Fridays and are open to the community. If you are interested in learning more, you should attend! Checkout the Events section of the Ember Discord server for specific times and information. + --- ## 🎞️ Learn more about Ember with videos From 7261f95b221b3e3aed941ff7ca62e3e2a9327bf1 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:09:25 -0400 Subject: [PATCH 16/23] add ember-intl --- content/the-ember-times-issue-207.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 99a2d5524..cc399a065 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -81,6 +81,7 @@ The Ember ecosystem is not standing still and below you can see some of the late - [`ember-truth-helpers` v4.0.3](https://github.com/jmurphyau/ember-truth-helpers/releases) converted to V2 Embroider native format, adds Glint types and provides imports for usage in `gts` or `gjs` files. - [`ember-container-query` 5.0.0](https://github.com/ijlee2/ember-container-query/releases/tag/5.0.0) dropped Node 16 support. Checkout the release notes for migration paths from version 4. - [`embroider-css-modules` 1.0.0](https://github.com/ijlee2/embroider-css-modules/releases/tag/1.0.0) also dropped Node 16 support and was marked stable! +- [`ember-intl` 6.1.0](https://github.com/ember-intl/ember-intl/blob/main/CHANGELOG.md) 6.1.0 has been released and marks the beginning of the `6.x` series. Many thanks to those who have continued to use `ember-intl` and even tried out `6.0.0-beta.x`. If you run into a breaking change that hasn't been documented, please let the maintainers know by opening an issue and/or creating a pull request. Also, checkout the helpful [migration guide](https://ember-intl.github.io/ember-intl/docs/guide/migration-5-0-to-6-1). If you want your addon to be mentioned here, post about your releases in the [#news-and-announcement](https://discord.com/channels/480462759797063690/480499624663056390) channel on our [Discord server](https://discord.gg/emberjs). From 5b5796c7c0dfef50ccae1c88830e23f542080c92 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:15:08 -0400 Subject: [PATCH 17/23] add contribs --- content/the-ember-times-issue-207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index cc399a065..8fa3f4e2f 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -89,7 +89,7 @@ If you want your addon to be mentioned here, post about your releases in the [#n ## [πŸ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/repositories/) -

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+

This week we'd like to thank Jeremy Smith (@jersmithkarbon), Peter Meehan (@22a), Chris Ng (@chrisrng), Shirin (@Shishouille), Jason Bekolay (@jasonbekolay), Kirill Shaplyko (@Baltazore), Haswin Raj (@haswinraj), Anne-Greeth Schot-van Herwijnen (@MinThaMie), Kelly Selden (@kellyselden), FranΓ§ois de Metz (@francois2metz), Lukas Nys (@lukasnys), Chris Thoburn (@runspired), Bryan Mishkin (@bmish), Okan Binli (@okan-instrumentl), Robbie Wagner (@RobbieTheWagner), ramesh voodi (@rameshvoodi), Jen Weber (@jenweber), Bert De Block (@bertdeblock), @emberjs-rfcs-bot, Charles Fries (@charlesfries), Patrick Pircher (@patricklx), Anshik Jain (@anshikjain18), Ignace Maes (@IgnaceMaes), Ricardo Mendes (@locks), Sergey Astapov (@SergeAstapov), @pipoarks, Katie Gengler (@kategengler), Jared Galanis (@jaredgalanis), Melanie Sumner (@MelSumner), @NullVoxPopuli, Eric Kelly (@HeroicEric), Chris Manson (@mansona), Jason Barry (@barryofguilder), and Giles Thompson (@gilest) for their contributions to Ember and related repositories! πŸ’–

--- From 40bfb4935724e914edb6633907768301df8878ea Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:21:06 -0400 Subject: [PATCH 18/23] EmberFest 2023 cleanup --- content/the-ember-times-issue-207.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 8fa3f4e2f..fa7ca4826 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -13,15 +13,17 @@ tags: πŸ‘‹ Emberistas! 🐹 -EmberFest 2023 is a wrap 🐹, Ember 5.3 is released πŸš€, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ +EmberFest 2023 is a wrap πŸ‡ͺπŸ‡Έ, Ember 5.3 is released πŸš€, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ --- -## [🐹 EmberFest 2023 is a wrap!](https://emberfest.eu/) +## [πŸ‡ͺπŸ‡Έ EmberFest 2023 is a wrap!](https://emberfest.eu/) -EmberFest 2023 happened this past week and it was full of exciting talks that hopefully you were able to see in person or remotely. A huge thank you to all who were involved in cooridinating and presenting and otherwise helping in put EmberFest together. We are already excited for next year's event πŸŽ‰πŸΉπŸ”₯! +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! -EmberFest videos should be forthcoming at some point in the not too distance future hopefully 🀞. We'll post here in the Times when they are, so keep an eye out! +A huge thank you to all who were involved in coordinating and presenting and otherwise helping in put EmberFest together. We are already excited for next year's event πŸŽ‰πŸΉπŸ”₯! + +EmberFest videos may be forthcoming at some point in the not too distance future hopefully 🀞. We'll post here in the Times if and when they are, so keep an eye out! --- From 4628005e397e875c5210c6bf423118d04572e149 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:26:50 -0400 Subject: [PATCH 19/23] add runspired whiskey web episode --- content/the-ember-times-issue-207.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index fa7ca4826..4213d1676 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -57,9 +57,9 @@ If you like more short bits of information checkout [Preston](https://github.com ## [πŸŽ™οΈ Whiskey, Web and Whatnot EmberConf podcasts](https://whiskeywebandwhatnot.fm) - + -The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released two new episodes, recorded at EmberConf. The [first episode](https://whiskeywebandwhatnot.fm/polaris-vite-and-exploring-the-future-of-ember-with-jared-galanis-and-preston-sego) covers [Polaris (the upcoming Ember edition)](https://emberjs.com/editions/polaris/), [Vite](https://vitejs.dev) and the workings of learning team in these exciting times. [Preston Sego III (@NullVoxPopuli)](https://github.com/NullVoxPopuli) and [Jared Galanis (@jaredgalanis)](https://github.com/jaredgalanis) discussed all this and more with the hosts [Robbie Wagner (@RobbieTheWagner)](https://github.com/robbiethewagner) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter). In the [second episode](https://whiskeywebandwhatnot.fm/vite-debugging-and-pnpm-with-ed-faulkner) dives [Ed Faulkner (@ef4)](https://github.com/ef4) into the depts of [Vite](https://vitejs.dev), a build tool known for its speed and user-friendliness. If you want to know more about what [PNPM (a package manager)](https://pnpm.io) and [Vite](https://vitejs.dev) can bring to your Ember experience, check it out! +The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released three new Ember-related episodes, recorded at EmberConf. The [first episode](https://whiskeywebandwhatnot.fm/polaris-vite-and-exploring-the-future-of-ember-with-jared-galanis-and-preston-sego) covers [Polaris (the upcoming Ember edition)](https://emberjs.com/editions/polaris/), [Vite](https://vitejs.dev) and the workings of learning team in these exciting times. [Preston Sego III (@NullVoxPopuli)](https://github.com/NullVoxPopuli) and [Jared Galanis (@jaredgalanis)](https://github.com/jaredgalanis) discussed all this and more with the hosts [Robbie Wagner (@RobbieTheWagner)](https://github.com/robbiethewagner) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter). In the [second episode](https://whiskeywebandwhatnot.fm/vite-debugging-and-pnpm-with-ed-faulkner) dives [Ed Faulkner (@ef4)](https://github.com/ef4) into the depts of [Vite](https://vitejs.dev), a build tool known for its speed and user-friendliness. If you want to know more about what [PNPM (a package manager)](https://pnpm.io) and [Vite](https://vitejs.dev) can bring to your Ember experience, check it out! In the [third episode](https://whiskeywebandwhatnot.fm/hot-takes-ember-data-and-open-source-with-chris-thoburn-runspired) [Chris Thoburn (@runspired)](https://github.com/runspired) chats with Robbie and Chuck about working in open source and finding a balance between innovation and stability and his vision for EmberData. --- From e8c96ee86718d25381177456ffbdad3e7bf151f4 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:33:44 -0400 Subject: [PATCH 20/23] cleanup --- content/the-ember-times-issue-207.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 4213d1676..9bf6f01eb 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -21,9 +21,9 @@ EmberFest 2023 is a wrap πŸ‡ͺπŸ‡Έ, Ember 5.3 is released πŸš€, ember-shiki 🌈, 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! -A huge thank you to all who were involved in coordinating and presenting and otherwise helping in put EmberFest together. We are already excited for next year's event πŸŽ‰πŸΉπŸ”₯! +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 πŸŽ‰πŸΉπŸ”₯! -EmberFest videos may be forthcoming at some point in the not too distance future hopefully 🀞. We'll post here in the Times if and when they are, so keep an eye out! +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! --- @@ -41,7 +41,7 @@ Give it a try, for all your syntax highlighting needs! ## [RFC EmberData | deprecate legacy finder support](https://github.com/emberjs/rfcs/pull/964) -The EmberData related RFC that proposes deprecating legacy finder support has been moved to exploring status! This is a signficant 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! +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! This is also a friendly reminder that there are not one, but two (to accommodate as many schedules as possible), EmberJS RFC Review meetings that occur every week on Fridays and are open to the community. If you are interested in learning more, you should attend! Checkout the Events section of the Ember Discord server for specific times and information. @@ -49,7 +49,7 @@ This is also a friendly reminder that there are not one, but two (to accommodate ## 🎞️ Learn more about Ember with videos -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 themd. +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. If you like more short bits of information checkout [Preston](https://github.com/NullVoxPopuli)’s [TikTok videos](https://www.tiktok.com/@nullvoxpopuli) or [YouTube Shorts](https://www.youtube.com/channel/UCOZ7i6NiYjG0NyH9_fQ6xfg), on `template-tag`, OTP component and publishing to NPM, dynamically render components in Ember Polaris, how to use Effects and more! From d51a8ae38e0324cb89f31e320e64977a95677cb9 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:35:26 -0400 Subject: [PATCH 21/23] moar cleanup --- content/the-ember-times-issue-207.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 9bf6f01eb..744933985 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -59,7 +59,7 @@ If you like more short bits of information checkout [Preston](https://github.com -The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released three new Ember-related episodes, recorded at EmberConf. The [first episode](https://whiskeywebandwhatnot.fm/polaris-vite-and-exploring-the-future-of-ember-with-jared-galanis-and-preston-sego) covers [Polaris (the upcoming Ember edition)](https://emberjs.com/editions/polaris/), [Vite](https://vitejs.dev) and the workings of learning team in these exciting times. [Preston Sego III (@NullVoxPopuli)](https://github.com/NullVoxPopuli) and [Jared Galanis (@jaredgalanis)](https://github.com/jaredgalanis) discussed all this and more with the hosts [Robbie Wagner (@RobbieTheWagner)](https://github.com/robbiethewagner) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter). In the [second episode](https://whiskeywebandwhatnot.fm/vite-debugging-and-pnpm-with-ed-faulkner) dives [Ed Faulkner (@ef4)](https://github.com/ef4) into the depts of [Vite](https://vitejs.dev), a build tool known for its speed and user-friendliness. If you want to know more about what [PNPM (a package manager)](https://pnpm.io) and [Vite](https://vitejs.dev) can bring to your Ember experience, check it out! In the [third episode](https://whiskeywebandwhatnot.fm/hot-takes-ember-data-and-open-source-with-chris-thoburn-runspired) [Chris Thoburn (@runspired)](https://github.com/runspired) chats with Robbie and Chuck about working in open source and finding a balance between innovation and stability and his vision for EmberData. +The [Whiskey, Web and Whatnot podcast](https://whiskeywebandwhatnot.fm) released three new Ember-related episodes, recorded at EmberConf. The [first episode](https://whiskeywebandwhatnot.fm/polaris-vite-and-exploring-the-future-of-ember-with-jared-galanis-and-preston-sego) covers [Polaris (the upcoming Ember edition)](https://emberjs.com/editions/polaris/), [Vite](https://vitejs.dev) and the workings of learning team in these exciting times. [Preston Sego III (@NullVoxPopuli)](https://github.com/NullVoxPopuli) and [Jared Galanis (@jaredgalanis)](https://github.com/jaredgalanis) discussed all this and more with the hosts [Robbie Wagner (@RobbieTheWagner)](https://github.com/robbiethewagner) and [Chuck Carpenter (@chuckcarpenter)](https://github.com/chuckcarpenter). In the [second episode](https://whiskeywebandwhatnot.fm/vite-debugging-and-pnpm-with-ed-faulkner) dives [Ed Faulkner (@ef4)](https://github.com/ef4) into the depts of [Vite](https://vitejs.dev), a build tool known for its speed and user-friendliness. If you want to know more about what [PNPM (a package manager)](https://pnpm.io) and [Vite](https://vitejs.dev) can bring to your Ember experience, check it out! In the [third episode](https://whiskeywebandwhatnot.fm/hot-takes-ember-data-and-open-source-with-chris-thoburn-runspired) [Chris Thoburn (@runspired)](https://github.com/runspired) chats with Robbie and Chuck about working in open source and finding a balance between innovation and stability, and his vision for EmberData. --- @@ -79,7 +79,7 @@ The Ember ecosystem is not standing still and below you can see some of the late - [`ember-file-upload` v8.2.0](https://github.com/adopted-ember-addons/ember-file-upload/releases/tag/v8.2.0) adds Glint types to the addon and documentation for this. - [`ember-scroll-modifiers` v7.1.0](https://github.com/elwayman02/ember-scroll-modifiers/releases/tag/v7.1.0) supports `Additional state` to be passed as the `IntersectionObserverEntry`. - [`embroider-build/addon-blueprint` v2.5.0](https://github.com/embroider-build/addon-blueprint/releases/tag/v2.5.0) fixes a bug to now propely handle `.gts` files and more enhancements. -- [`ember-codemode-v1-to-v2` v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases) downstreams changes from the `addon-blueprint` (in version 0.10.0) up to v2.2.0. In [v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases/tag/1.0.0)] support for [Node 16] is dropped and the changes from `addon-blueprint` are downstreamed up to version 2.5.0. +- [`ember-codemode-v1-to-v2` v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases) downstreams changes from the `addon-blueprint` (in version 0.10.0) up to v2.2.0. In [v1.0.0](https://github.com/ijlee2/ember-codemod-v1-to-v2/releases/tag/1.0.0)] support for Node 16 is dropped and the changes from `addon-blueprint` are downstreamed up to version 2.5.0. - [`ember-truth-helpers` v4.0.3](https://github.com/jmurphyau/ember-truth-helpers/releases) converted to V2 Embroider native format, adds Glint types and provides imports for usage in `gts` or `gjs` files. - [`ember-container-query` 5.0.0](https://github.com/ijlee2/ember-container-query/releases/tag/5.0.0) dropped Node 16 support. Checkout the release notes for migration paths from version 4. - [`embroider-css-modules` 1.0.0](https://github.com/ijlee2/embroider-css-modules/releases/tag/1.0.0) also dropped Node 16 support and was marked stable! From d4ac628807e53ec8450910e02922930aebda7e1f Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:36:45 -0400 Subject: [PATCH 22/23] fix anne's author tag --- content/the-ember-times-issue-207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index 744933985..d7f7447dd 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -3,7 +3,7 @@ title: The Ember Times - Issue No. 207 authors: - ignace-maes - aaron-chambers - - anne-greeth.schot-van-herwijnen + - anne-greeth-schot-van-herwijnen - jared-galanis date: 2023-09-24T00:00:00.000Z tags: From 5de0400cee0aeebd95be04db71be0b2b56d20653 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Sun, 24 Sep 2023 15:42:52 -0400 Subject: [PATCH 23/23] final tweaks --- content/the-ember-times-issue-207.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/content/the-ember-times-issue-207.md b/content/the-ember-times-issue-207.md index d7f7447dd..988b4a455 100644 --- a/content/the-ember-times-issue-207.md +++ b/content/the-ember-times-issue-207.md @@ -15,13 +15,14 @@ tags: EmberFest 2023 is a wrap πŸ‡ͺπŸ‡Έ, Ember 5.3 is released πŸš€, ember-shiki 🌈, Ember videos 🎞️, Whiskey, Web and Whatnot πŸŽ™οΈ, Addon releases ✨, Embroider addon audits πŸ§€ + --- ## [πŸ‡ͺπŸ‡Έ EmberFest 2023 is a wrap!](https://emberfest.eu/) 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! -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 πŸŽ‰πŸΉπŸ”₯! +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 πŸŽ‰πŸΉπŸ”₯πŸ‡ͺπŸ‡Ί! 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! @@ -33,12 +34,6 @@ Ember 5.3 has been released. There were a few deprecations for Ember and Ember C --- -## [🌈 New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki) - -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. - -Give it a try, for all your syntax highlighting needs! - ## [RFC EmberData | deprecate legacy finder support](https://github.com/emberjs/rfcs/pull/964) 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 --- +## [🌈 New addon for syntax highlighting in Ember](https://github.com/IgnaceMaes/ember-shiki) + +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. + +Give it a try, for all your syntax highlighting needs! + +--- + ## 🎞️ Learn more about Ember with videos 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.