Skip to content

Releases: emberjs/ember.js

Ember v1.13.3

06 Jul 02:01
af6727d
Compare
Choose a tag to compare

Changelog

  • #11510 [DEPRECATION] Deprecate Ember.Object.createWithMixins.
  • #11512 [DEPRECATION] Deprecate Ember.oneWay in favor of Ember.computed.oneWay.
  • #11525 [BUGFIX] Add helpful error when using {{each}} with duplicate keys. This replaces a difficult to understand error deep in the HTMLBars internals, with an error that explains the duplicate key issue a bit better.
  • #11511 [DEPRECATION] Deprecate Ember.keys in favor of Object.keys.
  • #11511 [DEPRECATION] Deprecate Ember.create in favor of Object.create.
  • #11543 / #11594 / #11603 - [BUGFIX] Fix extending or reopening Ember.LinkView.
  • #11561 [BUGFIX] Fix issue with {{link-to}} not properly updating the link for certain routing state changes.
  • #11572 [BUGFIX] Ensure local component state can shadow attributes provided during invocation.
  • #11570 [BUGFIX] Prevent infinite loop when a yielded block param is changed.
  • #11577 [BUGFIX] Ensure route backed views are properly destroyed.
  • #11636 [BUGFIX] Fix sticky query params for nested and for dynamic routes.
  • #11639 [BUGFIX] Fix testing of components containing {{link-to}}'s.
  • #11650 [BUGFIX] Update HTMLBars to 0.13.32. Fixes a number of issues with the property first strategy used:
    • for exceptions input.form, input.list, button.type always use elem.setAttribute
    • for form.action always escape
    • always assign handlers to props, even if the case appears strange

Ember v1.13.2

18 Jun 02:36
d725cff
Compare
Choose a tag to compare

Changelog

  • #11461 Remove {{each}} without key= warning. Deprecates @guid and @item in favor of the new default @identity.
  • #11495 [PERFORMANCE] Remove debug statements from production builds.

Ember v1.13.1

16 Jun 18:57
8c92942
Compare
Choose a tag to compare

Changelog

  • #11445 [BUGFIX] Allow recomputation for Ember.Helper with arguments.
  • #11317 [BUGFIX] Ensure handleURL called after setURL in visit helper.
  • #11464 [DEPRECATION] Deprecate Ember.immediateObserver.
  • #11476 [DEPRECATION] Deprecate Ember.ArrayController.
  • #11478 [DEPRECATION] Deprecate Ember.RenderBuffer.

Ember v1.13.0

16 Jun 18:56
79a5f64
Compare
Choose a tag to compare

