Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.

Commit

Permalink
Release v0.2.2 - depends on toolbarwidget 1.3
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
Rob--W committed Nov 8, 2013
1 parent 696b456 commit f534b49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ The only external dependency is the [`toolbarwidget` Jetpack module](https://git


## Change log
### 0.2.2
- New: Automatically shrink button size when the user has set the icon size preference to "small icons".
To get this feature, update the [`toolbarwidget`](https://github.com/Rob--W/toolbarwidget-jplib) dependency to v1.3 or higher.

### 0.2.0
- New: The `browserAction.onClicked` event receives an argument that closely follows the
format of Chrome's `tab.Tab`.
Expand Down
2 changes: 1 addition & 1 deletion lib/browser-action-jplib-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"keywords": ["browser-action", "badge", "toolbarwidget", "widget", "ui"],
"author": "Rob Wu (https://robwu.nl/) <[email protected]>",
"dependencies": ["toolbarwidget"],
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT"
}

0 comments on commit f534b49

Please sign in to comment.