Skip to content

v4.10.0

Compare
Choose a tag to compare
@kategengler kategengler released this 12 Jan 20:37
3c39d7e

CHANGELOG

  • #20270 / #20271 [FEATURE] Add new imports for getOwner and setOwner from @ember/owner and introduce new @ember/routing sub-modules as part of RFC #821.
  • #20341 [DEPRECATION] Deprecations for importing htmlSafe and isHTMLSafe from @ember/string. They have moved to @ember/template. From RFC #236.
  • #20344 [DEPRECATION] Deprecate @ember/string when used from ember-source; point users to add the @ember/string addon per RFC #236.
  • #20342 [DEPRECATION] Deprecate @ember/error per RFC #889.
  • #20327 [BUGFIX] Fix the types for the mutation-methods of NativeArray
  • #20283 [BUGFIX] revert TS compilerOptions.target to ES2017
  • #20253 Types: Add the Resolver type to preview types
  • #20319 Types: resolve services with Owner.lookup