CHANGELOG

  • #11270 [BUGFIX] Ensure view registry is propagated to components.
  • #11273 [BUGFIX] Downgrade Ember.Service without proper inheritance to a deprecation (instead of an assertion).
  • #11274 [BUGFIX] Unify template compiler deprecations so that they can report the proper location of the deprecation.
  • #11279 [DEPRECATION] Deprecate {{#each foo in bar}}{{/each}}.
  • #11229 [BUGFIX] Prevent views from having access to component lifecycle hooks.
  • #11286 [DEPRECATION] Deprecate Ember.EnumerableUtils.
  • #11338 [BUGFIX] Ensure parentView is available properly.
  • #11313 [DEPRECATION] Allow deprecated access to template in component to determine if a block was provided.
  • #11339 Add special values (@index or @guid) to {{each}}'s keyPath.
  • #11360 Add warning message when using {{each}} without specifying key.
  • #11348 [BUGFIX] Provide useful errors when a closure action is not found.
  • #11264 Add {{concat}} helper.
  • #11362 / #11365 [DOC] Ensure all documentation comments include @public or @private.
  • #11278 Implement Ember.Helper. Read emberjs/rfcs#53 for more details.
  • #11373 [BUGFIX] Fix issue with multiple actions in a single element.
  • #11387 [DEPRECATION] Deprecate Ember.View.
  • #11389 [DEPRECATION] Deprecate {{view}} helper.
  • #11394 [DEPRECATION] Add Ember.LinkComponent and deprecate Ember.LinkView.
  • #11400 [DEPRECATION] Deprecate Ember.computed.any.
  • #11330 [BUGFIX] Ensure that {{each}} can properly transition into and out of its inverse state.
  • #11416 [DEPRECATION] Deprecate Ember.Select.
  • #11403 [DEPRECATION] Deprecate Ember.arrayComputed, Ember.ReduceComputedProperty, Ember.ArrayComputedProperty, and Ember.reduceComputed.
  • #11401 [DEPRECATION] Deprecate {{view and {{controller template local keywords.
  • #11329 [BUGFIX] Fix issue with {{component}} helper not properly cleaning up components after they have been replaced.
  • #11393 Implement support for automatic registration of all helpers (with or without a dash). Requires ember-resolver@0.1.17 or higher if using ember-cli. Read emberjs/rfcs#58 for more details.
  • #11425 [BUGFIX] Prevent willDestroyElement from being called multiple times on the same component.
  • #11138 Add a better deprecation for {{bind-attr}}.
  • #11201 [BUGFIX] Fix currentURL test helper.
  • #11161 [BUGFIX] Fix initial selection for select with optgroup.
  • #10980 [BUGFIX] Fix Ember.String.dasherize, Ember.String.underscore, Ember.String.capitalize, Ember.String.classify for multi-word input values.
  • #11187 [BUGFIX] Handle mut cell action names.
  • #11194 [BUGFIX] Ensure classNameBindings properly handles multiple entries.
  • #11203 [BUGFIX] Ensure components for void tagNames do not have childNodes.
  • #11205 [BUGFIX] Ensure Ember.get works on empty string paths.
  • #11220 [BUGFIX] Fix issue with Ember.computed.sort where array observers were not properly detached.
  • #11222 [BUGFIX] Only attempt to lookup components with a dash.
  • #11227 [BUGFIX] Ensure role is properly applied to views if ariaRole attribute is present.
  • #11228 [BUGFIX] Fix {{each}} with itemViewClass specified tagName.
  • #11231 [BUGFIX] Fix {{each}} with itemViewClass and {{else}}.
  • #11234 [BUGFIX] Fix {{each item in model itemViewClass="..."}}.
  • #11235 [BUGFIX] Properly handle isVisible as a computed property.
  • #11242 [BUGFIX] Use the proper value for options.data.view with Handlebars compat helpers.
  • #11252 [BUGFIX] Ensure instanceInitializers are called with the proper arguments when calling App.reset.
  • #11257 [BUGFIX] Fix (and deprecate) {{input on="..." action="..."}}.
  • #11260 [BUGFIX] Ensure that passing an array argument to (action helper is handled properly.
  • #11261 Add helpful assertion when exporting the wrong type of factory (for Routes, Components, Services, and Views).
  • #11266 [BUGFIX] Ensure parentView includes yielding component.
  • #11267 Disable angle bracket components. See #11267 and emberjs/rfcs#60 for more details.
  • #3852 [BREAKING BUGFIX] Do not assume null Ember.get targets always refer to a global
  • #10501 Implement Glimmer Engine.
  • #11029 Allow bound outlet names.
  • #11035 {{#with}} helper should not render if passed variable is falsey.
  • #11104 / #10501 Remove support for non-HTMLBars templates.
  • #11116 / emberjs/rfcs#50 [FEATURE ember-routing-htmlbars-improved-actions].
  • #11028 Add positional parameter support to components.
  • #11084 Enable {{yield to="inverse"}} in components.
  • #11141 Implement angle-bracket components.

Ember v1.12.1

01 Jun 01:52
Compare
Choose a tag to compare

Changelog

  • 11201 [BUGFIX] Fix currentURL test helper.
  • 11205 [BUGFIX] Fix usage of Ember.get with an empty string.
  • 11252 [BUGFIX] Ensure instanceInitializers receive an instance after App.reset().
  • 11289 [BUGFIX] Ensure instanceInitializers are ran before routing begins.
  • 11304 [BUGFIX] Fix issue with deprecated element space helpers returning attributes with spaces.
  • 11303 [BUGFIX] Ensure rootURL is preserved when using AutoLocation.

Ember v1.13.0-beta.1

14 May 04:55
Compare
Choose a tag to compare

CHANGLOG

  • #3852 [BREAKING BUGFIX] Do not assume null Ember.get targets always refer to a global
  • #10501 Implement Glimmer Engine.
  • #11029 Allow bound outlet names.
  • #11035 {{#with}} helper should not render if passed variable is falsey.
  • #11104 / #10501 Remove support for non-HTMLBars templates.
  • #11116 / emberjs/rfcs#50 [FEATURE ember-routing-htmlbars-improved-actions].
  • #11028 Add positional parameter support to components.
  • #11084 Enable {{yield to="inverse"}} in components.
  • #11141 Implement angle-bracket components.

Ember v1.12.0

14 May 04:55
Compare
Choose a tag to compare

