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
30
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
AWS CDKの仕組み / how-aws-cdk-works
gotok365
8
410
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
54
21k
DatabricksにOLTPデータベース『Lakebase』がやってきた!
inoutk
0
140
アクセスピークを制するオートスケール再設計: 障害を乗り越えKEDAで実現したリソース管理の最適化
myamashii
1
180
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
970
事例で学ぶ!B2B SaaSにおけるSREの実践例/SRE for B2B SaaS: A Real-World Case Study
bitkey
1
180
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
3
190
Rethinking Incident Response: Context-Aware AI in Practice
rrreeeyyy
1
150
Delta airlines Customer®️ USA Contact Numbers: Complete 2025 Support Guide
deltahelp
0
960
How to Quickly Call American Airlines®️ U.S. Customer Care : Full Guide
flyaahelpguide
0
170
QuickSight SPICE の効果的な運用戦略~S3 + Athena 構成での実践ノウハウ~/quicksight-spice-s3-athena-best-practices
emiki
0
150
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
570
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Fireside Chat
paigeccino
37
3.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Side Projects
sachag
455
42k
Writing Fast Ruby
sferik
628
62k
Code Reviewing Like a Champion
maltzj
524
40k
We Have a Design System, Now What?
morganepeng
53
7.7k
Navigating Team Friction
lara
187
15k
Statistics for Hackers
jakevdp
799
220k
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