Skip to content

Releases: emberjs/ember-inspector

2.0.3

01 Oct 22:14
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Fall back to memory caching if local storage is inaccessible #592
  • [BUGFIX] Update outlet and template Glimmer code to match 2.9.beta-3 #607

2.0.0

01 Oct 22:12
Compare
Choose a tag to compare

Changelog

  • [FEATURE] Added the ability to resize and toggle columns #574
  • [IMPROVEMENT] Added Glimmer 2 support #579
  • [IMPROVEMENT] Current route only checkbox persists between refreshes now #568
  • [DOC] Fix typo in install instructions #576
  • [DOC] Remove grunt version command from README #540
  • [BUGFIX] The bookmarklet's load_inspector.js should not include ES6 #546
  • [BUGFIX] Fix deprecated window.postMessage usage #555
  • [INTERNAL] Upgrade Ember 1.12 -> Ember and Ember CLI 2.6 #563
  • [INTERNAL] Use smoke-and-mirrors for lazy rendering #563
  • [INTERNAL] Replace obsolete Broccoli plugins with "broccoli-funnel" #571
  • [INTERNAL] Update ESLint and enable more rules #572
  • [INTERNAL] Update build dependencies #573 #578
  • [INTERNAL] Remove list-view in order to upgrade Ember #543
  • [INTERNAL] Remove dist-config.js from index files #542
  • [INTERNAL] Lock down jQuery version #512
  • [INTERNAL] Upgrade babel-eslint #515
  • [INTERNAL] remove duplicate key from eslintrc #517
  • [INTERNAL] Port Gruntfile tasks to grunt-jpm to build a valid xpi for Firefox #519

2.0.2

01 Oct 22:13
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Rebuild columns when schema changes #589
  • [BUGFIX] Update to new way to get the root element in Glimmer #588

2.0.1

01 Oct 22:13
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Disable source map for ember_debug.js #583

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