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/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 new file mode 100644 index 000000000..988b4a455 --- /dev/null +++ b/content/the-ember-times-issue-207.md @@ -0,0 +1,121 @@ +--- +title: The Ember Times - Issue No. 207 +authors: + - ignace-maes + - aaron-chambers + - anne-greeth-schot-van-herwijnen + - jared-galanis +date: 2023-09-24T00:00:00.000Z +tags: + - newsletter + - '2023' +--- + +πŸ‘‹ 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!](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 πŸŽ‰πŸΉπŸ”₯πŸ‡ͺπŸ‡Ί! + +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! + +--- + +## [πŸš€ 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)! + +--- + +## [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! + +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. + +--- + +## [🌈 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. + +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! + +--- + +## [πŸŽ™οΈ Whiskey, Web and Whatnot EmberConf podcasts](https://whiskeywebandwhatnot.fm) + + + +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. + +--- + +## [πŸ§€ 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). + +To try it out, run `npx github:achambers/xcheese -h` in your Ember app directory to for instructions on how to use it. + +--- + +## [✨ 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. +- [`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). + +--- + +## [πŸ‘ Contributors' corner](https://guides.emberjs.com/release/contributing/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! πŸ’–

+ +--- + +## [πŸ€“ 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, + +Ignace Maes, Aaron Chambers, Anne-Greeth Schot-van Herwijnen, Jared Galanis 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! 🐹