Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ember Columbus - October 2018

Ember Columbus - October 2018

Update of releases in the Ember.js ecosystem during August/September 2018

Kevin Pfefferle

October 01, 2018
Tweet

More Decks by Kevin Pfefferle

Other Decks in Technology

Transcript

  1. 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>
  2. 3.4.0 • Angle Bracket Component Invocation • Custom Component Manager

    • Deprecates sendAction - use closure actions • Last version to support ember-2-legacy addon
  3. 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