This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
Releases: leoyli/storybook-addon-contexts
Releases · leoyli/storybook-addon-contexts
v1.3.0 Release (Deprecation/Final)
@2019-06-06
Deprecation
- Deprecate this package since this addon now release in Storybook v5.1.
Feature
- Upgrade package to the latest version.
v1.2.1 Release
@2019-04-14
Feature
- General improvement on addon performance and internal typing.
v1.2.0 Release
@2019-04-11
Feature
- Extend framework supports to Vue - (#14).
Deprecation
import { withContexts } from 'addon-contexts'
has been deprecated. Please import from 'addon-contexts/react' instead.
v1.1.0 Release
@2019-04-07
Feature
- Rewrite the wrapper implementation so it can be extended into other frameworks later - (#14).
Bugfix
- Fix bug: problems in adding extra contextual environment into the Storybook toolbar at the story level.
Chore
- Update devDependencies.
- Remove react from peerDependencies (since it is required by the Storybook core already).
v1.0.7 Release
v1.0.5 Release
v1.0.3 Release
@2019-03-30
- Skip v1.0.2 due to a bad release.
Bugfix
- Fix the whitelist issue and install warnings for publishing on NPM.
- Remove babel source map to strip down bundling size.
v1.0.1 Release
@2019-03-29
Bugfix
- Fix register path problem.
Maintenance
- Move all dependencies into peerDependencies.
Chore
- Update README.md.
v1.0.0 Release
@2019-03-29
Feature
- Initial release