@storybook/channel-postmessage
Advanced tools
Comparing version 3.0.0-rc.0 to 3.0.0-rc.2
## Changelog | ||
### v2.0.1 | ||
24-Nov-2016 | ||
* Fix empty story list when loading in an iframe [PR8](https://github.com/kadirahq/storybook-channel-postmsg/pull/8) | ||
- Fix empty story list when loading in an iframe [PR8](https://github.com/kadirahq/storybook-channel-postmsg/pull/8) | ||
### v2.0.0 | ||
17-Nov-2016 | ||
* Identify the page with a parameter [PR7](https://github.com/kadirahq/storybook-channel-postmsg/pull/7) | ||
- Identify the page with a parameter [PR7](https://github.com/kadirahq/storybook-channel-postmsg/pull/7) | ||
### v1.1.0 | ||
28-Oct-2016 | ||
* Use a constant key to identify relavent messages [PR6](https://github.com/kadirahq/storybook-channel-postmsg/pull/6) | ||
- Use a constant key to identify relavent messages [PR6](https://github.com/kadirahq/storybook-channel-postmsg/pull/6) | ||
### v1.0.4 | ||
28-Oct-2016 | ||
* Allow message handlers to throw errors [PR4](https://github.com/kadirahq/storybook-channel-postmsg/pull/4) | ||
- Allow message handlers to throw errors [PR4](https://github.com/kadirahq/storybook-channel-postmsg/pull/4) | ||
### v1.0.3 | ||
28-Sep-2016 | ||
* Serialize data because some objects throw error when sent over postMessage [PR3](https://github.com/kadirahq/storybook-channel-postmsg/pull/3) | ||
- Serialize data because some objects throw error when sent over postMessage [PR3](https://github.com/kadirahq/storybook-channel-postmsg/pull/3) | ||
### v1.0.2 | ||
28-Sep-2016 | ||
* Do not serialize data because objects can be sent over postMessage [PR1](https://github.com/kadirahq/storybook-channel-postmsg/pull/1) | ||
- Do not serialize data because objects can be sent over postMessage [PR1](https://github.com/kadirahq/storybook-channel-postmsg/pull/1) | ||
### v1.0.1 | ||
26-Sep-2016 | ||
* Select the iframe by id (getElementById) | ||
- Select the iframe by id (getElementById) | ||
### v1.0.0 | ||
26-Sep-2016 | ||
* Implement send and receive functions | ||
- Implement send and receive functions |
{ | ||
"name": "@storybook/channel-postmessage", | ||
"version": "3.0.0-rc.0", | ||
"version": "3.0.0-rc.2", | ||
"description": "", | ||
@@ -14,5 +14,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@storybook/channels": "^3.0.0-rc.0", | ||
"@storybook/channels": "^3.0.0-rc.2", | ||
"json-stringify-safe": "^5.0.1" | ||
} | ||
} |
# Storybook PostMessage Channel | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/storybooks/storybook.svg)](https://greenkeeper.io/) | ||
@@ -17,4 +18,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
9887
21