Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Y. Li authored and leoyli committed Apr 11, 2019
1 parent 56f144f commit 5c91930
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,25 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

---
## [1.2.0] - 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.


## [1.1.0] - 2019-04-07

### Feature

- Rewrite the wrapper implementation so it can be extended into other frameworks later - (#14).

### Bugfix
### Bugfixed

- Fix bug: problems in adding extra contextual environment into the Storybook toolbar at the story level.

Expand All @@ -22,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.7] - 2019-03-31

### Bugfix
### Bugfixed

- Fix typo - (#12)

Expand Down Expand Up @@ -57,15 +69,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Skip v1.0.2 due to a bad release.

### Bugfix
### Bugfixed

- Fix the whitelist issue and install warnings for publishing on NPM.
- Remove babel source map to strip down bundling size.


## [1.0.1] - 2019-03-29

### Bugfix
### Bugfixed

- Fix register path problem.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addon-contexts",
"version": "1.1.0",
"version": "1.2.0",
"description": "Storybook Addon Contexts",
"keywords": [
"storybook",
Expand Down

0 comments on commit 5c91930

Please sign in to comment.