ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

move ember debug tests into own app & fix tests

Open patricklx opened this issue 5 months ago • 1 comments

ember debug is the thing that should/can be tested with older ember versions. for inspector ui its not required. we can extend it for it as well though.

test fixed by mostly using setComponentTemplate as dynamic template resolving has been deprecated

This also

  • adds back support for ember alpha+, ember/index has been removed and we have ember/barrel now
  • fixes some InElement support issues with ember 6.4

patricklx avatar May 21 '25 20:05 patricklx