CHANGELOG

  • #10874 Include all files in jspm package.
  • #10876 [BUGFIX] Make the {{component}} helper deal with dynamically set falsey values.
  • #10883 [BUGFIX] Fix View.prototype.replaceIn functionality.
  • #10920 [BUGFIX] Fix Component.prototype.layout so that it can now be set and recompute properly.
  • #10968 [BUGFIX] Fix assertion that incorrectly fired on legacy settable computed properties.
  • [CVE-2015-1866] Ember.js XSS Vulnerability With {{view "select"}} Options
  • #3852 [BREAKING BUGFIX] Do not assume null Ember.get targets always refer to a global
  • #10200 Add 'autocomplete' to Ember.Select view
  • #10464 Ensure templates were compiled with the current compiler version.
  • #10494 Make it easier to write lazy streams.
  • #10483 [REFACTOR] Lazily reify router’s location.
  • #10673 Remove EachProxy and EachArray from exports.
  • #10572 Fix UnrecognizedURLError not being an Error.
  • #10585 Deprecate direct use of Ember.CoreView.
  • #10599 Don’t share view registry across containers.
  • #10667 Deprecate Ember.tryFinally and Ember.tryCatchFinally.
  • #10668 Deprecate Ember.required.
  • #10678 Fix typos in deprecations of unescaped style attribute
  • #10679 Ensure docs are not detected for deprecation mixins.
  • #10672 Do not export Ember.Descriptor.
  • #10695 Require that base href and embed src are escaped.
  • #10690 [BUGFIX canary] Prevent unknown input types from erroring.
  • #10731 [FEATURE] Enable new-computed-syntax feature. See emberjs/rfcs#11 for more details.
  • #10731 [FEATURE] Enable ember-application-instance-initializers feature.
  • #10731 [FEATURE] Enable ember-application-initializer-context feature.

Ember 1.11.1

04 Apr 03:55
2390ea9
Compare
Choose a tag to compare

Changelog

  • #10795 - [BUGFIX] Fix regression triggered by CollectionView instances with attributeBindings.
  • #10805 - [BUGFIX] Correctly update URL after browser popstate.
  • #10813 - [BUGFIX] Ensure options.fn can be called within in an Ember.Handlebars compat mode helper.
  • #10813 - [BUGFIX] Ensure options.inverse can be called in an Ember.Handlebars compat mode helper.
  • #10815 - [BUGFIX] Fix invalid assertion for {{each foos as |foo|}} when foos is falsey.
  • #10822 - [BUGFIX] Allow {{render}} helper to give template to its view.

Ember 1.12.0-beta.1

28 Mar 21:01
1e9857d
Compare
Choose a tag to compare

Changelog

  • #3852 [BREAKING BUGFIX] Do not assume null Ember.get targets always refer to a global
  • #10200 Add 'autocomplete' to Ember.Select view
  • #10464 Ensure templates were compiled with the current compiler version.
  • #10494 Make it easier to write lazy streams.
  • #10483 [REFACTOR] Lazily reify router’s location.
  • #10673 Remove EachProxy and EachArray from exports.
  • #10572 Fix UnrecognizedURLError not being an Error.
  • #10585 Deprecate direct use of Ember.CoreView.
  • #10599 Don’t share view registry across containers.
  • #10667 Deprecate Ember.tryFinally and Ember.tryCatchFinally.
  • #10668 Deprecate Ember.required.
  • #10678 Fix typos in deprecations of unescaped style attribute
  • #10679 Ensure docs are not detected for deprecation mixins.
  • #10672 Do not export Ember.Descriptor.
  • #10695 Require that base href and embed src are escaped.
  • #10690 [BUGFIX canary] Prevent unknown input types from erroring.
  • #10731 [FEATURE] Enable new-computed-syntax feature. See emberjs/rfcs#11 for more details.
  • #10731 [FEATURE] Enable ember-application-instance-initializers feature.
  • #10731 [FEATURE] Enable ember-application-initializer-context feature.

Ember 1.11.0

28 Mar 20:14
72d2409
Compare
Choose a tag to compare

