Skip to content

Instantly share code, notes, and snippets.

@teddyzeenny
Created August 4, 2015 12:53
Show Gist options
  • Save teddyzeenny/86ef589fa451a13f90ad to your computer and use it in GitHub Desktop.
Save teddyzeenny/86ef589fa451a13f90ad to your computer and use it in GitHub Desktop.
Ember Inspector Plan
  • Move view tree logic to Ember core (Finalize #11218)
  • Fix 1.13.x and 2.0.0 beta caused regressions in the inspector
  • Go over all recent issues created in ember-inspector repo and fix the bugs.
  • Release Ember Inspector 1.8.4
  • Upgrade to Ember 1.12 (1.13 is not possible due to list-view)
  • Add a new Ember Data serializer pane
  • Updates to the deprecations pane:
    • Add option to raise on specific deprecations
    • Handle deprecation "urgency"
    • Persist deprecations across app resets (for example during tests)
  • Release Ember Inspector 1.9
  • Add a 1.0/2.0 mode switch for the Ember inspector so we can lock the 1.0 version without blocking new 2.0 features.
  • Revamp the view tree.
    • Remove focus on views/controllers.
    • Use a UI more similar to the "Elements" pane.
    • Focus on components and possibility to edit attr values directly (Like the Elements pane)
  • Release Ember Inspector 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment