mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:41:15 +08:00
1.0 KiB
1.0 KiB
Changelog
v2.0.1
24-Nov-2016
- Fix empty story list when loading in an iframe PR8
v2.0.0
17-Nov-2016
- Identify the page with a parameter PR7
v1.1.0
28-Oct-2016
- Use a constant key to identify relavent messages PR6
v1.0.4
28-Oct-2016
- Allow message handlers to throw errors PR4
v1.0.3
28-Sep-2016
- Serialize data because some objects throw error when sent over postMessage PR3
v1.0.2
28-Sep-2016
- Do not serialize data because objects can be sent over postMessage PR1
v1.0.1
26-Sep-2016
- Select the iframe by id (getElementById)
v1.0.0
26-Sep-2016
- Implement send and receive functions