Skip to content

Commit

Permalink
Version 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
luyuan committed Jul 20, 2019
1 parent 8e44e10 commit c2887d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ChangeLog
========

1.1.3
- [Bugfix]
- Opaque background for dark theme devtools.
- Compatible with the latest San version (3.1.5 ~ latest).
- Fix data updater in component data viewer.


1.1.0
-------
- [Add]
Expand All @@ -16,11 +23,11 @@ ChangeLog
- Data viewer can update the data of the component.
- Welcome page and title bar for component panel.
- A filter for component panel, can filter keyword in component data (key or value), messages, computed, etc.
- [BUGFIX]
- [Bugfix]
- Fix window.postMessage data error when navigating.
- [UPDATE]
- [Update]
- Enhance component tree's filter.
- [REMOVE]
- [Remove]
- Highlight of component tree filter.
- Unnessessary lines in base information.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "san-devtool",
"version": "1.1.2",
"version": "1.1.3",
"description": "Browser developer tools extension for debugging San.",
"keywords": [
"san",
Expand All @@ -22,7 +22,7 @@
"normalize.css": "^6.0.0",
"lodash": "^4.17.4",
"split.js": "1.3.5",
"json-tree-view": "^0.4.9",
"json-tree-view": "^0.4.12",
"highlight.js": "9.12.0",
"pretty-fast": "0.2.2",
"yargs": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "San Devtool",
"short_name": "san-devtool",
"description": "Browser developer tool extension for debugging San.",
"version": "1.1.2",
"version": "1.1.3",
"minimum_chrome_version": "36",
"icons": {
"16": "icons/logo16.png",
Expand Down

0 comments on commit c2887d2

Please sign in to comment.