Skip to content

Releases: emberjs/ember-inspector

1.10.0

26 Apr 21:15
Compare
Choose a tag to compare

Changelog

  • [IMPROVEMENT] Add [DEV] to the tab name for the inspector development version #527
  • [BUGFIX] Fix PDF documents not opening on latest Chrome #533
  • [INTERNAL] Publish multiple versions of the inspector to support all Ember versions #535
  • [INTERNAL] Lock Ember version at 0.0.0 -> 2.6.0 and start supporting a new version at 2.7.0

1.9.5

22 Apr 13:26
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] filter out null/undefined nodes #510
  • [BUGFIX] Fix websocket adapter ES6 conversion #505

1.9.4

24 Nov 16:40
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Launch inspector if document ready state is interactive #500
  • [BUGFIX] [Ember 2.2] Use the new resolveRegistration to remove the deprecation warning #499 #497
  • [BUGFIX] [Ember 2.2] Fix the view tree: use scope.getSelf when available to get the controller #496
  • [INTERNAL] Tweak Firefox skeleton again for 44 and later #491

1.9.3

07 Oct 19:15
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Make sure we only reopen the app once #482
  • [BUGFIX] Save _super before reopening #481
  • [BUGFIX] Prevent errors when document.documentElement.dataset is not present #475
  • [BUGFIX] [Ember 2.1] Prevent deprecation for initializer arguments #476
  • [BUGFIX] [Ember 2.1] Update getState and getLocals for compatibility with canary #467

1.9.2

23 Sep 15:06
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Don't assume Ember.View exists (for Ember 2.0+) #469
  • [IMPROVEMENT] Update Firefox skeleton for path change in Firefox 44+ #470

1.9.1

27 Aug 11:54
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Fix value of this after ES6 refactor #450