@storybook/addons
Advanced tools
Comparing version 3.0.0-rc.0 to 3.0.0-rc.2
## Changelog | ||
### v1.6.0 | ||
28 Oct 2016 | ||
@@ -10,23 +11,26 @@ | ||
### v1.6.0 | ||
28 Oct 2016 | ||
* Add `setPreviewDecorator` and `getPreviewDecorator` methods. | ||
* Now following methods can only be set once and they accept an option name as the second argument. | ||
* setChannel(channel, name) | ||
* setDatabase(database, name) | ||
* setPreview(preview, name) | ||
* setPreviewDecorator(decorator, name) | ||
- Add `setPreviewDecorator` and `getPreviewDecorator` methods. | ||
- Now following methods can only be set once and they accept an option name as the second argument. | ||
- setChannel(channel, name) | ||
- setDatabase(database, name) | ||
- setPreview(preview, name) | ||
- setPreviewDecorator(decorator, name) | ||
### v1.5.0 | ||
13 Aug 2016 | ||
* Add `getDatabase` and `setDatabase` methods [PR3](https://github.com/kadirahq/storybook-addons/pull/3) | ||
- Add `getDatabase` and `setDatabase` methods [PR3](https://github.com/kadirahq/storybook-addons/pull/3) | ||
### v1.4.0 | ||
29 Aug 2016 | ||
* Add `getPreview` and `setPreview` methods [PR2](https://github.com/kadirahq/storybook-addons/pull/2) | ||
- Add `getPreview` and `setPreview` methods [PR2](https://github.com/kadirahq/storybook-addons/pull/2) | ||
### v1.3.1 | ||
* First stable release with addon store for loaders, panels and channel. | ||
- First stable release with addon store for loaders, panels and channel. |
{ | ||
"name": "@storybook/addons", | ||
"version": "3.0.0-rc.0", | ||
"version": "3.0.0-rc.2", | ||
"description": "Storybook addons store", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Storybook Addons | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/storybooks/storybook.svg)](https://greenkeeper.io/) | ||
@@ -13,4 +14,4 @@ [![Build Status](https://travis-ci.org/storybooks/storybook.svg?branch=master)](https://travis-ci.org/storybooks/storybook) | ||
--- | ||
* * * | ||
For more information visit: [storybooks.js.org](https://storybooks.js.org) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6944
17