Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 10, 2016
1 parent fad1cf5 commit 39763e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.3 (May 10, 2016)

- New API methods `buildComponentInfo(instance, node)` and `logComponentInfo(info)` to customize instance info building and logging (#10)
- New argument `helpers` for `getAdditionalInstanceInfo()` to simplify creation of custom info sections
- Improve readme
- React TodoMVC demo (thanks to @lapanoid)

## 1.2 (October 8, 2015)

- Universal inspector implementation, just [add your own API](https://github.com/lahmatiy/component-inspector#api-free-build)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ viewAttributeFilter: function(attr){

Show default info block or not. True by default.

#### getAdditionalInstanceInfo(instance)
#### getAdditionalInstanceInfo(instance, helpers)

Allow provide additional info for related objects. Should provide array of objects (configs for sections) or nothing. See more details in [Custom info sections](#custom-info-sections).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "component-inspector",
"title": "Component inspector",
"description": "Component DOM inspector",
"version": "1.2.0",
"version": "1.3.0",
"repository": "lahmatiy/component-inspector",
"keywords": [
"frontend",
Expand Down

0 comments on commit 39763e3

Please sign in to comment.