Skip to content

Commit

Permalink
4.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Oct 25, 2018
1 parent d16f1d6 commit 647982e
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@

# 4.0.0

Storybook 4.0 is our first major-version update in over a year! Key improvements include:

- Build tools
- Webpack 4 [#3148](https://github.com/storybooks/storybook/pull/3148)
- Babel 7 [#3746](https://github.com/storybooks/storybook/pull/3746)
- View layers
- Storybook for Ember [#4237](https://github.com/storybooks/storybook/pull/4237)
- Storybook for MarkoJS [#3504](https://github.com/storybooks/storybook/pull/3504)
- Storybook for Mithril [#3244](https://github.com/storybooks/storybook/pull/3244)
- Storybook for HTML snippets [#3475](https://github.com/storybooks/storybook/pull/3475)
- Storybook for Svelte [#3770](https://github.com/storybooks/storybook/pull/3770)
- Storybook for Riot [#4070](https://github.com/storybooks/storybook/pull/4070)
- Mobile
- Mobile device view: toggling stories panel with ☰ button [#3337](https://github.com/storybooks/storybook/pull/3337)
- React Native: Remove the packager from storybook [#4261](https://github.com/storybooks/storybook/pull/4261)
- React-Native: On-device addons [#4381](https://github.com/storybooks/storybook/pull/4381)
- React-Native: On-device addons for notes, knobs, backgrounds [#4327](https://github.com/storybooks/storybook/pull/4327)
- UI
- Storybook UI theming [#3628](https://github.com/storybooks/storybook/pull/3628)
- Core
- Story parameters [#2679](https://github.com/storybooks/storybook/pull/2679)
- Generic addon decorators [#3555]
(https://github.com/storybooks/storybook/pull/3555)
- Support css-modules [#4405](https://github.com/storybooks/storybook/pull/4405)
- start-storybook: open browser tab on first compilation [#4149](https://github.com/storybooks/storybook/pull/4149)
- start-storybook: suggest an alternative when the port is occupied [#4146](https://github.com/storybooks/storybook/pull/4146)
- CLI-less Node api [#4344](https://github.com/storybooks/storybook/pull/4344)
- Rename CLI to sb [#4345](https://github.com/storybooks/storybook/pull/4345)

There are hundreds of more fixes, features, and tweaks in the 4.0 release. See changelogs for `4.0.0-rc.*` and `4.0.0-alpha.*` for details, the [Storybook 4.0 migration guide](https://medium.com/storybookjs/migrating-to-storybook-4-c65b19a03d2c) for a step-by-step walkthrough, or our [migration docs](MIGRATION.md#from-version-34x-to-40x) for an enumeration of breaking changes.

# 4.0.0-rc.6

2018-October-25
Expand Down Expand Up @@ -199,7 +233,7 @@

#### Features

- Ember: add ember support [#4237](https://github.com/storybooks/storybook/pull/4237)
- Storybook for Ember [#4237](https://github.com/storybooks/storybook/pull/4237)
- Riot: support the tagConstructor option [#4258](https://github.com/storybooks/storybook/pull/4258)
- Presets: Add "addons" and "config" to preset extensions [#4240](https://github.com/storybooks/storybook/pull/4240)

Expand Down Expand Up @@ -301,7 +335,7 @@

#### Features

- Riot support [#4070](https://github.com/storybooks/storybook/pull/4070)
- Storybook for Riot [#4070](https://github.com/storybooks/storybook/pull/4070)
- Backgrounds addon: Allow setting background via name [#4081](https://github.com/storybooks/storybook/pull/4081)
- Storysource addon: injectDecorator option custom stories [#4012](https://github.com/storybooks/storybook/pull/4012)

Expand Down Expand Up @@ -350,7 +384,7 @@ Not published to NPM
#### Features

- Emit messages when stories fail to render [#3967](https://github.com/storybooks/storybook/pull/3967)
- Svelte support [#3770](https://github.com/storybooks/storybook/pull/3770)
- Storybook for Svelte [#3770](https://github.com/storybooks/storybook/pull/3770)
- Allow extending extensions without a full control mode [#3976](https://github.com/storybooks/storybook/pull/3976)

#### Bug Fixes
Expand Down Expand Up @@ -777,7 +811,7 @@ NOTE: As part of the generic addon decorators, we've reversed the order of addon

#### Features

- Add marko support to storybooksJS [#3504](https://github.com/storybooks/storybook/pull/3504)
- Storybook for Marko [#3504](https://github.com/storybooks/storybook/pull/3504)
- Storybook addon Jest angular suport [#3532](https://github.com/storybooks/storybook/pull/3532)
- Storybook for HTML snippets [#3475](https://github.com/storybooks/storybook/pull/3475)
- Feature/config custom chrome executable path [#3518](https://github.com/storybooks/storybook/pull/3518)
Expand Down Expand Up @@ -1238,7 +1272,7 @@ Welcome to Storybook 3.4 with the following key improvements:
- Multiple story hierarchies [#2452](https://github.com/storybooks/storybook/pull/2452)
- Addon-storysource: story source in addon pane [#2885](https://github.com/storybooks/storybook/pull/2885)

Read on for more improvements, fixes, 1In addition, there are hundreds of dependency upgrades in the 3.4 release, so to see the details, please see the changelogs for `3.4.0-rc.*` and `3.4.0-alpha.*`.
Read on for more improvements, fixes. In addition, there are hundreds of dependency upgrades in the 3.4 release, so to see the details, please see the changelogs for `3.4.0-rc.*` and `3.4.0-alpha.*`.

#### Features

Expand Down Expand Up @@ -1342,7 +1376,7 @@ Read on for more improvements, fixes, 1In addition, there are hundreds of depend
#### Features

- Viewport-addon Allow setting callback to be called whenever viewport changes [#3283](https://github.com/storybooks/storybook/pull/3283)
- App for Mithril [#3244](https://github.com/storybooks/storybook/pull/3244)
- Storybook for Mithril [#3244](https://github.com/storybooks/storybook/pull/3244)
- Feature request: adding aXe configuration for a11y addon [#3285](https://github.com/storybooks/storybook/pull/3285)
- files knob [#2860](https://github.com/storybooks/storybook/pull/2860)
- Using svg-url-loader for webpack configs that accept svgs [#3221](https://github.com/storybooks/storybook/pull/3221)
Expand Down

0 comments on commit 647982e

Please sign in to comment.