Skip to content

Commit

Permalink
Merge branch 'master' into release/3.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	addons/actions/package.json
#	addons/centered/package.json
#	addons/comments/package.json
#	addons/events/package.json
#	addons/graphql/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/options/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	app/vue/package.json
#	lerna.json
#	lib/addons/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/ui/package.json
  • Loading branch information
ndelangen committed Nov 1, 2017
2 parents 640dc32 + f15eaa6 commit 7a43dd1
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,57 @@
- Update eslint-plugin-jest to the latest version 🚀 [#1795](https://github.com/storybooks/storybook/pull/1795)
- Update lerna to the latest version 🚀 [#1768](https://github.com/storybooks/storybook/pull/1768)

# 3.2.14

2017-November-01

#### Features

- React-native: Add platform option for haul bundler [#2129](https://github.com/storybooks/storybook/pull/2129)

#### Bug Fixes

- Fixed addon-info not importing docgen descriptions [#2133](https://github.com/storybooks/storybook/pull/2133)
- Handle full screen scrolling on iOS [#2040](https://github.com/storybooks/storybook/pull/2040)
- Fixed infinite render loop [#2100](https://github.com/storybooks/storybook/pull/2100)
- Fix hmr in react-native template [#2194](https://github.com/storybooks/storybook/pull/2194)
- Fix prop type in react-native [#2185](https://github.com/storybooks/storybook/pull/2185)
- Avoid logging an object on compilation errors [#2199](https://github.com/storybooks/storybook/pull/2199)

#### Documentation

- CRA Example Cleanup - Info [#2143](https://github.com/storybooks/storybook/pull/2143)

#### Maintenance

- IMPROVE integration tests so they all output a diff image when multiple fail [#2197](https://github.com/storybooks/storybook/pull/2197)
- ADD integration artefacts store step to circle.yml [#2182](https://github.com/storybooks/storybook/pull/2182)
- ADD integration test [#2119](https://github.com/storybooks/storybook/pull/2119)
- Updating to new favicon [#2113](https://github.com/storybooks/storybook/pull/2113)
- Bot for closing old issues [#2186](https://github.com/storybooks/storybook/pull/2186)

#### Dependency Upgrades

<details>
<summary>
12 PRs
</summary>

- 7 packages updated by dependencies.io [#2200](https://github.com/storybooks/storybook/pull/2200)
- Update jest-image-snapshot to 2.1.0 [#2184](https://github.com/storybooks/storybook/pull/2184)
- 2 packages updated by dependencies.io [#2175](https://github.com/storybooks/storybook/pull/2175)
- 3 packages updated by dependencies.io [#2137](https://github.com/storybooks/storybook/pull/2137)
- 2 packages updated by dependencies.io [#2131](https://github.com/storybooks/storybook/pull/2131)
- 4 packages updated by dependencies.io [#2124](https://github.com/storybooks/storybook/pull/2124)
- 2 packages updated by dependencies.io [#2116](https://github.com/storybooks/storybook/pull/2116)
- 5 packages updated by dependencies.io [#2111](https://github.com/storybooks/storybook/pull/2111)
- 4 packages updated by dependencies.io [#2109](https://github.com/storybooks/storybook/pull/2109)
- Add index.js file for RN 0.49 [#2176](https://github.com/storybooks/storybook/pull/2176)
- Enable issue creation for dependencies.io [#2141](https://github.com/storybooks/storybook/pull/2141)
- Major updates in devDependencies [#2178](https://github.com/storybooks/storybook/pull/2178)

</details>

# 3.2.13

2017-October-20
Expand Down

0 comments on commit 7a43dd1

Please sign in to comment.