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 - October 2018
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Kevin Pfefferle
October 01, 2018
Technology
0
32
Ember Columbus - October 2018
Update of releases in the Ember.js ecosystem during August/September 2018
Kevin Pfefferle
October 01, 2018
Tweet
Share
More Decks by Kevin Pfefferle
See All by Kevin Pfefferle
Ember Columbus - June 2019
kpfefferle
0
19
Ember NYC - RFC Roundup
kpfefferle
0
30
Ember Columbus - December 2018
kpfefferle
0
66
From the Browser to the Home Screen: PWAing Your Ember App
kpfefferle
0
350
Ember Columbus - August 2018
kpfefferle
0
34
Ember Columbus - April 2018
kpfefferle
0
37
Restoring Sanity to JavaScript Development with Ember 2
kpfefferle
0
1.1k
Other Decks in Technology
See All in Technology
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
8
7.2k
ナレッジワークのご紹介(第88回情報処理学会 )
kworkdev
PRO
0
200
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
240
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
13
4.3k
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
620
SRE NEXT 2026 CfP レビュアーが語る聞きたくなるプロポーザルとは?
yutakawasaki0911
1
290
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
150
脳内メモリ、思ったより揮発性だった
koutorino
0
340
(Test) ai-meetup slide creation
oikon48
2
350
Claude Codeの進化と各機能の活かし方
oikon48
22
12k
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.2k
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
870
Featured
See All Featured
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
Everyday Curiosity
cassininazir
0
160
Designing Experiences People Love
moore
143
24k
Designing Powerful Visuals for Engaging Learning
tmiket
0
270
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
400
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
290
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
680
The Curious Case for Waylosing
cassininazir
0
270
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
Transcript
WELCOME! Ember Columbus, October 2018 embercolumbus.com
INTRODUCTIONS
Thank You!
Thank You!
Thank You!
AUGUST/SEPTEMBER 2018 “Stability without stagnation”
3.4.0 August 28, 2018
3.4.0 • Angle Bracket Component Invocation
3.4.0 {{site-header user=this.user class=(if this.user.isAdmin "admin")}}
3.4.0 {{site-header user=this.user class=(if this.user.isAdmin "admin")}} <SiteHeader @user={{this.user}} class={{if this.user.isAdmin
"admin"}} />
3.4.0 {{#super-select selected=this.user.country as |option|}} {{#each this.availableCountries as |country|}} {{#s.option
value=country}}{{country.name}}{{/s.option}} {{/each}} {{/super-select}}
3.4.0 {{#super-select selected=this.user.country as |option|}} {{#each this.availableCountries as |country|}} {{#s.option
value=country}}{{country.name}}{{/s.option}} {{/each}} {{/super-select}} <SuperSelect @selected={{this.user.country}} as |Option|> {{#each this.availableCountries as |country|}} <Option @value={{country}}>{{country.name}}</Option> {{/each}} </SuperSelect>
3.4.0 • Angle Bracket Component Invocation • Custom Component Manager
3.4.0 • Angle Bracket Component Invocation • Custom Component Manager
• Deprecates sendAction - use closure actions • Last version to support ember-2-legacy addon
EMBER-DATA • v3.4.0 released August 27, 2018 • Stability focused:
no new features or deprecations
EMBER-CLI • v3.4.0 released September 5, 2018
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, October 2018 embercolumbus.com