Ember Weekly #338 - EmberConf, Community Survey, and Ember 3.25 released!

Ember Weekly View on EmberWeekly.com
Issue #338 | March 10th, 2021

Headlines


Ember.js - Ember Community Survey 2021
Take the Ember Community Survey to share how you use Ember.js. Submissions due by March 14th.
EmberConf 2021 Announced - March 29-30
Registration for the official annual conference for Ember.js developers has been announced for March 29-30.
Ember.js - Ember 3.25 Released
The Ember project has released version 3.25 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.26 beta cycle for all sub-projects. This version introduces template strict mode and named blocks.
Ember.js v3.25.1 released
Fixes usage of <LinkTo /> prior to routing.
Ember CLI v3.25.1 released
Defers `The tests file was not loaded.` warning until after DOMContentLoaded plus changes to the new and addon blueprints.

Reading


Ember.js - How To Todo In Ember Template Lint
Melanie Sumner demonstrates the new todo feature in the ember-template-lint addon that provides a new option to the existing states for linting rules.
Ember.js RFC #711 - Deprecate Auto Location
A proposal to deprecate Ember.AutoLocation and related APIs and make history the default location (instead of auto) in the next major version.
Ember.js RFC #712 - Query Params as derived data
In the spirit of Octane, this RFC proposes to update how we think about query params such that they align with the idea that they are derived state from the URL, much like native getters have become in components and services.
Ember.js RFC #715 - Implicit Application Query Params
This RFC aims to allow opting developers to use any Query Param passed to transitionTo to improve the ergonomics of using query params in most default situations without changing the existing behavior.
Ember.js RFC #722 - Align the mount and route APIs
This RFC describes the motivation and implementation for aligning the mount and route API signatures.
Alberto Cantú Gómez - How to build a search experience
In this blog post, Alberto demonstrates how to implement @elastic/search-ui using the new addon ember-search-ui.
Sabin Hertanu - How to handle uploading and parsing files in your frontend app tests
Sabin shares how his team uses Mirage to mock uploading and parsing files during automated testing.
Balint Erdi - Alternatives to mut
Balint shares a few alternatives to using the mut helper for actions in Ember.js.
Ship Shape - Tailwind UI Dropdowns with Ember
Robbie Wagner demonstrates building a dropdown component with Tailwind UI and Ember.js.
Ship Shape - Serverless Functions in Ember and Glimmer
Jared explores the capability of Next.js style API routes in Ember.js and Glimmer.
Tim Kadlec - What about Ember?
Tim shares a few Ember.js performance metrics found while working on the JavaScript chapter of the Web Almanac and uncovers why Ember might measure poorly when measured against some sample sets.
Evan Martinez - I ❤ Ember.js: Templates
Evan shares why he loves Ember.js templates and how writing presentational code separately in Ember is incredibly powerful.
Shreyash Shetty - Best practices of Closure Actions in Ember.js
In this post, Shreyash shares how to avoid the use of sendAction() in favour of closure actions.
Ember.js Core Team Meeting Notes - January 15, 2021
Meeting minutes from the Ember.js core team on January 15th, 2021.
Ember.js Core Learning Team Meeting Notes - January 28, 2021
Meeting minutes from the Ember.js core learning team on January 28, 2021.
The Ember Times - Issue No. 172
Get your EmberConf talk proposals in ASAP, TypeScript in Ember guide, Storybook for Ember tutorial, building a Router component for Glimmer.js, and building prototypes with Ember.
The Ember Times - Issue No. 173
Beta release of ember-template-lint v3, Prettier for .hbs, learn more Ember.js in 2021, new Ember-related podcasts, Pro Ember Data book, and the EmberConf community spotlight!
The Ember Times - Issue No. 174
Podcast on native apps and Ember, keep up with the latest in template linting with the Tailwind CSS linter, release of ember-browser-services, and real-world Ember roundup.

Code


updated
Ember CSS Modules v1.3.4 Released
updated
Ember Concurrency v2.0.1 Released
updated
Ember Apollo Client v3.1.0 Released
updated
Ember Bootstrap v4.6.3 Released
updated
@Ember/Test Helpers v2.2.0 Released
updated
Ember Tooltips v3.4.7 Released
updated
Ember Qunit v5.1.2 Released
updated
Ember Table v3.0.0 Released
updated
Ember Data Storefront v0.18.1 Released
updated
True Myth v4.1.1 Released
updated
Ember CLI Htmlbars v5.3.2 Released
updated
Ember A11y Testing v4.0.2 Released
updated
Ember Engines v0.8.12 Released
new
Ember Addon Automated Ci
updated
Ember CLI Segment v4.2.0 Released
updated
Ember Simple Auth v3.1.0 Released
new
Ember Mocha2
new
Ember Hbs Imports
updated
Eslint Plugin Ember v10.2.0 Released
new
Ember Browser Services
updated
Ember Link v1.3.1 Released
new
Ember Picker
new
Ember Konva
new
Ember Data Record Meta
new
Ember Template Lint Typed Templates
new
Emberdyn Cron Scheduler

