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
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
28
Ember Columbus - December 2018
kpfefferle
0
64
From the Browser to the Home Screen: PWAing Your Ember App
kpfefferle
0
320
Ember Columbus - August 2018
kpfefferle
0
32
Ember Columbus - April 2018
kpfefferle
0
36
Restoring Sanity to JavaScript Development with Ember 2
kpfefferle
0
1k
Other Decks in Technology
See All in Technology
Node.js 2025: What's new and what's next
ruyadorno
0
270
アイテムレビュー機能導入からの学びと改善
zozotech
PRO
0
150
Wasmのエコシステムを使った ツール作成方法
askua
0
160
Findy Team+ QAチーム これからのチャレンジ!
findy_eventslides
0
160
20251010_HCCJP_AdaptiveCloudUpdates
sdosamut
0
110
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
640
20251014_Pythonを実務で徹底的に使いこなした話
ippei0923
0
190
能登半島災害現場エンジニアクロストーク 【JAWS FESTA 2025 in 金沢】
ditccsugii
0
630
エンタメとAIのための3Dパラレルワールド構築(GPU UNITE 2025 特別講演)
pfn
PRO
0
310
ガバメントクラウド(AWS)へのデータ移行戦略の立て方【虎の巻】 / 20251011 Mitsutosi Matsuo
shift_evolve
PRO
2
200
Claude Codeを駆使した初めてのiOSアプリ開発 ~ゼロから3週間でグローバルハッカソンで入賞するまで~
oikon48
4
1.4k
OCI Network Firewall 概要
oracle4engineer
PRO
2
7.9k
Featured
See All Featured
BBQ
matthewcrist
89
9.8k
Scaling GitHub
holman
463
140k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Building Adaptive Systems
keathley
44
2.8k
How to Ace a Technical Interview
jacobian
280
24k
4 Signs Your Business is Dying
shpigford
185
22k
Building Applications with DynamoDB
mza
96
6.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
KATA
mclloyd
32
15k
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