Skip to content

Releases: emberjs/ember.js

Ember v1.13.4

14 Jul 03:12
a29a248
Compare
Choose a tag to compare

Changelog

  • #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.

Ember v2.0.0-beta.2

12 Jul 19:06
Compare
Choose a tag to compare

Changelog

  • #11213 [CLEANUP] Remove chaining in Observable.set
  • #11438 [CLEANUP] Remove CP semantics
  • #11447 [CLEANUP] Remove Ember.Set (not Ember.set).
  • #11443 [CLEANUP] Remove Ember.LinkView.
  • #11439 [CLEANUP] Remove computed macros.
  • #11648 [CLEANUP] Remove Ember.computed.mapProperty.
  • #11460 [CLEANUP] Remove Object.create polyfill.
  • #11448 [CLEANUP] Remove Ember.DeferredMixin.
  • #11458 [CLEANUP] Remove Ember.ArrayPolyfils.
  • #11449 [CLEANUP] Remove Ember.RSVP.prototype.fail.
  • #11459 [CLEANUP] Remove Ember.keys.
  • #11456 [CLEANUP] Remove Ember.View.prototype.state &Ember.View.prototype._states`.
  • #11455 [CLEANUP] Remove Ember.EnumerableUtils.
  • #11462 [CLEANUP] Remove Object.defineProperty polyfill.
  • #11517 [DEPRECATION] Deprecate this.resource in Router.map.
  • #11479 [CLEANUP] Remove Ember.ObjectController.
  • #11513 [BUGFIX] Replace array computed macros with plain array versions.
  • #11513 [CLEANUP] Remove Ember.arrayComputed, Ember.reduceComputed, Ember.ArrayComputed, and Ember.ReduceComputed.
  • #11547 [CLEANUP] Remove work around for Safari's double finally on error bug.
  • #11528 [BUGFIX] Add helpful assertion when using Ember.computed.map without a function callback.
  • #11528 [BUGFIX] Add helpful assertion when using Ember.computed.mapBy without a string property name.
  • #11587 [CLEANUP] Remove {{bind-attr}}.
  • #11611 [CLEANUP] Remove Ember.computed.filterProperty.
  • #11608 [CLEANUP] Remove {{linkTo}} helper (not {{link-to}}).
  • #11706 [CLEANUP] Remove Enumerable.rejectProperty.
  • #11708 [BUGFIX] Update fillIn test helper to trigger the input event.
  • #11710 Add repository field to package.json
  • #11700 [CLEANUP] Removes Enumerable.findProperty.
  • #11707 [CLEANUP] Remove Enumerable.everyBy.

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.