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
AI駆動開発に向けた新しいエンジニアマインドセット
kazue
0
240
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.5k
2025年になってもまだMySQLが好き
yoku0825
8
4.1k
【初心者向け】ローカルLLMの色々な動かし方まとめ
aratako
7
3.2k
Oracle Cloud Infrastructure:2025年8月度サービス・アップデート
oracle4engineer
PRO
0
200
Kiroと学ぶコンテキストエンジニアリング
oikon48
6
9k
ヒューリスティック評価を用いたゲームQA実践事例
gree_tech
PRO
0
560
「魔法少女まどか☆マギカ Magia Exedra」のグローバル展開を支える、開発チームと翻訳チームの「意識しない協創」を実現するローカライズシステム
gree_tech
PRO
0
570
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
3
450
Automating Web Accessibility Testing with AI Agents
maminami373
0
1k
LLM翻訳ツールの開発と海外のお客様対応等への社内導入事例
gree_tech
PRO
0
560
テストを軸にした生き残り術
kworkdev
PRO
0
180
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Into the Great Unknown - MozCon
thekraken
40
2k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Automating Front-end Workflow
addyosmani
1370
200k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Language of Interfaces
destraynor
161
25k
Bash Introduction
62gerente
615
210k
Being A Developer After 40
akosma
90
590k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
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