Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ember Columbus - June 2019
Search
Kevin Pfefferle
June 04, 2019
Technology
0
18
Ember Columbus - June 2019
Update of releases in the Ember.js ecosystem during December 2018 through May 2019
Kevin Pfefferle
June 04, 2019
Tweet
Share
More Decks by Kevin Pfefferle
See All by Kevin Pfefferle
Ember NYC - RFC Roundup
kpfefferle
0
27
Ember Columbus - December 2018
kpfefferle
0
64
From the Browser to the Home Screen: PWAing Your Ember App
kpfefferle
0
320
Ember Columbus - October 2018
kpfefferle
0
31
Ember Columbus - August 2018
kpfefferle
0
31
Ember Columbus - April 2018
kpfefferle
0
35
Restoring Sanity to JavaScript Development with Ember 2
kpfefferle
0
1k
Other Decks in Technology
See All in Technology
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
5
2.2k
마라톤 끝의 단거리 스퍼트: 2025년의 AI
inureyes
PRO
1
730
九州の人に知ってもらいたいGISスポット / gis spot in kyushu 2025
sakaik
0
130
Amazon GuardDuty での脅威検出:脅威検出の実例から学ぶ
kintotechdev
0
100
データモデリング通り #2オンライン勉強会 ~方法論の話をしよう~
datayokocho
0
150
Oracle Cloud Infrastructure:2025年7月度サービス・アップデート
oracle4engineer
PRO
1
170
バクラクによるコーポレート業務の自動運転 #BetAIDay
layerx
PRO
1
920
AWS DDoS攻撃防御の最前線
ryutakondo
1
150
AI関数が早くなったので試してみよう
kumakura
0
250
いかにして命令の入れ替わりについて心配するのをやめ、メモリモデルを愛するようになったか(改)
nullpo_head
7
2.5k
Lambda management with ecspresso and Terraform
ijin
2
160
Telemetry APIから学ぶGoogle Cloud ObservabilityとOpenTelemetryの現在 / getting-started-telemetry-api-with-google-cloud
k6s4i53rx
0
140
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
880
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
GitHub's CSS Performance
jonrohan
1031
460k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Six Lessons from altMBA
skipperchong
28
3.9k
Building Adaptive Systems
keathley
43
2.7k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Fireside Chat
paigeccino
38
3.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Transcript
WELCOME! Ember Columbus, June 2019 embercolumbus.com
INTRODUCTIONS
Thank You!
Thank You!
DEC 2018-MAY 2019 “Stability without stagnation”
3.6.0 December 6, 2018
3.6.0 • Native Classes • Final stage of Router service
RFC • recognize(url) and recognizeAndLoad(url) • currentRoute • routeWillChange() and routeDidChange()
3.6.0 • Deprecations • new EmberObject() • Remove all listeners/observers
• Ember.merge • HandlerInfo -> RouteInfo • Router#willTransition and Router#didTransition • Transition state removal
3.7.0 January 7, 2019
3.7.0 • Bugfixes
3.8.0 February 18, 2019
3.8.0 • Element Modifier Manager • {{array}} template helper •
Deprecates setComponentManager
3.9.0 April 2, 2019
3.9.0 • Deprecations • CP Overridability • CP .property() modifier
• CP .volatile() • @ember/object#aliasMethod
3.9.0 • Deprecations • this.$() • Ember.$()
3.10.0 May 13, 2019
3.10.0 • Angle Bracket Invocation for Nested Components
3.10.0 {{! simple invocation }} {{blog/post-item}} {{! invocation with
block }} {{#blog/post-item}} <span>block example</span> {{/blog/post-item}}
3.10.0 {{! simple invocation }} <Blog::PostItem /> {{! invocation
with block }} <Blog::PostItem> <span>block example</span> </Blog::PostItem>
3.10.0 • Angle Bracket Invocation for Nested Components • Angle
Bracket Invocation for Built-in Components
3.10.0 {{input type="text" value="Katie Gengler"}} {{link-to "photos.edit" photo}}
{{textarea value=postComment cols="20" rows="6"}}
3.10.0 <Input @type="text" @value="Katie Gengler" /> {{! link-to with
a single model }} <LinkTo @route="photos.edit" @model={{photo}} /> {{! link-to with several models }} <LinkTo @route="photos.edit" @models={{array photo anotherPhoto}} /> <Textarea @value={{this.postComment}} @cols="20" @rows="6" />
3.10.0 • Angle Bracket Invocation for Nested Components • Angle
Bracket Invocation for Built-in Components • RouteInfo Metadata
3.10.0 • Angle Bracket Invocation for Nested Components • Angle
Bracket Invocation for Built-in Components • RouteInfo Metadata • Native Decorator Support
EMBER-DATA • v3.6.0 released December 12, 2018 • v3.7.0 released
January 8, 2019 • v3.8.0 released February 22, 2019 • v3.9.0 released April 8, 2019 • Replaces jQuery with fetch • v3.10.0 released May 13, 2019
EMBER-CLI • v3.6.0 released December 12, 2018 • Prevent double
builds in CI • v3.7.0 released January 9, 2019 • Compatibility section in addon README • Remove last usage of Babel 6
EMBER-CLI • v3.8.0 released February 27, 2019 • v3.9.0 released
April 8, 2019 • Node 11 support • v3.10.0 released May 13, 2019 • Native decorator support • Drop Node 6 support
RESOURCES • github.com/emberjs • Ember Weekly Newsletter: emberweekly.com • The
Ember.js Times: the-emberjs-times.ongoodbits.com • Ember Weekend Podcast: emberweekend.com • Ember Map Podcast: embermap.com • Ember Discord: discord.gg/emberjs - #us-columbus
WELCOME! Ember Columbus, June 2019 embercolumbus.com