diff --git a/CHANGELOG.md b/CHANGELOG.md index 90031b98731..cff59f51243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,25 @@ +## 5.1.0-alpha.38 (May 2, 2019) + +### Features + +- React-native: Ondevice actions ([#6594](https://github.com/storybooks/storybook/pull/6594)) +- React-native: Use emotion to style RN UI ([#6603](https://github.com/storybooks/storybook/pull/6603)) + +### Bug Fixes + +- API: Mimic PureComponent behavior for Consumer children ([#6412](https://github.com/storybooks/storybook/pull/6412)) + ## 5.1.0-alpha.37 (May 1, 2019) ### Bug Fixes -* Core: Fix regression with deep linking ([#6688](https://github.com/storybooks/storybook/pull/6688)) -* Addon-contexts: No cancel option in UI if the context have no param ([#6669](https://github.com/storybooks/storybook/pull/6669)) -* CLI: Fix `sb init` for projects with frozen lock files ([#6629](https://github.com/storybooks/storybook/pull/6629)) +- Core: Fix regression with deep linking ([#6688](https://github.com/storybooks/storybook/pull/6688)) +- Addon-contexts: No cancel option in UI if the context have no param ([#6669](https://github.com/storybooks/storybook/pull/6669)) +- CLI: Fix `sb init` for projects with frozen lock files ([#6629](https://github.com/storybooks/storybook/pull/6629)) ### Maintenance -* CLI: Refactor how we install dev dependencies in cli ([#6695](https://github.com/storybooks/storybook/pull/6695)) +- CLI: Refactor how we install dev dependencies in cli ([#6695](https://github.com/storybooks/storybook/pull/6695)) ## 5.0.11 (April 28, 2019) @@ -26,44 +37,44 @@ ### Features -* Addon-contexts: Preact support ([#6660](https://github.com/storybooks/storybook/pull/6660)) -* Angular: Allow optional component declaration ([#6346](https://github.com/storybooks/storybook/pull/6346)) +- Addon-contexts: Preact support ([#6660](https://github.com/storybooks/storybook/pull/6660)) +- Angular: Allow optional component declaration ([#6346](https://github.com/storybooks/storybook/pull/6346)) ### Bug Fixes -* CLI: Fix `sb init` for projects with frozen lock files ([#6629](https://github.com/storybooks/storybook/pull/6629)) +- CLI: Fix `sb init` for projects with frozen lock files ([#6629](https://github.com/storybooks/storybook/pull/6629)) ### Dependency Upgrades -* [Snyk] Fix for 1 vulnerable dependencies ([#6647](https://github.com/storybooks/storybook/pull/6647)) +- [Snyk] Fix for 1 vulnerable dependencies ([#6647](https://github.com/storybooks/storybook/pull/6647)) ## 5.1.0-alpha.35 (April 27, 2019) ### Features -* Addon-notes: use @storybook/router to render links in notes ([#6398](https://github.com/storybooks/storybook/pull/6398)) -* Angular: Support default `storybook` project configuration ([#6484](https://github.com/storybooks/storybook/pull/6484)) -* Addon-contexts: Improve Vue integration ([#6632](https://github.com/storybooks/storybook/pull/6632)) -* Addon-a11y: Design enhancements ([#6563](https://github.com/storybooks/storybook/pull/6563)) +- Addon-notes: use @storybook/router to render links in notes ([#6398](https://github.com/storybooks/storybook/pull/6398)) +- Angular: Support default `storybook` project configuration ([#6484](https://github.com/storybooks/storybook/pull/6484)) +- Addon-contexts: Improve Vue integration ([#6632](https://github.com/storybooks/storybook/pull/6632)) +- Addon-a11y: Design enhancements ([#6563](https://github.com/storybooks/storybook/pull/6563)) ### Bug Fixes -* UI: `active` PropTypes on MobileLayout ([#6241](https://github.com/storybooks/storybook/pull/6241)) -* Core: Fix css import when sideEffects is false ([#6650](https://github.com/storybooks/storybook/pull/6650)) -* Core: Fix infinite loop with special characters in kind names ([#6607](https://github.com/storybooks/storybook/pull/6607)) -* UI: Fix 'Escape' onKeyUp event doesn't work ([#6578](https://github.com/storybooks/storybook/pull/6578)) +- UI: `active` PropTypes on MobileLayout ([#6241](https://github.com/storybooks/storybook/pull/6241)) +- Core: Fix css import when sideEffects is false ([#6650](https://github.com/storybooks/storybook/pull/6650)) +- Core: Fix infinite loop with special characters in kind names ([#6607](https://github.com/storybooks/storybook/pull/6607)) +- UI: Fix 'Escape' onKeyUp event doesn't work ([#6578](https://github.com/storybooks/storybook/pull/6578)) ### Maintenance -* UI: Add missing props in stories ([#6353](https://github.com/storybooks/storybook/pull/6353)) -* Build: tslint, and use eslint for everything ([#6621](https://github.com/storybooks/storybook/pull/6621)) -* Build: deploy to local registry ([#6619](https://github.com/storybooks/storybook/pull/6619)) +- UI: Add missing props in stories ([#6353](https://github.com/storybooks/storybook/pull/6353)) +- Build: tslint, and use eslint for everything ([#6621](https://github.com/storybooks/storybook/pull/6621)) +- Build: deploy to local registry ([#6619](https://github.com/storybooks/storybook/pull/6619)) ### Dependency Upgrades -* Bump ts-node from 8.0.3 to 8.1.0 ([#6585](https://github.com/storybooks/storybook/pull/6585)) -* Bump semver from 5.7.0 to 6.0.0 ([#6580](https://github.com/storybooks/storybook/pull/6580)) -* Bump react-color from 2.17.0 to 2.17.1 ([#6583](https://github.com/storybooks/storybook/pull/6583)) +- Bump ts-node from 8.0.3 to 8.1.0 ([#6585](https://github.com/storybooks/storybook/pull/6585)) +- Bump semver from 5.7.0 to 6.0.0 ([#6580](https://github.com/storybooks/storybook/pull/6580)) +- Bump react-color from 2.17.0 to 2.17.1 ([#6583](https://github.com/storybooks/storybook/pull/6583)) ## 5.1.0-alpha.34 (April 24, 2019)