Skip to content

v3.10.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kategengler kategengler released this 09 Apr 03:02

CHANGELOG

  • #17846 [BUGFIX] Fix issues with template-only components causing errors in subsequent updates.
  • #17870 / #17871 [BUGFIX] Fix issue where ...attributes may incorrectly overwrite attributes unexpectedly, depending on its position.
  • #17872 [BUGFIX] Fix issue where {{link-to}} is causing unexpected local variable shadowing assertions.
  • #17874 [BUGFIX] Fix issue with event.stopPropagation() in component event handlers when jQuery is disabled.
  • #17876 [BUGFIX] Fix issue with multiple {{action}} modifiers on the same element when jQuery is disabled.
  • #17841 [BUGFIX] Ensure @sort works on non-Ember.Objects.
  • #17855 [BUGFIX] Expose (private) computed _getter functions.
  • #17860 [BUGFIX] Add assertions for required parameters in computed macros, when used as a decorator.
  • #17868 [BUGFIX] Fix controller injection via decorators.