All Versions
307
Latest Version
Avg Release Cycle
21 days
Latest Release
86 days ago
Changelog History
Page 30
Changelog History
Page 30
-
v1.13.11 Changes
November 16, 2015- ๐ #12334 [BUGFIX] Fix for Array.prototype.filter polyfill on IE8.
- ๐ #12344 [BUGFIX] Allow
{{link-to}}'scurrent-whenparam be specified as a bound value. - ๐ #12449 [BUGFIX] Updated backburner.js. Backported from master.
- ๐ #12471 [BUGFIX] Added deprecation for
Ember.SortableMixin. - ๐ #12481 [BUGFIX] Add deprecation options to some 1.13 deprecations (to make handling with ember-cli-deprecation-workflow easier).
- ๐ #12596 [BUGFIX] Fix
{{input}}helper on IE8.
-
v1.13.10 Changes
September 06, 2015- ๐ #12104 [BUGFIX] Ensure
concatenatedPropertiesare not stomped. - ๐ #12256 [BUGFIX] Ensure concat streams unsubscribe properly. Fixes memory leak with attributes specified within quotes in the template (i.e.
<div data-foo="{{something}}"></div>). - ๐ #12272 [BUGFIX] Update HTMLBars to fix memory leak when an
{{each}}is inside an{{if}}.
- ๐ #12104 [BUGFIX] Ensure
-
v1.13.9 Changes
August 22, 2015 -
v1.13.8 Changes
August 13, 2015- ๐ #12056 [BUGFIX] Ensure initializers can augment
customEvents. - ๐ #12037 [BUGFIX] Fix error in some query params scenarios.
- ๐ #12058 [BUGFIX] Fix link-to with only qps linking to outdated route.
- ๐ #12061 [PERF] Improve performance of guidFor when reading an existing Ember.Object.
- ๐ #12067 [BUGFIX] Prevent
helper:@content-helperlookup errors when using a paramless helper. - ๐ #12071 [BUGFIX] Fix issue with accessing component attributes before initial render.
- ๐ #12073 [BUGFIX] Fix issue with events when invoking a component and specifying
classNames=.
- ๐ #12056 [BUGFIX] Ensure initializers can augment
-
v1.13.7 Changes
August 09, 2015- ๐ #12000 [DEPRECATION] Deprecate using
controllerfor {{with}} - #11946 [PERF] Speed up
AttrProxyimplementation. - ๐ #11956 [BUGFIX] Ensure that
Ember.View.viewsis present on deprecatedEmber.View. - ๐ #11960 [BUGFIX] Fix issue preventing proper rerendering when specifying bound properties to
{{link-to}}. - ๐ #12018 [DEPRECATION] Deprecate
{{#unbound}}{{/unbound}}. - ๐ #12018 [DEPRECATION] Deprecate
{{unbound}}with multiple params. - ๐ #11964 [BUGFIX] Update htmlbars to v0.13.35.
- ๐ #12017 [DEPRECATION] Deprecate specifying
renderfunction toEmber.VieworEmber.Componentat extend time. - ๐ #11993 [DEPRECATION] Deprecate
Ember.TrackedArrayandEmber.SubArray. - ๐จ #11994 [DEPRECATION] Deprecate using
@eachas a leaf node in a dependent key. Refactor fromEmber.computed('foo.@each', function() {});toEmber.computed('foo.[]', function() { });. - ๐ #12026 [BUGFIX] Remove wasted dependent keys for
templateandlayoutproperties ofEmber.View/Ember.Component.
- ๐ #12000 [DEPRECATION] Deprecate using
-
v1.13.6 Changes
July 31, 2015- ๐ #11900 [DEPRECATION] Deprecate
Ember.Handlebars.makeViewHelper. - ๐ #11900 [DEPRECATION] Deprecate
Ember.HTMLBars.makeViewHelper. - ๐ #11900 [DEPRECATION] Deprecate
Ember.HTMLBars._registerHelper(manual registration is no longer needed). - ๐ #11900 [DEPRECATION] Deprecate
Ember.HTMLBars.makeBoundHelperin favor ofEmber.Helper.helper. - ๐ #11900 [DEPRECATION] Deprecate
Ember.Handlebars.makeBoundHelperin favor ofEmber.Helper.helper. - ๐ #11900 [DEPRECATION] Deprecate
Ember.Handlebars.registerBoundHelperin favor ofEmber.Helper.helper. - ๐ #11900 [DEPRECATION] Deprecate
Ember.Handlebars.helperin favor ofEmber.Helper.helperand automatic helper resolution. - ๐ #11900 [DEPRECATION] Deprecate
Ember.Handlebars.registerHelperin favor ofEmber.Helper.helperand automatic helper resolution. - ๐ #11832 [BUGFIX] Fix memory leaks with application creation and acceptance test helpers.
- ๐ #11826 [DEPRECATION] Deprecate Ember.ContainerView
- ๐ #11864 [BUGFIX] Ensure acceptance test helpers are removed during teardown.
- ๐ #11861 [BUGFIX] Update HTMLBars to allow duplicate {{each}} keys.
- ๐ #11889 [BUGFIX] Fix
attributeBindingsforidattribute. - ๐ #11866 [BUGFIX] Fix DeprecatedView (and friends) reopen function to delegate to original.
- ๐ #11891 [DEPRECATION] Deprecate Ember.CollectionView
- ๐ #11910 [BUGFIX] Ensure
Ember.CollectionView.CONTAINER_MAPis present on deprecatedCollectionView. - ๐ #11917 [BUGFIX] Ensure
"use strict";is properly added for modules. - ๐ #11934 [DEPRECATION] Deprecate specifying
positionalParamsat extend time in favor of using static factory properties. - ๐ #11935 [BUGFIX] Avoid unnecessary change events during initial render.
- ๐ #11900 [DEPRECATION] Deprecate
-
v1.13.5 Changes
July 19, 2015- ๐ #11767 [DEPRECATION] Deprecate Controller#needs
- ๐ #11468 [DEPRECATION] Deprecate
Ember.FreezableandfrozenCopy. - ๐ #11762 / #11744 [BUGFIX] Ensure deprecated
Ember.beforeObserveris available in production. - ๐ #11765 [DEPRECATION] Mark
Ember.oneWayas deprecated - ๐ #11774 [BUGFIX] Add deprecation warnings to deprecated Enumerable methods.
- ๐ #11778 [DEPRECATION] Deprecate reverse argument ordering in
Ember.observer. - ๐ #11787 [DEPRECATION] Deprecate slash for a namespace in the
{{render}}helper. - ๐ #11798 [DEPRECATION] Deprecate
Function#observesBefore. - ๐ #11812 [DEPRECATION] Add deprecation messages when using
Ember.get/Ember.setin a certain ways.
-
v1.13.4 Changes
July 13, 2015- ๐ #11651 [BUGFIX] Ensure child views of non-dirty components get the correct parentView when rerendered.
- ๐ #11662 [BUGFIX] Prevent ArrayController deprecation on generated controllers.
- ๐ #11655 [BUGFIX] Fix issue with blockless link-to with only query params.
- ๐ #11664 [BUGFIX] Ensure Route actions can be unit tested.
- ๐ #11667 [BUGFIX] Fix memory leak in rendering engine.
-
v1.13.3 Changes
July 05, 2015- ๐ #11510 [DEPRECATION] Deprecate
Ember.Object.createWithMixins. - ๐ #11512 [DEPRECATION] Deprecate
Ember.oneWayin favor ofEmber.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.keysin favor ofObject.keys. - ๐ #11511 [DEPRECATION] Deprecate
Ember.createin favor ofObject.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.typealways useelem.setAttribute - for
form.actionalways escape - always assign handlers to props, even if the case appears strange
- for exceptions
- ๐ #11510 [DEPRECATION] Deprecate
-
v1.13.2 Changes
June 17, 2015