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
31
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
18
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 - 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
ホリスティックテスティングの右側も大切にする 〜2つの[はか]る〜 / Holistic Testing: Right Side Matters
nihonbuson
PRO
0
670
Tableau API連携の罠!?脱スプシを夢見たはずが、逆に依存を深めた話
cuebic9bic
3
220
AIに頼りすぎない新人育成術
cuebic9bic
3
230
ロールが細分化された組織でSREと協働するインフラエンジニアは何をするか? / SRE Lounge #18
kossykinto
0
210
Rubyの国のPerlMonger
anatofuz
3
730
家族の思い出を形にする 〜 1秒動画の生成を支えるインフラアーキテクチャ
ojima_h
3
930
UDDのススメ - 拡張版 -
maguroalternative
1
430
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
5
2.2k
隙間時間で爆速開発! Claude Code × Vibe Coding で作るマニュアル自動生成サービス
akitomonam
3
260
LLM 機能を支える Langfuse / ClickHouse のサーバレス化
yuu26
9
1.5k
SRE新規立ち上げ! Hubbleインフラのこれまでと展望
katsuya0515
0
180
Jamf Connect ZTNAとMDMで実現! 金融ベンチャーにおける「デバイストラスト」実例と軌跡 / Kyash Device Trust
rela1470
1
190
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Facilitating Awesome Meetings
lara
54
6.5k
Measuring & Analyzing Core Web Vitals
bluesmoon
8
550
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.7k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
KATA
mclloyd
32
14k
Building Adaptive Systems
keathley
43
2.7k
Statistics for Hackers
jakevdp
799
220k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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