Skip to content

Commit df1b5df

Browse files
committed
Version 1.0.0-rc.6
1 parent 231161c commit df1b5df

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
ChangeLog
22
========
33

4+
1.0.0-rc.6
5+
-------
6+
- [Add]
7+
- Data viewer can update the data of the component.
8+
- Welcome page and title bar for component panel.
9+
- A filter for component panel, can filter keyword in component data (key or value), messages, computed, etc.
10+
- [BUGFIX]
11+
- Fix window.postMessage data error when navigating.
12+
- [UPDATE]
13+
- Enhance component tree's filter.
14+
- [REMOVE]
15+
- Highlight of component tree filter.
16+
- Unnessessary lines in base information.
17+
418
1.0.0-rc.5
519
-------
620
[Add] Show Routes channel and the relative component in component tree when using san-router.

dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "San Devtool",
44
"short_name": "san-devtool",
55
"description": "Browser developer tool extension for debugging San.",
6-
"version": "1.0.0.5",
6+
"version": "1.0.0.6",
77
"minimum_chrome_version": "17",
88
"icons": {
99
"16": "icons/logo16.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "san-devtool",
3-
"version": "1.0.0-rc.5",
3+
"version": "1.0.0-rc.6",
44
"description": "Browser developer tools extension for debugging San.",
55
"keywords": [
66
"san",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "San Devtool",
44
"short_name": "san-devtool",
55
"description": "Browser developer tool extension for debugging San.",
6-
"version": "1.0.0.5",
6+
"version": "1.0.0.6",
77
"minimum_chrome_version": "17",
88
"icons": {
99
"16": "icons/logo16.png",

0 commit comments

Comments
 (0)