All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Deprecate this package since this addon now release in Storybook v5.1.
- Upgrade package to the latest version.
- General improvement on addon performance and internal typing.
- Extend framework supports to Vue - (#14).
import { withContexts } from 'addon-contexts'
has been deprecated. Please import from 'addon-contexts/react' instead.
- Rewrite the wrapper implementation so it can be extended into other frameworks later - (#14).
- Fix bug: problems in adding extra contextual environment into the Storybook toolbar at the story level.
- Update devDependencies.
- Remove react from peerDependencies (since it is required by the Storybook core already).
- Fix typo - (#12)
- Fix bug: use addon-contexts without param specified - (#11).
- Skip v1.0.4 due to a bad release.
- Add type annotation for
withContexts
story decorator - (#7).
- Improve the quality of README.md. - (#5)
- Upgrade TypeScript to 3.4.1.
- Update package organization.
- Optimize package bundling process.
- Skip v1.0.2 due to a bad release.
- Fix the whitelist issue and install warnings for publishing on NPM.
- Remove babel source map to strip down bundling size.
- Fix register path problem.
- Move all dependencies into peerDependencies.
- Add initial README.md.
- Initial release.