chaostoolkit-kubernetes icon indicating copy to clipboard operation
chaostoolkit-kubernetes copied to clipboard

Ember 4 compatibility

Open Frank3K opened this issue 1 year ago • 0 comments

Related issue

Fixes #212.

Breaking changes

  • Throw instead of assert when trying to override a computed property (d2a3db0ba39e88d707e275a054d919e9c1c68f41).
  • Drop IE 11 support (d2a3db0ba39e88d707e275a054d919e9c1c68f41).
  • Changed tests from ember-try to just ember test.

Changed

  • Removed a test which can not be executed anymore (37e5780e4680e55520e473efa38026e377b5faa3).
  • Remove some jQuery.
    • It has not been removed entirely since tests rely on it for stubbing ajax data. Since it is only a dev dependency the parent application won't include jQuery because of ember-redux.
  • Fixed a lot of deprecations in test(-related) code.
  • Updated a number of packages and updated some.

Frank3K avatar Dec 14 '22 13:12 Frank3K