Skip to content

Commit

Permalink
Bump version to 0.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Nov 17, 2014
1 parent a40984e commit 92728ed
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## V0.2
#### 11-17-2014

Version 0.2 sports a brand new UI tree with significantly improved performance and magnifying glass.

### Added
+ Added a highlight mask when using the magnifying glass. Previously the element got a background color, which would be hidden by other elements.
+ Added a new backbone based tree component for use in the UI tree.
+ Added an inspector view collection for keeping track of view instances created in the inspected app.
+ Added a new ui architecture for updating the UI tree on changes. Previously the full serialized ui tree was sent with every change, now a trimmed down UI tree with just cids is sent. This results in a 30% performance improvement.
+ Added a scriptUrl for the injected script (agent.js)
+ Addeed sass compilation

### Fixed
+ Fix page refresh logic so that the inspector stays uptodate after router.navigate calls
+ Fix select and hover state for Radio and Data ui panes
+ Fix agent toJSON function so that catches circular exceptions when parsing
+ Fixed inconsistency with logger file name.

### Upgraded
+ Upgraded Handlebars to 2.0

## V0.1.1
#### 11-10-2014

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Marionette Inspector",
"version": "0.1.1",
"version": "0.2",
"description": "A devtool for Marionette",
"author": "Jason Laster",
"minimum_chrome_version": "22.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marionette.inspector",

"version": "0.1.1",
"version": "0.2",

"description": "A proper inspector for Marionette",

Expand Down

0 comments on commit 92728ed

Please sign in to comment.