Skip to content

v5.0.0

Compare
Choose a tag to compare
@kategengler kategengler released this 15 May 14:39
· 425 commits to main since this release
18af34b

CHANGELOG

  • #20438 [BREAKING] Drop support for Node 14
  • #20445 [CLEANUP] Update browser support per RFC #685. Minimum support has been updated to Chrome >= 103, Edge >= 110, Firefox >= 102, iOS >= 12, Safari >= 12, ChromeAndroid >= 112, FirefoxAndroid >= 110
  • #20379 [CLEANUP] Remove deprecated @ember/error package
  • #20380 [CLEANUP] Remove deprecated assign polyfill
  • #20381 [CLEANUP] Remove deprecated @ember/string package
  • #20382 [CLEANUP] Remove deprecated injection
  • #20402 [CLEANUP] Remove support for ember-cli-mocha and ember-mocha when generating test blueprints
  • #20406 [CLEANUP] Remove deprecated auto-location
  • #20413 [CLEANUP] Remove deprecated routing.transition-methods
  • #20416 [CLEANUP] Finish cleaning up Location interface
  • #20434 [BUGFIX] Fix HistoryLocation preview types
  • #20441 [BUGFIX] Fix for TS 5.1 nightly narrowing change
  • #20429 [BUGFIX] TS lint-level error in mixins/-proxy.ts
  • #20410 [BUGFIX] Add missing type declarations in the preview types for @ember/template-compilation