diff --git a/addons/actions/CHANGELOG.md b/addons/actions/CHANGELOG.md deleted file mode 100644 index 60992dfdfd4c..000000000000 --- a/addons/actions/CHANGELOG.md +++ /dev/null @@ -1,43 +0,0 @@ -## Changelog - -### v1.1.3 - -22 Mar 2017 - -- Fix issue caused by `v1.1.2` where storybook crashes when actions are used without names [PR30](https://github.com/storybooks/storybook-addon-actions/pull/30). - -### v1.1.2 - -21 Mar 2017 - -- Document `decorateAction` function (action decorator). [PR28](https://github.com/storybooks/storybook-addon-actions/pull/28) - -- Set correct Function.name for action handlers [PR24](https://github.com/storybooks/storybook-addon-actions/pull/24) - -### v1.1.1 - -11 Sep 2016 - -- Support arguments with circular references [PR6](https://github.com/kadirahq/storybook-addon-actions/pull/6) - -### v1.1.0 - -11 Sep 2016 - -- Support action decorators [PR3](https://github.com/kadirahq/storybook-addon-actions/pull/3) - -### v1.0.4 - -- Refactor source code (use separate files) - -### v1.0.3 - -- Log all arguments (only the first argument was logged previously) - -### v1.0.2 - -- Style tweak: center counter and inspector elements - -### v1.0.1 - -- First stable release with all features from the storybook action logger such as `action` function, react inspector and grouping log messages. diff --git a/addons/centered/CHANGELOG.md b/addons/centered/CHANGELOG.md deleted file mode 100644 index 8b031d36bf84..000000000000 --- a/addons/centered/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# Change Log - -### v1.1.2 - -- Add .npmignore file [#PR9](https://github.com/storybooks/react-storybook-decorator-centered/pull/9) - -### v1.1.1 - -- Remove build directory from the repository [#PR8](https://github.com/storybooks/react-storybook-decorator-centered/pull/8) -- Simplify styles [#PR6](https://github.com/storybooks/react-storybook-decorator-centered/pull/6) -- Add using as addon instructions to Readme [#PR2](https://github.com/storybooks/react-storybook-decorator-centered/pull/8) - -### v1.0.0 - -- Initial release as `@kadira/react-storybook-decorator-centered`. diff --git a/addons/comments/CHANGELOG.md b/addons/comments/CHANGELOG.md deleted file mode 100644 index 7b1cc8111d1f..000000000000 --- a/addons/comments/CHANGELOG.md +++ /dev/null @@ -1,111 +0,0 @@ -## Changelog - -### v1.9.1 - -27-October-2016 - -- Fix comment delete button [PR48](https://github.com/kadirahq/storybook-addon-comments/pull/48) -- Remove app not found console error [PR49](https://github.com/kadirahq/storybook-addon-comments/pull/49) - -### v1.9.0 - -20-October-2016 - -- Show comments for public apps without logging in [PR46](https://github.com/kadirahq/storybook-addon-comments/pull/46) - -### v1.8.0 - -17-October-2016 - -- Add border-radius for comment form [PR44](https://github.com/kadirahq/storybook-addon-comments/pull/44) - -### v1.7.2 - -18-October-2016 - -- Add a loading icon for loading comments for the first time. [PR43](https://github.com/kadirahq/storybook-addon-comments/pull/43) -- Fix some minor bugs. - -### v1.7.1 - -18-October-2016 - -Load comments just after we found the current user. -This fixes the issue of not loading comments for the current story just after reloaded. - -### v1.7.0 - -14-October-2016 - -Improve console errors and signIn process when the user is loggedOut. - -### v1.7.0 - -14-October-2016 - -- Add a confirm box when deleting components. [#38](https://github.com/kadirahq/storybook-addon-comments/pull/38) -- Add the user to the local cache when adding a comment. [#40](https://github.com/kadirahq/storybook-addon-comments/pull/40) - -### v1.6.1 - -12-October-2016 - -Move a few packages from dev-deps to deps. - -### v1.6.0 - -12-October-2016 - -- Implement a better workflow for local users [PR31](https://github.com/kadirahq/storybook-addon-comments/pull/31) -- Set the protected field to true. [PR30](https://github.com/kadirahq/storybook-addon-comments/pull/30) - -### v1.5.1 - -12-October-2016 - -Fix a regression in the latest master. [PR33](https://github.com/kadirahq/storybook-addon-comments/pull/33) - -### v1.5.0 - -12-October-2016 - -Add comment delete feature [PR23](https://github.com/kadirahq/storybook-addon-comments/pull/23) - -### v1.4.0 - -12-October-2016 - -Add a cache invalidation system. [PR28](https://github.com/kadirahq/storybook-addon-comments/pull/28) - -### v1.3.0 - -11-October-2016 - -Add markdown support. [PR24](https://github.com/kadirahq/storybook-addon-comments/pull/24) - -### v1.2.0 - -11-October-2016 - -Add multiline comment support. [PR22](https://github.com/kadirahq/storybook-addon-comments/pull/22) - -### v1.1.1 - -Fix user info bug and remove unused files - -- Remove unused local addon-db files [PR19](https://github.com/kadirahq/storybook-addon-comments/pull/19) -- Update storybook dev dependency to auto export repo info [PR20](https://github.com/kadirahq/storybook-addon-comments/pull/20) -- Fix getUserInfo error by correcting method name [PR21](https://github.com/kadirahq/storybook-addon-comments/pull/21) - -### v1.1.0 - -Add some usability improvements. - -- Change login links to Storybook Hub. [PR12](https://github.com/kadirahq/storybook-addon-comments/pull/12) -- Remove full date text. [PR13](https://github.com/kadirahq/storybook-addon-comments/pull/13) -- Increase font size a bit. [PR14](https://github.com/kadirahq/storybook-addon-comments/pull/14) -- Implement a local comments cache. [PR16](https://github.com/kadirahq/storybook-addon-comments/pull/16) - -### v1.0.0 - -- First stable release diff --git a/addons/events/CHANGELOG.md b/addons/events/CHANGELOG.md deleted file mode 100644 index 1d997b5493bc..000000000000 --- a/addons/events/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog - -### v1.1.0 - -14-04-2017 - -- Added the ability to edit event payload -- Added live example -- Updated readme - -### v1.0.0 - -13-04-2017 - -- Initial version diff --git a/addons/graphql/CHANGELOG.md b/addons/graphql/CHANGELOG.md deleted file mode 100644 index cbfab56d7fb4..000000000000 --- a/addons/graphql/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -## Changelog - -### v1.0.0 - -- First stable release diff --git a/addons/info/CHANGELOG.md b/addons/info/CHANGELOG.md deleted file mode 100644 index 0b2b1a1031d5..000000000000 --- a/addons/info/CHANGELOG.md +++ /dev/null @@ -1,85 +0,0 @@ -# Change Log - -### v3.3.0 - -- Add setDefaults function [PR114](https://github.com/kadirahq/react-storybook-addon-info/pull/114) - -### v3.2.4 - -- Add missing dist files [PR113](https://github.com/kadirahq/react-storybook-addon-info/pull/113) - -### v3.2.3 - -- Handle number type nodes [PR110](https://github.com/kadirahq/react-storybook-addon-info/pull/110) - -### v3.2.2 - -- Use markdown-to-react-components npm package instead of our fork. Our PR to them is merged and published. [PR109](https://github.com/kadirahq/react-storybook-addon-info/pull/109) - -### v3.2.1 - -- Handle false values for types [PR54](https://github.com/kadirahq/react-storybook-addon-info/pull/54) - -### v3.2.0 - -- Support custom MTRC config [PR54](https://github.com/kadirahq/react-storybook-addon-info/pull/54) -- Fix propTables prop validation with a default value [PR55](https://github.com/kadirahq/react-storybook-addon-info/pull/55) - -### v3.1.4 - -- Remove propTables prop validation warning [PR53](https://github.com/kadirahq/react-storybook-addon-info/pull/53) -- Update example storybook [PR52](https://github.com/kadirahq/react-storybook-addon-info/pull/52) - -### v3.1.3 - -- Fix wrong detection of propType when isRequired is set [PR49](https://github.com/kadirahq/react-storybook-addon-info/pull/49) -- Add displayName for Button [PR51](https://github.com/kadirahq/react-storybook-addon-info/pull/51) - -### v3.1.2 - -- Fixed a bug which made the `info` to not display and the `options` parameter to be ignored when `info` is not given.[PR45](https://github.com/kadirahq/react-storybook-addon-info/pull/45) - -### v3.1.1 - -- Add a z-index for rendered items to make the overlay always display on top [PR38](https://github.com/kadirahq/react-storybook-addon-info/pull/38) - -### v3.1.0 - -- Make the `info` argument optional [PR37](https://github.com/kadirahq/react-storybook-addon-info/pull/37) - -### v3.0.10 - -- Render the component inside a div element when on inline mode [PR34](https://github.com/kadirahq/react-storybook-addon-info/pull/34) - -### v3.0.9 - -- Add missing `@kadira/storybook` devDependencies [PR25](https://github.com/kadirahq/react-storybook-addon-info/pull/25) -- Improve prop rendering in jsx source view [PR24](https://github.com/kadirahq/react-storybook-addon-info/pull/24) -- Avoid warning message with "webkitFontSmoothing" [PR30](https://github.com/kadirahq/react-storybook-addon-info/pull/30) -- Remove max-width style rule for wrapper [PR31](https://github.com/kadirahq/react-storybook-addon-info/pull/31) and [PR36](https://github.com/kadirahq/react-storybook-addon-info/pull/36) -- Improve prop table rendering (handle css resets) [PR32](https://github.com/kadirahq/react-storybook-addon-info/pull/32) - -### v3.0.8 - -- Fixed unkeyed array iteration warning in React with: [PR23](https://github.com/kadirahq/react-storybook-addon-info/pull/23) - -### v3.0.7 - -- Improve default display in prop table. See [#16](https://github.com/kadirahq/react-storybook-addon-info/pull/16) - -### v3.0.6 - -- Improve function type and react element type props display. See [#14](https://github.com/kadirahq/react-storybook-addon-info/pull/14) - -### v3.0.5 - -- Over-indentation of ending tag in source code is fixed. See [#13](https://github.com/kadirahq/react-storybook-addon-info/pull/13) - -### v3.0.4 - -- Remove the need to use json-loader with webpack when using this package. - See: [#12](https://github.com/kadirahq/react-storybook-addon-info/issues/12) - -### v3.0.0 - -- Add the version which works as an Storybook addon. diff --git a/addons/knobs/CHANGELOG.md b/addons/knobs/CHANGELOG.md deleted file mode 100644 index 4a02cb017018..000000000000 --- a/addons/knobs/CHANGELOG.md +++ /dev/null @@ -1,105 +0,0 @@ -# Changelog - -### v1.7.1 - -01-December-2016 - -Update style changes in the panel. [PR79](https://github.com/storybooks/storybook-addon-knobs/pull/79) - -### v1.7.0 - -25-November-2016 - -Modify number() to support a range slider as an input type for a knob.[PR77](https://github.com/storybooks/storybook-addon-knobs/pull/77) - -### v1.6.0 - -19-November-2016 - -Add Color as a type. [PR75](https://github.com/storybooks/storybook-addon-knobs/pull/75) - -### v1.5.0 - -8-November-2016 - -Add Array as a type. [PR70](https://github.com/storybooks/storybook-addon-knobs/pull/70). - -### v1.4.1 - -27-October-2016 - -Fix some issues related to typescript declaration. [PR69]() - -### v1.4.0 - -27-October-2016 - -Add TypeScript support [PR65](https://github.com/kadirahq/storybook-addon-knobs/pull/65). - -### v1.3.3 - -13-October-2016 - -Fix issue where hot reloaded updates were not rendered [PR62](https://github.com/kadirahq/storybook-addon-knobs/pull/62). - -### v1.3.2 - -13-October-2016 - -Make the render function of WrapStory pure [PR61](https://github.com/kadirahq/storybook-addon-knobs/pull/61). - -### v1.3.1 - -13-October-2016 - -Show or hide knob from panel depending on whether it was called in the story or not [PR59](https://github.com/kadirahq/storybook-addon-knobs/pull/59). - -### v1.3.0 - -05-October-2016 - -Accept null values for the date type. [PR56](https://github.com/kadirahq/storybook-addon-knobs/pull/56). - -### v1.2.3 - -28-September-2016 - -Remove setting selected prop in options in Select knobs [PR47](https://github.com/kadirahq/storybook-addon-knobs/pull/47) - -### v1.2.2 - -25-September-2016 - -Fix copy-paste error [PR37](https://github.com/kadirahq/storybook-addon-knobs/pull/37) -Remove
wrapper from WrapStory [PR42](https://github.com/kadirahq/storybook-addon-knobs/pull/42) - -### v1.2.1 - -20-September-2016 - -Support to use date type without a default value. [PR32](https://github.com/kadirahq/storybook-addon-knobs/pull/32) - -### v1.2.0 - -19-September-2016 - -Add a knob to get date from the user. [PR26](https://github.com/kadirahq/storybook-addon-knobs/pull/26) - -### v1.1.0 - -11-September-2016 - -Implement the select knob. [PR21](https://github.com/kadirahq/storybook-addon-knobs/pull/21) - -### v1.0.1 - -09-September-2016 - -Allow user to write JSON in the Object knob freely. -Earlier, it's hard to add new fields without creating a JSON error. - -### v1.0.0 - -09-September-2016 - -Initial Release. diff --git a/addons/links/CHANGELOG.md b/addons/links/CHANGELOG.md deleted file mode 100644 index 3d04b2ab3bf2..000000000000 --- a/addons/links/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -## Changelog - -### v1.0.1 - -- Refactor source code -- Update the README file - -### v1.0.0 - -- First stable release with all features from the storybook linkTo function diff --git a/addons/notes/CHANGELOG.md b/addons/notes/CHANGELOG.md deleted file mode 100644 index d1d549f99b5a..000000000000 --- a/addons/notes/CHANGELOG.md +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog - -### v1.0.1 - -30-August-2016 - -- Update docs. - -### v1.0.0 - -30-August-2016 - -- Initial version diff --git a/addons/options/CHANGELOG.md b/addons/options/CHANGELOG.md deleted file mode 100644 index 1ad8d52a97be..000000000000 --- a/addons/options/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ -## Changelog - -### v1.0.2 - -13 Mar 2017 - -- Add typescript typings - -### v1.0.1 - -26 Sep 2016 - -- Update dev dependencies - -### v1.0.0 - -23 Sep 2016 - -- First stable release diff --git a/addons/storyshots/CHANGELOG.md b/addons/storyshots/CHANGELOG.md deleted file mode 100644 index f21d152162e4..000000000000 --- a/addons/storyshots/CHANGELOG.md +++ /dev/null @@ -1,157 +0,0 @@ -# ChangeLog - -### v3.2.2 - -16-February-2016 - -Move set channel to happen before anything runs because addons might init expecting the channel to exist. [PR75](https://github.com/storybooks/storyshots/pull/75) - -### v3.2.1 - -21-January-2016 - -Provide mock Storybook Channel to Storybook addons. [PR72](https://github.com/storybooks/storyshots/pull/72) - -### v3.2.0 - -30-December-2016 - -Add support to filter stories by story name using a regexp. [PR70](https://github.com/storybooks/storyshots/pull/70) - -### v3.1.1 - -27-December-2016 - -Pass storybook context to render function of stories. [PR69](https://github.com/storybooks/storyshots/pull/69) - -### v3.1.0 - -24-December-2016 - -Add support for require.context. [PR67](https://github.com/storybooks/storyshots/pull/67) - -### v3.0.0 - -22-December-2016 - -This is a brand new version of StoryShots where it allows you to use StoryShots inside Jest. Earlier we have also bundled a CLI tool which uses some of the internal modules used by Jest. - -But it seems like we are building an our own Jest with that. That's why we decided to go with this approach. - -If you still like to use our CLI version, use this [version](https://github.com/storybooks/storyshots/tree/v2.1.0). -(It's working but we no longer maintain it.) - -### v2.1.0 - -8-November-2016 - -Default loaders support markdown file [PR56](https://github.com/kadirahq/storyshots/pull/56) - -### v2.0.2 - -7-November-2016 - -- `NODE_ENV` is set to `"development"` by default [PR50](https://github.com/kadirahq/storyshots/pull/50) -- `require.context` regexp test includes the begining `./` of filenames [PR55](https://github.com/kadirahq/storyshots/pull/55) - -### v2.0.1 - -20-October-2016 - -Prepare channel before reading storybook as some addons use it before running stories. [PR41](https://github.com/kadirahq/storyshots/pull/41) - -### v2.0.0 - -11-October-2016 - -- Update `jest-snapshot` to version 16.0.0. [PR39](https://github.com/kadirahq/storyshots/pull/39) -- Use a directory and extension different from regular jest snapshots for storyshots. [PR40](https://github.com/kadirahq/storyshots/pull/40) - -#### Migrating from 1.x.x - -From version 2.0.0 by default storyshot files will be stored in a directory named `__storyshots__` (instead of `__snapshots__`) inside storybook config directory. Further storyshot files will use extension `.shot` instead of `.snap`. - -These changes are important because they allow storyshots to be used with jest in the same project. See [issue#34](https://github.com/kadirahq/storyshots/issues/34) for more info. - -This mean that once storyshots is updated to 2.0.0 it wont check your existing snapshots. It will create new snapshots in the new location and you can delete old ones. - -To update safely, follow these steps. - -1. Run your 1.x.x version of storyshots and make sure all stories pass. -2. Update storyshots. `npm install @kadira/storyshots@^2.0.0 --save-dev` -3. Delete `__snapshots__` directory and contents from your storybook config directory. Also remove it from your version control system. -4. Run updated storyshots and add the newly added `__storyshots__` directory to your version control system. - -Done! - -### v1.1.5 - -9-October-2016 - -Fix issue where `require.context` did not work with regexps for full path. [PR37](https://github.com/kadirahq/storyshots/pull/37) - -### v1.1.4 - -6-October-2016 - -Add support for `require.context` inside storybook config module. The regression introduced in v1.1.2 is addressed. [PR33](https://github.com/kadirahq/storyshots/pull/30) - -### v1.1.3 - -30-September-2016 - -v1.1.2 introduce a [regression](https://github.com/kadirahq/storyshots/pull/30#issuecomment-250805615). So this revert that version. - -### v1.1.2 - -30-September-2016 - -Add support for `require.context` inside storybook config module. [PR30](https://github.com/kadirahq/storyshots/pull/30) - -### v1.1.1 - -28-September-2016 - -- Watch mode Summary shows the stats for the last run only. [PR27](https://github.com/kadirahq/storyshots/pull/27) -- If some tests fail exit with status code 1. [PR28](https://github.com/kadirahq/storyshots/pull/28) - -### v1.1.0 - -27-September-2016 - -Add `--exclude` flag to avoid running stories matching a given regexp. [PR24](https://github.com/kadirahq/storyshots/pull/24) [PR25](https://github.com/kadirahq/storyshots/pull/25) - -### v1.0.5 - -25-September-2016 - -- Fix missing dependencies. [PR21](https://github.com/kadirahq/storyshots/pull/21) -- Context should contain only the story name. [PR20](https://github.com/kadirahq/storyshots/pull/20) - -### v1.0.4 - -Invalid Version. Same as v1.0.3 - -### v1.0.3 - -23-September-2016 - -Fix a typo in the console Summary message. - -### v1.0.1 - -22-September-2016 - -Fix: Allow module loaders to return something. [PR14](https://github.com/kadirahq/storyshots/pull/14) - -### v1.0.1 - -22-September-2016 - -Fix a typo. - -### v1.0.0 - -22-September-2016 - -Initial Release. diff --git a/app/react-native/CHANGELOG.md b/app/react-native/CHANGELOG.md deleted file mode 100644 index d898d5e2a436..000000000000 --- a/app/react-native/CHANGELOG.md +++ /dev/null @@ -1,218 +0,0 @@ -# CHANGELOG - -## v2.3.0 - -- Add support for multiple users [#PR132](https://github.com/storybooks/react-native-storybook/pull/132) - -## v2.2.4 - -- Fix build issue with RN v0.42 [#PR128](https://github.com/storybooks/react-native-storybook/pull/128) and [#PR129](https://github.com/storybooks/react-native-storybook/pull/129) - -## v2.2.3 - -- Support React Native v0.42 [PR #126](https://github.com/kadirahq/react-native-storybook/pull/126). - -## v2.2.2 - -- Load .babelrc from project root directory [PR #125](https://github.com/kadirahq/react-native-storybook/pull/123). - -## v2.2.1 - -- Support React Native v0.41 [PR #121](https://github.com/kadirahq/react-native-storybook/pull/121). - -## v2.2.0 - -- Support React Native v0.39 [PR #114](https://github.com/kadirahq/react-native-storybook/pull/114). -- Support custom express middleware [PR #115](https://github.com/kadirahq/react-native-storybook/pull/115). - -## v2.1.7 - -- Support React Native v0.37 [PR #112](https://github.com/kadirahq/react-native-storybook/pull/112). - -## v2.1.6 - -- Show help message on device if no story is selected [PR #111](https://github.com/kadirahq/react-native-storybook/pull/111). - -## v2.1.5 - -- Support React Native v0.36 [PR #106](https://github.com/kadirahq/react-native-storybook/pull/106). - -## v2.1.4 - -- Make sure that when a story is selected the previous story is completely unmounted and new story is mounted [PR #104](https://github.com/kadirahq/react-native-storybook/pull/104). - -## v2.1.3 - -- Support React Native v0.34 [PR #102](https://github.com/kadirahq/react-native-storybook/pull/102). - -## v2.1.2 - -- Fix bug where context object is missing [PR #83](https://github.com/kadirahq/react-native-storybook/pull/83). - -## v2.1.1 - -- Support React Native v0.33 [PR #71](https://github.com/kadirahq/react-native-storybook/pull/71). - -## v2.1.0 - -- Remove `/dist` directory from the repo -- Support custom preview addons [PR #68](https://github.com/kadirahq/react-native-storybook/pull/68). - -## v2.0.2 - -- Use 7007 as the default port (use in getstorybook tool) [PR #64](https://github.com/kadirahq/react-native-storybook/pull/64). -- Support React Native v0.32 [PR #65](https://github.com/kadirahq/react-native-storybook/pull/65). - -## v2.0.1 - -- Fix storyFn prop validation [PR #59](https://github.com/kadirahq/react-native-storybook/pull/59). -- Support older versions of react-native module [PR #60](https://github.com/kadirahq/react-native-storybook/pull/60). - -## v2.0.0 - -**Rewrite the backend to support new UI and addons** - -- Use webpack dev middleware to serve storybook UI instead of prebuilt manager.js -- Advanced config API is removed (UI customizations can be done with addons easily) -- Removed custom channels and preview modules (moved to separate addons) - -## v1.12.6 - -- Support react native versions 0.27.0 to 0.31.x - -## v1.12.5 - -- Support react native versions 0.27.0 to 0.30.x [PR #55](https://github.com/kadirahq/react-native-storybook/pull/55). - -## v1.12.3 - -- Use channel modules [PR #52](https://github.com/kadirahq/react-native-storybook/pull/52). - -## v1.12.2 - -- Make the `module` argument optional -- Remove unnecessary console.log statement - -## v1.12.1 - -- Disable react warnings (these should be handled in storybook-ui repo) - -## v1.12.0 - -- Add qr-code preview option [PR #49](https://github.com/kadirahq/react-native-storybook/pull/49). - -## v1.11.3 - -- Make `addDecorator` return `this` to make it chainable [PR #47](https://github.com/kadirahq/react-native-storybook/pull/47). - -## v1.11.2 - -- Get rid of the 'unique key prop' warning - -## v1.11.1 - -- Add missing imports for `storybook build` command - -## v1.11.0 - -- Rewrite most of the code to avoid unnecessary event emitters -- Improve code organization and haow it handles storybook config -- Implement `linkTo` feature. - -## v1.10.1 - -- Tweak appetize.io preview (remove frame and autoplay) - -## v1.10.0 - -- Remove android build from the build command [PR #41](https://github.com/kadirahq/react-native-storybook/pull/41). - -## v1.9.0 - -- Abstract the communication layer (as "channels") and add firebase support -- Add in-browser preview with appetize -- Add storybook favicon - -## v1.8.0 - -- Introduce getStorybookUI method to get the UI component class. - -## v1.7.2 - -- Update README related to HMR usage. - -## v1.7.1 - -- Make the getting started process simple. - -## v1.7.0 - -- Minify the manager build to around 350 KB with UglifyJs support. - -## v1.6.0 - -- Add run-ios command [PR #27](https://github.com/kadirahq/react-native-storybook/pull/27). - -## v1.5.0 - -- Pass the context variable [PR #26](https://github.com/kadirahq/react-native-storybook/pull/26). - -## v1.4.0 - -- Implement action logger feature [PR #25](https://github.com/kadirahq/react-native-storybook/pull/25). - -## v1.3.0 - -- Implement decorators feature [PR #24](https://github.com/kadirahq/react-native-storybook/pull/24). - -## v1.2.1 - -- Fix bug where web UI crashes when starting with selection query params [PR #21](https://github.com/kadirahq/react-native-storybook/pull/21). - -## v1.2.0 - -- Support addons [PR #20](https://github.com/kadirahq/react-native-storybook/pull/20). - -## v1.1.4 - -- Add missing `module` argument to template [PR #18](https://github.com/kadirahq/react-native-storybook/pull/18). - -## v1.1.3 - -- Remove socket.io and use plain Websockets [PR #17](https://github.com/kadirahq/react-native-storybook/pull/17). Removes JS debugging requirement. - -## v1.1.2 - -- Partially fix hot module reloading [Issue #8](https://github.com/kadirahq/react-native-storybook/issues/8) with [PR #10](https://github.com/kadirahq/react-native-storybook/pull/10) - -## v1.1.1 - -- Build source files and write README - -## v1.1.0 - -- Replace `PreviewContainer` with `PreviewComponent` where the host and port are configurable - -## v1.0.4 - -- Fix socket.io by using a patched socket.io temporarily [PR #2](https://github.com/kadirahq/react-native-storybook/pull/2) - -## v1.0.3 - -- Fix `window.navigator.userAgent` related issue with socket.io [Issue #1](https://github.com/kadirahq/react-native-storybook/issues/1) - -## v1.0.2 - -- Rename storybook command file from `cli.js` to `storybook.js` - -## v1.0.1 - -- Add missing dependency `commander` to package.json file - -## v1.0.0 - -This is the initial non-poc release of `react-native-storybook`. With this release, users can write stories and check them using an ios-simulator. The address of the storybook `localhost:9001` is hardcoded so for now it does not work on real devices or the android simulator. Also it is not contributor friendly. When used with `npm link`, the node_modules directory should be removed when using the ios simulator. - -- Support ability to write stories using `storiesOf` and `add` without using decorators or addons -- The storybook can be started with `storybook start -h localhost -p 9001` although the port and host should be as given in this example -- The story preview device can be started with the `react-native run-ios` command but the apps `index.*.js` must be edited (for now) diff --git a/lib/addons/CHANGELOG.md b/lib/addons/CHANGELOG.md deleted file mode 100644 index 063a797e3faa..000000000000 --- a/lib/addons/CHANGELOG.md +++ /dev/null @@ -1,35 +0,0 @@ -## Changelog - -### v1.6.0 - -28 Oct 2016 - -Revert stuff introduce with v1.6.0. It might break react-native-storybook. -We have [another way](https://github.com/kadirahq/react-storybook/pull/582#issuecomment-256840165) to do what we support to do with preview decorators. - -### v1.6.0 - -28 Oct 2016 - -- Add `setPreviewDecorator` and `getPreviewDecorator` methods. -- Now following methods can only be set once and they accept an option name as the second argument. - - setChannel(channel, name) - - setDatabase(database, name) - - setPreview(preview, name) - - setPreviewDecorator(decorator, name) - -### v1.5.0 - -13 Aug 2016 - -- Add `getDatabase` and `setDatabase` methods [PR3](https://github.com/kadirahq/storybook-addons/pull/3) - -### v1.4.0 - -29 Aug 2016 - -- Add `getPreview` and `setPreview` methods [PR2](https://github.com/kadirahq/storybook-addons/pull/2) - -### v1.3.1 - -- First stable release with addon store for loaders, panels and channel. diff --git a/lib/channel-postmessage/CHANGELOG.md b/lib/channel-postmessage/CHANGELOG.md deleted file mode 100644 index ca870ae0c288..000000000000 --- a/lib/channel-postmessage/CHANGELOG.md +++ /dev/null @@ -1,49 +0,0 @@ -## Changelog - -### v2.0.1 - -24-Nov-2016 - -- Fix empty story list when loading in an iframe [PR8](https://github.com/kadirahq/storybook-channel-postmsg/pull/8) - -### v2.0.0 - -17-Nov-2016 - -- Identify the page with a parameter [PR7](https://github.com/kadirahq/storybook-channel-postmsg/pull/7) - -### v1.1.0 - -28-Oct-2016 - -- Use a constant key to identify relavent messages [PR6](https://github.com/kadirahq/storybook-channel-postmsg/pull/6) - -### v1.0.4 - -28-Oct-2016 - -- Allow message handlers to throw errors [PR4](https://github.com/kadirahq/storybook-channel-postmsg/pull/4) - -### v1.0.3 - -28-Sep-2016 - -- Serialize data because some objects throw error when sent over postMessage [PR3](https://github.com/kadirahq/storybook-channel-postmsg/pull/3) - -### v1.0.2 - -28-Sep-2016 - -- Do not serialize data because objects can be sent over postMessage [PR1](https://github.com/kadirahq/storybook-channel-postmsg/pull/1) - -### v1.0.1 - -26-Sep-2016 - -- Select the iframe by id (getElementById) - -### v1.0.0 - -26-Sep-2016 - -- Implement send and receive functions diff --git a/lib/channel-websocket/CHANGELOG.md b/lib/channel-websocket/CHANGELOG.md deleted file mode 100644 index abbd2006c59d..000000000000 --- a/lib/channel-websocket/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -## Changelog - -### v1.0.1 - -- Public release - -### v1.0.0 - -- Implement the channel transport interface diff --git a/lib/channels/CHANGELOG.md b/lib/channels/CHANGELOG.md deleted file mode 100644 index 19b49324c3ca..000000000000 --- a/lib/channels/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -## Changelog - -### v1.1.0 - -- Add a new `from` field to events to identify sender. -- Ignore messages originated from itself (check event.from) - -### v1.0.1 - -- Implement an API similar to an EventEmitter diff --git a/lib/cli/CHANGELOG.md b/lib/cli/CHANGELOG.md deleted file mode 100644 index 8722876138de..000000000000 --- a/lib/cli/CHANGELOG.md +++ /dev/null @@ -1,116 +0,0 @@ -# Changelog - -### v1.7.0 - -18-Dec-2016 - -Use a non-hacky way to detect yarn. [PR24](https://github.com/storybooks/getstorybook/pull/24) - -### v1.6.1 - -18-Oct-2016 - -Fix some typos. [PR21](https://github.com/kadirahq/getstorybook/pull/21) - -### v1.6.0 - -12-Oct-2016 - -Add yarn support. Now users could install storybook with yarn and use yarn to install deps: - - yarn global add getstorybook - getstorybook - -For more info check [docs](https://github.com/kadirahq/getstorybook#yarn-support). - -### v1.5.2 - -07-Oct-2016 - -- Update more user friendly welcome screen to REACT_SCRIPTS generator. - -### v1.5.0 - -05-Oct-2016 - -- Update to use the latest storybook. Also update REACT_SCRIPTS generator to support public folder. - -### v1.4.6 - -30-Sep-2016 - -- Remove index.css import from config.js in CRA. - -### v1.4.5 - -06-Aug-2016 - -Fix an issue related to Meteor. - -- Related issue: [kadirahq/react-storybook#423](https://github.com/kadirahq/react-storybook/issues/423) -- The fix: [088eecf](https://github.com/kadirahq/getstorybook/commit/088eecf740bebf522b6608892a3a7e3e34bcfc31) - -### v1.4.4 - -30-Aug-2016 - -- Update @kadira/storybook to version 2.5.2. [PR17](https://github.com/kadirahq/getstorybook/pull/17) -- Add Arial font and remove image from Welcome message. [PR16](https://github.com/kadirahq/getstorybook/pull/16) - -### v1.4.3 - -30-Aug-2016 - -This is a mistakenly published version. - -### v1.4.2 - -28-Aug-2016 - -- React Native: Do not import addons.js on entryfiles.[PR14](https://github.com/kadirahq/getstorybook/pull/14) -- Fix "emojies" typo. [PR15](https://github.com/kadirahq/getstorybook/pull/15) - -### v1.4.1 - -26-Aug-2016 - -- `RN` Automate setting app name on entry files [PR12](https://github.com/kadirahq/getstorybook/pull/12) -- `RN` Add entry javascript file for Android [PR13](https://github.com/kadirahq/getstorybook/pull/13) - -### v1.4.0 - -25-Aug-2016 - -- Add support for React Native apps. [PR11](https://github.com/kadirahq/getstorybook/pull/11) - -### v1.3.0 - -11-Aug-2016 - -- Add support for Webpack React apps. [PR8](https://github.com/kadirahq/getstorybook/pull/8) -- Add support for Meteor. [PR9](https://github.com/kadirahq/getstorybook/pull/9) - -### v1.2.0 - -10-Aug-2016 - -- Add better default stories. [PR7](https://github.com/kadirahq/getstorybook/pull/7) -- Fix an issue with the `-f` option. With `-f`, it was detecting every app as a CRA based app. - -### v1.1.0 - -3-Aug-2016 - -Show some feedback when installing NPM dependencies. Fixes: [#5](https://github.com/kadirahq/getstorybook/issues/5). - -Now we use `childProcess.spawnSync` to run the `npm install` command. - -### v1.0.0 - -2-Aug-2016 - -Add the initial release supporting following project types: - -- Create React App based projects. -- Any other React app. -- Any React component library. diff --git a/lib/ui/CHANGELOG.md b/lib/ui/CHANGELOG.md deleted file mode 100644 index b1433c0843d2..000000000000 --- a/lib/ui/CHANGELOG.md +++ /dev/null @@ -1,177 +0,0 @@ -## Change Log - -### v3.10.1 - -07-Dec-2016 - -Fix a react warning about missing `contentLabel` property [PR66](https://github.com/storybooks/storybook-ui/pull/66) - -### v3.10.0 - -05-Dec-2016 - -Storybook keyboard shortcuts are disabled when the user is focused into a textarea, input or similar elements. [PR65](https://github.com/storybooks/storybook-ui/pull/65) - -### v3.9.0 - -30-Nov-2016 - -Some design tweaks to the UI. [PR64](https://github.com/storybooks/storybook-ui/pull/64) - -### v3.8.0 - -16-Nov-2016 - -Replace the use of Redux with [Podda](https://github.com/arunoda/podda). Now it's pretty easy to work with the system. [PR61](https://github.com/storybooks/storybook-ui/pull/61) - -### v3.7.0 - -13-Nov-2016 - -Use the new React Komposer. It's a bit more lightweight and high performant. [PR58](https://github.com/storybooks/storybook-ui/pull/58) - -### v3.6.4 - -12-Nov-2016 - -Avoid preview re-mounting when switching to the full screen mode. [PR59](https://github.com/storybooks/storybook-ui/pull/59) - -### v3.6.3 - -17-Oct-2016 - -- Improve shortcut help view for Windows users [PR54](https://github.com/kadirahq/storybook-ui/pull/54) - -### v3.6.2 - -04-Oct-2016 - -- Fix a style regression introduced by the previous PR. See: [PR47](https://github.com/kadirahq/storybook-ui/pull/47) - -### v3.6.1 - -29-Sep-2016 - -- Use links in story list for accessibility [PR43](https://github.com/kadirahq/storybook-ui/pull/43) - -### v3.6.0 - -27-Sep-2016 - -- Dynamic Panel titles [PR42](https://github.com/kadirahq/storybook-ui/pull/42) - -### v3.5.0 - -26-Sep-2016 - -- Set layout state with provider api [PR41](https://github.com/kadirahq/storybook-ui/pull/41) - -### v3.4.1 - -2-Sep-2016 - -- Call the onStory callback as soon as it listens. [PR38](https://github.com/kadirahq/storybook-ui/pull/38) - -### v3.4.0 - -2-Sep-2016 - -- Custom query params are not stored in a separate object. [PR37](https://github.com/kadirahq/storybook-ui/pull/37) - -### v3.3.4 - -30-Aug-2016 - -- Add missing react-dom peerDependency [PR35](https://github.com/kadirahq/storybook-ui/pull/35) - -### v3.3.3 - -30-Aug-2016 - -- Avoid re-rendering panel content [PR36](https://github.com/kadirahq/storybook-ui/pull/36) - -### v3.3.2 - -24-Aug-2016 - -- When some url params are already present ui is displayed in the default way. [PR33](https://github.com/kadirahq/storybook-ui/pull/33) - -### v3.3.1 - -24-Aug-2016 - -- Avoid adding custom query params to the state if its undefined. [PR32](https://github.com/kadirahq/storybook-ui/pull/32) -- Prevent emit story event for every redux store change. [PR31](https://github.com/kadirahq/storybook-ui/pull/31) - -### v3.3.0 - -23-Aug-2016 - -- Add 'setQueryParams' and 'getQueryParams' to api. [PR30](https://github.com/kadirahq/storybook-ui/pull/30) -- Selected down panel in url. [PR29](https://github.com/kadirahq/storybook-ui/pull/29) - -### v3.2.0 - -09-Aug-2016 - -Support multiple callbacks for the provider's onStory callback. - -### v3.1.1 - -05-Aug-2016 - -Update react-fuzzy to version 0.3.3. - -### v3.1.0 - -05-Aug-2016 - -Add support for NPM2. - -Basically, we remove the NPM3 from the package.json's engine. We also changed the example app to work with NPM2. - -### v3.0.0 - -- Remove Action Logger and add support for custom panels [PR22](https://github.com/kadirahq/storybook-ui/pull/22) - -### v2.6.1 - -- Remove some React warnings due to bad code. - -### v2.6.0 - -- Remove logger name with the updated react-inspector. [PR21](https://github.com/kadirahq/storybook-ui/pull/21) - -### v2.5.0 - -- API to set options added. [PR20](https://github.com/kadirahq/storybook-ui/pull/20) -- Ability to dock action logger in right. [PR18](https://github.com/kadirahq/storybook-ui/pull/18) -- Add transition to latest added log. [PR16](https://github.com/kadirahq/storybook-ui/pull/16) - -### v2.4.0 - -- Show cross only if text present in the filter box. [PR13](https://github.com/kadirahq/storybook-ui/pull/13) -- Update react-fuzzy. [PR12](https://github.com/kadirahq/storybook-ui/pull/12) -- Improved logging with react-inspector. [PR11](https://github.com/kadirahq/storybook-ui/pull/11) - -### v2.3.0 - -- Add support for Redux DevTools extension. See [PR8](https://github.com/kadirahq/storybook-ui/pull/8). -- Add fuzzy search support with a brand new search overlay. See [PR7](https://github.com/kadirahq/storybook-ui/pull/7). - -### v2.2.0 - -- Add fullscreen and other shortcut state to the URL. See [PR5](https://github.com/kadirahq/storybook-ui/pull/5) - -### v2.1.1 - -- Add a hacking guide. -- Refactored the module code base and removed provider code. - -### v2.1.0 - -- When creating the provider, it's required to extend from the base Provider. See [this example](https://github.com/kadirahq/storybook-ui/blob/master/example/client/provider.js#L10) for more info. - -### v2.0.0 - -- Expose the whole Manager UI from this module. See the usage in [react-storybook](https://github.com/storybooks/react-storybook/blob/master/src/client/manager/index.js).