Releases: dhruvaray/spa-eye
Backbone Eye : v0.2.0
Backbone Eye: v0.1.2
- Attach and detach key events on show/hide of spa-eye panel for #12
- Add support for firefox 28
Backbone Eye : v0.1.1
- Enables Firebug Script panel automatically (if disabled)
- Adds some defensive checks
UPDATE (3rd Dec 2013)
This version clears the full Mozilla review process and all restrictions are removed!
Backbone Eye : v0.1.0
- Bumped up FF version to v 26.*
- Fix for source template coming in as undefined (in view debug screens)
- Minor changes after clearing Mozilla preliminary review. This version is submitted for full review
Backbone Eye : v0.1.0-rc6
Maintenance release - Incorporates comments from Mozilla's preliminary review process.
UPDATE (20th Nov 2013)
We cleared the Mozilla preliminary review process on Nov 20, 2013. Backbone Eye is now publicly available on the Mozilla add-ons website
Backbone Eye : v0.1.0-rc5
Backbone Eye : v0.1.0-rc4
Enhanced auto-discovery of Backbone in any closure context
With this release, Backbone Eye can detect the Backbone library in any closure or function context - in addition to the global context. This feature brings in support for environments like Browserify.js which attach the Backbone library to a non-global context.
Normalize Journal and Interaction Trails View
Change Journals view to use generic time markers (t=1, 2 etc) and sort from latest to the beginning.
Backbone Eye : v0.1.0-rc3
Auto discovery of Backbone usage across IFRAME(s) within an app
Consolidates Backbone Models/Views/Collections across nested IFRAMES. This will also make it work with Backbone.js snippets in demonstration/code-pen(s) like JSFiddle and JSBin
Minor
- Normalize behavior : Remove side panels when switching from a Backbone app context to a non-Backbone app context. (Earlier side panels were shown with no data)
Backbone Eye : v0.1.0-rc2
Performance
- Performance enhancements - debounce draw operations for interaction trails/journals.
Usability
- Persist panel selection on re-load.
- Select a model (view or collection) by default when a particular tab is selected.
- Provide a splitter widget for the Interaction trails. Now users can now re-size the graphical/tabular regions appropriately.
Minor Additions
- Show Backbone Eye version. Please specify while filing bugs.
- Eye logs title now shows a counter. Know if errors have been encountered without having to navigate to Eye Logs.
Backbone Eye : v0.1.0-rc1
- Rendering performance fixes for applications with large data.
- Honor view template settings.
- View encoding fixes.
- Warning for Firebug v < 1.11
- Build script.
- FB Test suite addition.
Please remember that the plugin works with Firefox 23+ and Firebug 1.12+
Firebug 1.11.4+ is also supported, but it is not possible to edit model values.