Watch/Listen


Simplabs - Ember Simple Auth
This video walks through the process of setting up the Ember Simple Auth library in an example application.
Agathe Badia - Learning Ember: My Experience (Ember.js Berlin)
In this talk Agathe shares about the experience of going from bootcamp to employment with Ember and what's she's learnt along the way.
Ilya Radchenko - Getting Started With Component Testing in Ember.js Octane
Ilya shows how to get started writing integration tests for your Ember.js​ components.
Ilya Radchenko - Handling Actions in Ember.js Octane
Continuing his "Ember Octane Basics" series, in this video Ilya demonstrates handling actions and events on DOM elements in Ember Octane.
Ilya Radchenko - Ember Tooling: Devtools & Language Server
In this live stream, Ilya demonstrates how to use the Ember Inspector Chrome and Firefox extensions and how to use the Unstable Ember Language Server VSCode extension to improve the developer experience.
The Ember Report - Building Native Apps With Ember.js
Kenneth Larsen & Jan Buschtöns talk about building native apps with Ember.js and capacitor.

Contact   Sponsor   Unsubscribe

Made with 🔥 by the Ember Weekly Team
Follow @EmberWeekly on Twitter
Ember Weekly, 1235A N Clybourn Ave #102, Chicago, IL 60610

Older messages

Ember Weekly #337 - Ember 3.24 released

Friday, January 22, 2021

Ember Weekly View on EmberWeekly.com Issue #337 | January 22nd, 2021 Headlines Ember 3.24 Released The Ember project has released version 3.24 of Ember.js, Ember Data, and Ember CLI. This blog posts

Ember Weekly #336

Monday, December 28, 2020

Ember Weekly View on EmberWeekly.com Issue #336 | December 28th, 2020 Headlines Ember 3.23 Released The Ember project has released version 3.23 of Ember.js, Ember Data, and Ember CLI implementing

Ember Weekly #335 - Ember 3.22 Released

Wednesday, November 4, 2020

Ember Weekly View on EmberWeekly.com Issue #335 | November 4th, 2020 Headlines Ember.js - Ember 3.22 Released Enables @ember/destroyable API, allows creation and management of your own destroyables,

Ember Weekly #334 - Hacktoberfest 2020, Ember 3.22 released

Friday, October 9, 2020

Ember Weekly View on EmberWeekly.com Issue #334 | October 9th, 2020 Headlines Ember.js - Hacktoberfest 2020 It's Hacktoberfest 2020, and you are invited to participate in Ember-focused special

Ember Weekly #333 - Fastboot 3.0 beta 1 released

Wednesday, September 23, 2020

Ember Weekly View on EmberWeekly.com Issue #333 | September 23rd, 2020 Headlines Ember CLI Fastboot v3.0.0-beta.1 released Updates fastboot to the latest version, drops Node 6, 8, 9, 11, and 13 support

You Might Also Like

Want to become an AI consultant?

Monday, May 6, 2024

My take on this new industry ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Visualized | Interest Rate Forecasts for Advanced Economies 📈📉

Monday, May 6, 2024

In this graphic, we show the IMF's interest rate forecast for the US, Europe, the UK, and Japan for the next five years ahead. View Online | Subscribe Presented by Voronoi: The App Where Data Tells

⚙️ Apple AI updates

Monday, May 6, 2024

Plus: X AI stories & YouTube "skip to the good part" ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Unlock Time Series Data, FTC Chair Joins StrictlyVC & More

Monday, May 6, 2024

TechCrunch Events Roundup | May 6 TechCrunch Events TechCrunch events roundup Unlock the power of time series data with industry experts from AWS and InfluxDB on May 16. Join us next week for this free

Deepdive – product strategy, AI, leadership, emotional intelligence

Monday, May 6, 2024

Earlier this month, we presented our Virtual edition of INDUSTRY: The Product Conference, featuring some of our favorite product leaders worldwide. There were seven great keynote presentations, live

Noonification: The Human Roots of Rising Fascism

Monday, May 6, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 6, 2024? The HackerNoon Newsletter brings the HackerNoon

Code Story - Apr 24

Monday, May 6, 2024

Welcome to the April addition of the podcast newsletter. Please enjoy, and check out any of the episodes you might have missed below. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Dell turns 40: How a teen founded a tech giant

Monday, May 6, 2024

Samsung's new entry-level OLED TV; Google Threat Intelligence -- ZDNET ZDNET Tech Today - US May 6, 2024 placeholder Dell turns 40: How a teenager transformed $1000 worth of PC parts into a tech

😸 Talk to your data

Monday, May 6, 2024

🍎 Apple saw a 10% drop in iPhone sales during its earnings call. 🎵 Spotify has quietly moved its lyrics function behind... Product Hunt Read in browser This newsletter is brought to you by YOU MIGHT

GCP Newsletter #397

Monday, May 6, 2024

Welcome to issue #397 May 6th, 2024 News AI Cloud Storage Official Blog PyTorch Introducing Dataflux Dataset for Cloud Storage to accelerate PyTorch AI training Google Kubernetes Engine Official Blog