Skip to content

Commit

Permalink
Version 1.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luyuan committed Oct 27, 2017
1 parent 231161c commit df1b5df
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
ChangeLog
========

1.0.0-rc.6
-------
- [Add]
- 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]
- Fix window.postMessage data error when navigating.
- [UPDATE]
- Enhance component tree's filter.
- [REMOVE]
- Highlight of component tree filter.
- Unnessessary lines in base information.

1.0.0-rc.5
-------
[Add] Show Routes channel and the relative component in component tree when using san-router.
Expand Down
2 changes: 1 addition & 1 deletion dist/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.0.0.5",
"version": "1.0.0.6",
"minimum_chrome_version": "17",
"icons": {
"16": "icons/logo16.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "san-devtool",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "Browser developer tools extension for debugging San.",
"keywords": [
"san",
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.0.0.5",
"version": "1.0.0.6",
"minimum_chrome_version": "17",
"icons": {
"16": "icons/logo16.png",
Expand Down

0 comments on commit df1b5df

Please sign in to comment.