Skip to content

Latest commit

 

History

History
214 lines (140 loc) · 8.81 KB

CHANGELOG.md

File metadata and controls

214 lines (140 loc) · 8.81 KB

Changelog

v1.28.1

  • Add charset meta tags to HTML heads PR216

v1.28.0

  • Moved storybook serving code into a middleware to support more advanced use cases.
  • Refactored dev server to use storybook middleware PR211

v1.27.0

  • Move modules to storybook-core repo. PR196
  • Add stack-source-map again only for Chrome to get better error stacks.
  • Add ability to control the hostname. See PR195 and PR198

v1.26.0

12-May-2016

  • Ensure asset directory exists in the static-builder.

v1.25.0

11-May-2016

  • Fix several publishing related issues. See: #188.
  • Fix babel extends issue. See: PR185.
  • Fix issue with removing a preset from users babelrc.
  • Make left panel scrollable with keeping the filterbox always. See: PR182.
  • Add qs as a direct dependency as it's used in preview.

v1.24.0

10-May-2016

  • Add a potential fix for the double scrollbar issue. See: 179.
  • Add scrolling support to the left panel. Fixes #177.
  • Remove NODE_ENV=production flag. Fixes #158

v1.23.0

09-May-2016

  • Add shortcuts to jump to previous and next stories. See PR176
  • Fix loader concatentation bug specially when custom config doesn't have a loaders section. PR173

v1.22.1

06-May-2016

  • Add a potential fix for #167
    • basically, this moved back babel-packages required by webpack.

v1.22.0

06-May-2016

  • Improve the static builder time.

v1.21.0

06-May-2016

  • Add configType argument to custom config function. See: PR169
  • Add the unicode version of the Keyboard Shortcut Icon. See: PR170

v1.20.0

05-May-2016

  • Allow to configure webpack as the user wants. See PR160
  • Add typescript typings support for the core API. See PR157
  • Implement Mantra architecture and some new features including permalinks, full screen support. See: PR165
  • Remove some typo in docs. See: PR154
  • Move UI testing libraries to devDependencies. See: PR153

v1.19.0

27-April-2016

  • Add airbnb-js-shims to client-side JS. See: PR147
  • Remove self-closing div tag, which is invalid HTML. See: PR148
  • Search for a .babelrc in the storybook config directory first, then the project root. See: PR149

v1.18.0

26-April-2016

  • Link React Storybook menu to the repo. See: PR137
  • Implement keyboard shortcuts and fuzzy search. See: PR141

v1.17.2

25-April-2016

  • Fix an error which only occurs on Firefox. See: PR144

v1.17.1

21-April-2016

  • Fix a regression introduce by v1.17.0. See: PR133

v1.17.0

21-April-2016

  • Check all the arguments passed to action for events. See: PR132

v1.16.1

21-April-2016

  • Fix action logs highlighting issue, which comes as a regression of PR126.

v1.16.0

20-April-2016

  • Prevent re-rendering the preview iframe when there is an action.

v1.15.0

20-April-2016

  • Improve action logger UI and increase max log count to 10. See PR123

v1.14.0

19-April-2016

  • Add syntax highlights to the logger. See: PR118

v1.13.0

  • Add some UI test cases. See PR103
  • Implement .addDecorator() API. See PR115
  • Add code folding support. See PR111

v1.12.0

14-April-2016

  • Add support for webpack module preLoaders. See: PR107

v1.11.0

13-April-2016

  • Add support for React DevTools. See: PR104

v1.10.2

12-April-2016

Fix various issues related to static bundling.

  • Add custom head generation to static build as well.
  • Use relative urls so, static sites can be host with paths (GH Pages)
  • Identify SyntheticEvent using feature detection. UglifyJS mangal class names, so we can't use classnames to detect a SyntheticEvent in the static build.

v1.10.1

  • Don't serve index.html in static directory as a site index. See PR100
  • Use cjson for parsing .babelrc files (support comments). See PR98
  • Remove the dist directory before running babel to avoid older code. See PR101

v1.10.0

  • Add custom head support inside the iframe. See PR77
  • Unmount components before rendering into DOM node. Fix: #81
  • Add a static file builder. See PR88
  • Fix search box's lineHeight to work with all the browsers. See: PR94
  • Add the search box. See: PR91.

v1.9.0

Add some minor improvements.

  • Avoid deprecated warning in Chrome Canary. See: PR85
  • Fix the React Warning about CSS property. See: PR84
  • Transition on latest logged action. See: PR80

v1.8.0

  • Add story linking functionality.

v1.7.0

  • Add support to React v15.0.0.

v1.6.0

  • Make scrollable layout. See: PR
  • Add npm3 requirement to the package.json.
  • Add react and react-dom to devDependencies.

v1.5.0

  • Add support for most of the custom webpack configuration. See PR64

v1.4.0

  • Add CLI option to specify the config dir. See PR52.

v1.3.0

  • Load the .babelrc manually. Fixed: #41
  • Add a better contributing guide. See CONTRIBUTING.md
  • Add a development utility npm run dev which watches "src" directory and run npm run prepublish.

v1.2.0

  • Add a button to clear logs in the ActionLogger. This is requested in PR21.
  • Remove navigation list order hijacking. See commit.
  • Fix a typo in .gitignore. See PR31.
  • Add support for JSX. See PR18.

v1.1.0

  • v1.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release.

v1.0.0

  • Yeah!