Changelog

  • #10736 [BUGFIX] Fix issue with Query Params when using Ember.ObjectController (regression from ObjectController deprecation).
  • #10726 / router.js#ed45bc [BUGFIX] Fix issue with nested {{link-to}} active and transition classes getting out of sync.
  • #10709 [BUGFIX] Clear src attributes that are set to null or undefined.
  • #10695 [SECURITY] Add <base> and <embed> to list of tags where src and href are sanitized.
  • #10683 / #10703 / #10712 [BUGFIX] Fix regressions added during the {{outlet}} refactor.
  • #10663 / #10711 [SECURITY] Warn when using dynamic style attributes without a SafeString value. See here for more details.
  • #10463 [BUGFIX] Make async test helpers more robust. Fixes hanging test when elements are not found.
  • #10631 Deprecate using fooBinding syntax ({{some-thing nameBinding="model.name"}}) in templates.
  • #10627 [BUGFIX] Ensure specifying class as a sub-expression ({{input value=foo class=(some-sub-expr)}}) works properly.
  • #10613 [BUGFIX] Ensure {{view id=bar}} sets id on the view.
  • #10612 [BUGFIX] Ensure Ember.inject.controller() works for all Controller types.
  • #10604 [BUGFIX] Fix regression on iOS 8 crashing on certain platforms.
  • #10556 [BUGFIX] Deprecate {{link-to}} unwrapping a controllers model.
  • #10528 [BUGFIX] Ensure custom Router can be passed to Ember.Application.
  • #10530 [BUGFIX] Add assertion when calling this.$() in a tagless view/component.
  • #10533 [BUGFIX] Do not allow manually specifying application resource in the Router.map.
  • #10544 / #10550 [BUGFIX] Ensure that {{input}} can be updated multiple times, and does not loose cursor position.
  • #10553 [BUGFIX] Fix major regression in the non-block form of {{link-to}} that caused an application crash after a period of time.
  • #10554 [BUGFIX] Remove access to this in HTMLBars helpers. To fix any usages of this in a helper, you can access the view from env.data.view instead.
  • #10475 [BUGFIX] Ensure wrapped errors are logged properly.
  • #10489 [BUGFIX] Fix an issue with bindings inside of a yielded template when the yield helper is nested inside of another view
  • #10493 [BUGFIX] Fix nested simple bindings inside of nested yields within views.
  • #10527 [BUGFIX] Ensure that Component context is not forced to parent context.
  • #10525 [BUGFIX] Fix issue causing cursor position to be lost while entering into an {{input}} / Ember.TextField.
  • #10372 / #10431 / #10439 / #10442 Decouple route transition from view creation.
  • #10436 [BUGFIX] Ensure instrument.{subscribe,unsubscribe,reset} aren’t accidentally clobbered.
  • #10462 [BUGFIX] Fix incorrect export of Ember.OutletView.
  • #10398 [BUGFIX] undefined and null values in bind-attr shoud remove attributes.
  • #10413 Update to use inclusive morph-range (via HTMLBars v0.11.1).
  • #10464 Add helpful assertion if templates are compiled with a different template compiler revision.
  • #10160 [FEATURE] Add index as an optional parameter to #each blocks @tim-evans
  • #10186 Port attributeBindings to AttrNode views @mixonic
  • #10184 Initial support basic Node.js rendering.
  • #10179 [FEATURE] Execute initializers in their respective context @gf3
  • #10213 Ensure overriding attribute bindings is possible @miguelcobain
  • #10320 Start breaking up Ember.View code into mixins based on purpose @ebryn
  • #10221 Embed enabled features in debug builds. @rwjblue
  • #10215 [Bugfix beta] Prevent Ember from erroring when the errorThrown property is undefined @bmac
  • #10326 Let View#appendChild instantiate SimpleBoundViews rather than doing it manually ourselves @ebryn
  • #10280 Moves route-recognizer to a NPM dep, bumps emberjs-build @danmcclain
  • #10256 Simplify and modularize app/router initialization @emberjs
  • #10254 Make computed.or and computed.and return truthy values @soulcutter
  • #10271 Clean up boot process @emberjs
  • #10268 Bumped sha to get tildeio/route-recognizer#40, which fixes #10190 @jayphelps
  • #10316 Make LinkView FastBoot™-compatible @emberjs
  • #10321 View#element isn’t observable, we don’t need to use set @ebryn
  • #10323 Remove meta.descs @ebryn
  • #10324 Don’t run this mandatory setter test in prod @ebryn
  • #10329 Update transpiler to Esperanto. @rwjblue
  • #10352 Add internal _willDestroyElement hook to prevent using instance-based events @ebryn
  • #10336 Remove unnecessary check for NativeArray @tricknotes
  • #10334 Update to HTMLBars v0.10.0. @rwjblue
  • #10338 Ensure computed.oneWay is exported properly. @linstula
  • #10345 Update to QUnit 1.17.1. @rwjblue
  • #10350 Make meta.cache & meta.cacheMeta lazy @ebryn
  • #10353 Avoid creating context bindings for collection views @mmun
  • #10093 [FEATURE] Implement {{component}} helper @lukemelia