jupl / astraea

TypeScript + React Boilerplate
MIT License
15 stars 3 forks source link

An in-range update of storybook is breaking the build ๐Ÿšจ #77

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

There have been updates to the storybook monorepo:

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the storybook group definition.

storybook is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - โŒ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/jupl/astraea/builds/462306194?utm_source=github_status&utm_medium=notification)).

Release Notes for v4.0.10

Fixes 4.0.9

Bug Fixes

  • Core: Use correct cache directory path (#4792)
  • Addon-Info: fix docgen description display (#4685)
  • Addon-storyshots-puppeteer: fix peerDependencies (#4828)
Commits

The new version differs by 10 commits.

  • c6de649 v4.0.10
  • 45b7945 4.0.10 changelog
  • ee957e3 Merge pull request #4884 from stevehanson/patch-2
  • a0a67e2 Remove unnecessary instruction
  • e68a4f8 Clarify Typescript instructions for config.ts
  • fae0ff5 Revert "cache DLL"
  • 2bd8540 cache DLL
  • 5c7f0c3 Fix failing snapshot test
  • abe699c Fix dirty lock file
  • 155283b Merge pull request #4838 from storybooks/core/fix-mangle

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโ€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v4.0.11

Bug Fixes

  • Restore index.html in cra-kitchen-sink (#4856)
  • Add try, catch for IE11 as it breaks script execution (#4870)
Commits

The new version differs by 10 commits.

  • 9959847 v4.0.11
  • 64f4139 Update yarn.lock
  • 295dc63 4.0.11 changelog
  • 8b2b958 Merge pull request #4648 from mark-schaal/patch-1
  • 375e42a Merge pull request #4856 from maacky/fix/missing-index-in-cra-kitchen-sink
  • fee79d5 Merge pull request #4870 from hmelenok/next
  • 0e390a6 Merge pull request #4893 from plrthink/next
  • 669b16e Merge pull request #4894 from motleydev/update-addon-docs
  • f01fc6b Merge pull request #4892 from Myoxocephalus/patch-3
  • 26ae1e0 Fix typo

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v4.0.12

Bug Fixes

  • Addon-a11y: Fix runtime errors in older browsers (#4904)
Commits

The new version differs by 6 commits.

  • d22d1d1 v4.0.12
  • 9c0c651 4.0.12 changelog
  • 243264d Merge pull request #4904 from jrwebdev/patch-2
  • dfd7fb7 Merge pull request #4908 from spawnia/patch-2
  • 4c45438 Merge pull request #4905 from NoriSte/patch-3
  • c3a0e6d Update index.md

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v4.1.0

Storybook 4.1 with performance and compatibility improvements! Highlights include:

  • Core: Performance optimizations on separate manager preview split, improved cold start, restart & rebuild (#4834)
  • React: add support for all versions of react (#4808)
  • Addon-CSSResources: new adddon to dynamically add/remove css (#4622)
  • React: use babel presets/plugins based on CRA. (#4836)
  • React-native: Add ability to filter story list (#4806)
  • React: Add TypeScript support for react-scripts (#4824)

There are dozens more fixes, features, and tweaks in the 4.1 release. See changelogs for 4.1.0-* for details.

Commits

The new version differs by 447 commits.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v4.1.1

Bug Fixes

  • FIX react native by adding an empty array named dlls to the templateParameters (#4985)
Commits

The new version differs by 450 commits.

  • 03eaf5f v4.1.1
  • fbfb204 4.1.1 changelog
  • edf8c19 Merge pull request #4985 from storybooks/fix/rn-dlls-missing
  • 75d45d3 v4.1.0
  • d8e38bb 4.1.0 changelog
  • 6492904 Merge branch 'release/4.1-merged'
  • fc150d4 Merge branch 'master' of github.com:storybooks/storybook
  • de9516f v4.1.0-alpha.13
  • b84155f Update dirty yarn.lock
  • 5465ebe 4.1.0-alpha.13 changelog
  • c13b97e Merge pull request #4981 from storybooks/add-core-js-to-addons
  • 7f2127b Merge pull request #4979 from miquelmasrieramrf/patch-2
  • a500e52 Fix dirty yarn.lock
  • fec1f39 Re-enable tslint
  • bc54bbd Merge branch 'release/4.1'

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v4.1.2

Bug Fixes

  • Addon-Knob: Add missing key property in Panel (#4507)
  • Fix package version dependencies (#4960)
Commits

The new version differs by 470 commits.

  • c4a0f5d v4.1.2
  • 278178c 4.1.2 changelog
  • d639f6a Merge pull request #4507 from janssen92/addon-knobs-fix-missing-key
  • e9d5622 Merge pull request #4948 from ewolfe/patch-1
  • b85d2c0 Merge pull request #4933 from chilicoder/patch-2
  • c342844 Merge pull request #4934 from LucianBuzzo/typos-grammar-fixes
  • 05fac43 Merge pull request #4989 from JamieMason/patch-1
  • 3a75774 Merge pull request #4960 from jmfrancois/patch-2
  • 2bc8523 FIX lockfile
  • 5ac8d7c Merge branch 'master' into pr/jmfrancois/4960
  • 6c6111c Merge branch 'master' into pr/JamieMason/4989
  • 7c0e331 Merge pull request #4974 from gianpaj/patch-2
  • 21a4848 Merge branch 'master' into pr/jmfrancois/4960
  • 7674181 Merge branch 'master' into pr/gianpaj/4974
  • a062c86 TeamCity change in 'Open-source projects / Storybook' project: parameters of 'Test' build configuration were updated

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v4.1.3

Bug Fixes

  • React: remove unnecessary dependencies, fix aliasing (#5047)
  • React: alias to react & react-dom (#5016)
  • Addon-knobs: Fix color picker display (#5010)
Commits

The new version differs by 11 commits.

  • 28497a9 v4.1.3
  • 7ef7983 4.1.3 changelog
  • abf57c0 Merge pull request #5047 from storybooks/fix/remove-storybook-react-direct-dep
  • c34de34 Merge pull request #5016 from storybooks/fix/wrong-version-of-reactdom
  • 4ac2727 Merge pull request #4973 from cosmith/patch-2
  • 0b49b02 Merge pull request #5015 from storybooks/update-storyshots-docs
  • 76987da Merge pull request #5010 from maacky/4694-color-picker-display
  • 8e6b28c Merge pull request #5022 from davvidbaker/patch-3
  • 45543ad Typo fixes
  • d18c457 Merge pull request #5012 from storybooks/fix-typo
  • 6482234 Fix typo in docs

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 16 commits.

  • 9771b1a v4.1.4
  • 3b15317 4.1.4 changelog
  • 170e49d Merge pull request #4480 from leandrooriente/patch-1
  • f828bc7 Merge pull request #5082 from storybooks/symbol-polyfill
  • bc0194e Merge pull request #5074 from mrmckeb/feature/fix-cra-webpack-import
  • 28497a9 v4.1.3
  • 7ef7983 4.1.3 changelog
  • abf57c0 Merge pull request #5047 from storybooks/fix/remove-storybook-react-direct-dep
  • c34de34 Merge pull request #5016 from storybooks/fix/wrong-version-of-reactdom
  • 4ac2727 Merge pull request #4973 from cosmith/patch-2
  • 0b49b02 Merge pull request #5015 from storybooks/update-storyshots-docs
  • 76987da Merge pull request #5010 from maacky/4694-color-picker-display
  • 8e6b28c Merge pull request #5022 from davvidbaker/patch-3
  • 45543ad Typo fixes
  • d18c457 Merge pull request #5012 from storybooks/fix-typo

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v4.1.7

Bug Fixes

  • Core: make absolute DLL path relative (#5238)
  • Addon-actions: import utils directly to prevent import cycles (#5107)
  • Add-knobs: render non-grouped knobs in the ALL tab (#5106)
Commits

The new version differs by 52 commits.

  • 2dd7af6 v4.1.7
  • 3abe4b2 4.1.7 changelog
  • 19720d9 Merge pull request #5254 from martinmckenna/docs-update
  • 616bc71 FIX the reference path of the dll
  • 0c5f7b8 Merge pull request #5224 from matteo-hertel/mhdev-html-update
  • d01ec41 Merge pull request #5242 from ajfuller/patch-2
  • afee368 spelling: note => not
  • 51cd131 Merge pull request #5194 from storybooks/shilman/4.1-migration
  • e55cba8 Merge pull request #5107 from koenpunt/patch-2
  • aa45c0e Merge pull request #5106 from Kovensky/fix-4829
  • 8901a06 v4.1.6
  • 951c2ad 4.1.6 changelog
  • 6947dee v4.1.5
  • 0d81f8e 4.1.5 changelog
  • 297d979 Merge pull request #5148 from storybooks/fix/react-versions-part1

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v4.1.12

Bug Fixes

  • Addon-google-analytics: Add missing register.js file (#5379)

Dependency Upgrades

  • Update modal manager for RN 0.58 support (#5581)
Commits

The new version differs by 73 commits.

  • fbd7ee4 v4.1.12
  • 4ea515f 4.1.12 changelog
  • bb4d08c Merge pull request #5279 from sharils/patch-3
  • 39d0532 Merge pull request #5350 from tomraithel/fix/storybook-html
  • 67252c9 Merge pull request #5379 from gaetanmaisse/fix/addon-google-analytics-register
  • 580630d Merge pull request #5581 from storybooks/RWOverdijk-patch-1
  • 1699185 Merge pull request #5582 from storybooks/RWOverdijk-patch-2
  • f1a6aa6 Merge pull request #5589 from ivandevp/patch-3
  • 3865756 Fix wrong heading syntax
  • 9f30442 v4.1.11
  • 07a51ab 4.1.1 changelog
  • 5860821 v4.1.10
  • 131f2b4 4.1.10 changelog
  • dcddab4 Merge pull request #5067 from storybooks/ui-hidden-param-fix
  • efa8635 Merge pull request #5068 from storybooks/disable-persist-warning

There are 73 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v4.1.13

Maintenance

  • CLI: Cleanup version notice (#5699)
  • Docs: Use static versions.json file instead of hacking one in (#5675)
Commits

The new version differs by 81 commits.

  • c521ca3 v4.1.13
  • 1bc4af4 4.1.13 changelog
  • 0793417 Merge pull request #5699 from storybooks/5683-cli-version-notice
  • 3886412 4.1.12 versions.json
  • 705599b Merge pull request #5629 from nitaking/fix-addon-ondevice-knobs-readme
  • 588de42 Merge pull request #5675 from storybooks/shilman/5667-deploy-versions-json
  • 36c7a91 5.0.0-rc.3 versions.json
  • a89704f 5.0.0-rc.2 versions
  • fbd7ee4 v4.1.12
  • 4ea515f 4.1.12 changelog
  • bb4d08c Merge pull request #5279 from sharils/patch-3
  • 39d0532 Merge pull request #5350 from tomraithel/fix/storybook-html
  • 67252c9 Merge pull request #5379 from gaetanmaisse/fix/addon-google-analytics-register
  • 580630d Merge pull request #5581 from storybooks/RWOverdijk-patch-1
  • 1699185 Merge pull request #5582 from storybooks/RWOverdijk-patch-2

There are 81 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.0.11

Bug Fixes

  • Polymer: Fix re-rendering lit-html elements after non-lit-html element (#5868)
  • Addon-knobs: Check color knob value before applying uppercase (#6598)
  • Angular: Fix sourceMap property of angulars webpack config (#6535)
Commits

The new version differs by 2168 commits ahead by 2168, behind by 23.

  • 17b0a5c v5.0.11
  • 7eb0fcc 5.0.11 changelog
  • d4efa91 Merge pull request #5868 from storybooks/fix/lit-html
  • b7be50d Add missing props in stories (#6353)
  • bfa85c9 Merge pull request #6598 from binomialstew/bugfix/6597
  • 43b3136 Merge pull request #6535 from aspidov/next
  • c901911 Fix bad markdown instructions (#6654)
  • 262511b Merge pull request #6494 from storybooks/fix/clean-up-theming-docs
  • 28a37b4 Fix "Storybook for HTML" Edit link (#6658)
  • a6dcc06 Fix isFullscreen typo (#6628)
  • 7e51c71 DOCS improve registration in VueJs guide (#6608)
  • d587300 Fix: add need comma to sample code (#6606)
  • 32698cc Merge branch 'master' of github.com:storybooks/storybook
  • 7a15631 5.1.0-alpha.36 next.json version file
  • 46e2662 Update index.md (#6513)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 4613 commits ahead by 4613, behind by 23.

  • 269149b v5.1.0
  • ab0e369 5.1.0 changelog
  • 5441456 Bump version to 5.1
  • d477111 Merge pull request #6913 from zxl634/patch-1
  • 006615a Mention TSX index file requirement in README (#6887)
  • db75c0a Update RN guide for 5.1 (#6977)
  • 4750688 Update RN guide for 5.1
  • 76ab1b4 5.1.0-rc.5 next.json version file
  • db65f6c Update version.ts
  • 70d6fcd v5.1.0-rc.5
  • bdefc16 5.1.0-rc.5 changelog
  • 829bf39 FIX race condition in startup of verdaccio && FIX typos (#6956)
  • f43a9b2 FIX the customCanvas option (#6968)
  • 3dc444a WIP: Remove zonejs from devDeps; allow ^0.8.0 || ^0.9.0 (#6957)
  • 8792884 Merge pull request #6847 from CodeByAlex/feature/jest-design-changes

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.1

Storybook 5.1 is a juicy upgrade including:

  • ๐Ÿ“ฑ Mobile: Standalone package architecture for React Native
  • ๐ŸŽŸ A11y addon: Realtime accessibility checks and visual feedback
  • ๐Ÿ›  Context addon: New UI for themes, internationalization, & more
  • ๐ŸŽ› Presets: One-line configuration for babel, webpack, & addons

5.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.1.0-alpha.*, 5.1.0-beta.*, and 5.1.0-rc.* for the full list of changes. See MIGRATION.md to ugprade from 5.0 or earlier.

Commits

The new version differs by 4615 commits ahead by 4615, behind by 23.

  • 43dfe3f v5.1.1
  • b153e5b 5.1.1 changelog
  • 269149b v5.1.0
  • ab0e369 5.1.0 changelog
  • 5441456 Bump version to 5.1
  • d477111 Merge pull request #6913 from zxl634/patch-1
  • 006615a Mention TSX index file requirement in README (#6887)
  • db75c0a Update RN guide for 5.1 (#6977)
  • 4750688 Update RN guide for 5.1
  • 76ab1b4 5.1.0-rc.5 next.json version file
  • db65f6c Update version.ts
  • 70d6fcd v5.1.0-rc.5
  • bdefc16 5.1.0-rc.5 changelog
  • 829bf39 FIX race condition in startup of verdaccio && FIX typos (#6956)
  • f43a9b2 FIX the customCanvas option (#6968)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.3

Bug Fixes

  • UI: Fix links that are not working with plain left click (#6970)
  • Core: Don't redefine process variable (#6991)
  • Core: Don't mutate user's babel config (#6987)
Commits

The new version differs by 4624 commits ahead by 4624, behind by 23.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.4

Bug Fixes

  • Core: Fix core-js 3 errors (#7051)
  • UI: Fix syntax highlighter plain text not visible (#7057)
  • Addon-actions: Add default options to action(s) (#6438)

Dependency Upgrades

  • RN: add missing core-js dependency (#7016)
  • chore: set react version to 16.8.3 to match react native (#7008)
Commits

The new version differs by 4642 commits ahead by 4642, behind by 23.

  • 6d3d4fa v5.1.4
  • 09dd188 5.1.4 changelog
  • d860e51 core-js 3 errors fix (#7051)
  • 248667e Merge pull request #7016 from ForbesLindesay/patch-2
  • 09936b7 chore: set react version to 15.8.3 to match react native (#7008)
  • 169e9e4 FIX syntax highlighter plain text not visible (#7057)
  • 8bad7be Fix for issue 5932, adding default options to action(s) (#6438)
  • 7f253f5 Fixes typo in Introduction doc (#7059)
  • d6944fa documentation: Add note to addon-backgrounds docs Readme. #6915 (#7026)
  • f6fe014 Makes header consistent with sb.js.org (#7019)
  • 6472a04 Fixing Grammar (#7007)
  • cd7b027 Fix grammar in index.md (#7001)
  • 6ded779 docs: Clarify how to get local example running (#6999)
  • f64cff0 specifying where to get withInfo (#7013)
  • 257328b specifying where to get withInfo

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.4

Bug Fixes

  • Core: Fix core-js 3 errors (#7051)
  • UI: Fix syntax highlighter plain text not visible (#7057)
  • Addon-actions: Add default options to action(s) (#6438)

Dependency Upgrades

  • RN: add missing core-js dependency (#7016)
  • chore: set react version to 16.8.3 to match react native (#7008)
Commits

The new version differs by 4642 commits ahead by 4642, behind by 23.

  • 6d3d4fa v5.1.4
  • 09dd188 5.1.4 changelog
  • d860e51 core-js 3 errors fix (#7051)
  • 248667e Merge pull request #7016 from ForbesLindesay/patch-2
  • 09936b7 chore: set react version to 15.8.3 to match react native (#7008)
  • 169e9e4 FIX syntax highlighter plain text not visible (#7057)
  • 8bad7be Fix for issue 5932, adding default options to action(s) (#6438)
  • 7f253f5 Fixes typo in Introduction doc (#7059)
  • d6944fa documentation: Add note to addon-backgrounds docs Readme. #6915 (#7026)
  • f6fe014 Makes header consistent with sb.js.org (#7019)
  • 6472a04 Fixing Grammar (#7007)
  • cd7b027 Fix grammar in index.md (#7001)
  • 6ded779 docs: Clarify how to get local example running (#6999)
  • f64cff0 specifying where to get withInfo (#7013)
  • 257328b specifying where to get withInfo

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.5

Bug Fixes

  • Core: Upgrade plugin core-js fix (#7086)
  • UI: Fix sidebar loading visibility (#7073)
  • UI: Fix unnecessarily large bundlesize (#7091)
  • Addon-contexts, RN-server: Add core-js dep (#7094)
Commits

The new version differs by 4653 commits ahead by 4653, behind by 23.

  • 12abdda v5.1.5
  • 92470ce 5.1.5 changelog
  • 3a72834 Addon-contexts, RN-server: Add core-js dep (#7094)
  • f129c15 FIX unnecessary large bundlesize (#7091)
  • 3ab3c1f Merge pull request #7086 from storybookjs/fix/core-js-upgrade-plugin
  • 624d783 chore(notes): add angular documentation (#7077)
  • eed9858 FIX sidebar loading visibility (#7073)
  • 8fb829b Update CONTRIBUTING.md (#7082)
  • 0c88560 Update .gitignore
  • 791304e Update version.ts
  • a579752 5.1.4 latest.json version file
  • 6d3d4fa v5.1.4
  • 09dd188 5.1.4 changelog
  • d860e51 core-js 3 errors fix (#7051)
  • 248667e Merge pull request #7016 from ForbesLindesay/patch-2

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 4659 commits ahead by 4659, behind by 23.

  • 892ac0b v5.1.6
  • 219081a 5.1.6 changelog
  • deaa7e0 Fix duplicate dependency
  • d150f69 FIX warning of loading prop not being a string (#7080)
  • dde626a 5.1.5 latest.json version file
  • 77fe750 Update version.ts
  • 12abdda v5.1.5
  • 92470ce 5.1.5 changelog
  • 3a72834 Addon-contexts, RN-server: Add core-js dep (#7094)
  • f129c15 FIX unnecessary large bundlesize (#7091)
  • 3ab3c1f Merge pull request #7086 from storybookjs/fix/core-js-upgrade-plugin
  • 624d783 chore(notes): add angular documentation (#7077)
  • eed9858 FIX sidebar loading visibility (#7073)
  • 8fb829b Update CONTRIBUTING.md (#7082)
  • 0c88560 Update .gitignore

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 4659 commits ahead by 4659, behind by 23.

  • 892ac0b v5.1.6
  • 219081a 5.1.6 changelog
  • deaa7e0 Fix duplicate dependency
  • d150f69 FIX warning of loading prop not being a string (#7080)
  • dde626a 5.1.5 latest.json version file
  • 77fe750 Update version.ts
  • 12abdda v5.1.5
  • 92470ce 5.1.5 changelog
  • 3a72834 Addon-contexts, RN-server: Add core-js dep (#7094)
  • f129c15 FIX unnecessary large bundlesize (#7091)
  • 3ab3c1f Merge pull request #7086 from storybookjs/fix/core-js-upgrade-plugin
  • 624d783 chore(notes): add angular documentation (#7077)
  • eed9858 FIX sidebar loading visibility (#7073)
  • 8fb829b Update CONTRIBUTING.md (#7082)
  • 0c88560 Update .gitignore

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 4659 commits ahead by 4659, behind by 23.

  • 892ac0b v5.1.6
  • 219081a 5.1.6 changelog
  • deaa7e0 Fix duplicate dependency
  • d150f69 FIX warning of loading prop not being a string (#7080)
  • dde626a 5.1.5 latest.json version file
  • 77fe750 Update version.ts
  • 12abdda v5.1.5
  • 92470ce 5.1.5 changelog
  • 3a72834 Addon-contexts, RN-server: Add core-js dep (#7094)
  • f129c15 FIX unnecessary large bundlesize (#7091)
  • 3ab3c1f Merge pull request #7086 from storybookjs/fix/core-js-upgrade-plugin
  • 624d783 chore(notes): add angular documentation (#7077)
  • eed9858 FIX sidebar loading visibility (#7073)
  • 8fb829b Update CONTRIBUTING.md (#7082)
  • 0c88560 Update .gitignore

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 4659 commits ahead by 4659, behind by 23.

  • 892ac0b v5.1.6
  • 219081a 5.1.6 changelog
  • deaa7e0 Fix duplicate dependency
  • d150f69 FIX warning of loading prop not being a string (#7080)
  • dde626a 5.1.5 latest.json version file
  • 77fe750 Update version.ts
  • 12abdda v5.1.5
  • 92470ce 5.1.5 changelog
  • 3a72834 Addon-contexts, RN-server: Add core-js dep (#7094)
  • f129c15 FIX unnecessary large bundlesize (#7091)
  • 3ab3c1f Merge pull request #7086 from storybookjs/fix/core-js-upgrade-plugin
  • 624d783 chore(notes): add angular documentation (#7077)
  • eed9858 FIX sidebar loading visibility (#7073)
  • 8fb829b Update CONTRIBUTING.md (#7082)
  • 0c88560 Update .gitignore

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.7

Bug Fixes

  • UI: Fix warning of loading prop not being a string (#7080)
Commits

The new version differs by 4661 commits ahead by 4661, behind by 23.

  • 4c4c1a9 v5.1.7
  • ef0046b 5.1.7 changelog
  • 892ac0b v5.1.6
  • 219081a 5.1.6 changelog
  • deaa7e0 Fix duplicate dependency
  • d150f69 FIX warning of loading prop not being a string (#7080)
  • dde626a 5.1.5 latest.json version file
  • 77fe750 Update version.ts
  • 12abdda v5.1.5
  • 92470ce 5.1.5 changelog
  • 3a72834 Addon-contexts, RN-server: Add core-js dep (#7094)
  • f129c15 FIX unnecessary large bundlesize (#7091)
  • 3ab3c1f Merge pull request #7086 from storybookjs/fix/core-js-upgrade-plugin
  • 624d783 chore(notes): add angular documentation (#7077)
  • eed9858 FIX sidebar loading visibility (#7073)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.8

Bug Fixes

  • CLI: Fix RN template to not import addons (#7096)
Commits

The new version differs by 4668 commits ahead by 4668, behind by 23.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.9

Bug Fixes

  • Core: Fix JSON babel config error reporting (#7104)
  • UI: Fix about page version check message (#7105)

Dependency Upgrades

  • Add missing dependencies to ui/react (#7081)
  • UPGRADE lazy-universal-dotenv (#7151)
  • Make compatible with yarn Pnp (#6922)
Commits

The new version differs by 4679 commits ahead by 4679, behind by 23.

  • e211b37 v5.1.9
  • 0e63e6b 5.1.9 changelog
  • 63a269a UPGRADE lazy-universal-dotenv (#7151)
  • da07875 Add missing dependencies to ui/react (#7081)
  • 5b4ca5a Make compatible with yarn Pnp (#6922)
  • 255d67c Fix JSON babel config error reporting (#7104)
  • d309709 UI: Fix about page version check message (#7105)
  • f059d3a Fixes a small typo (#7139)
  • e38d920 Add SCSS to presets gallery (#7009)
  • dd9dbe4 Update version.ts
  • b9e4019 5.1.8 latest.json version file
  • d7a96f8 v5.1.8
  • 7d15e25 5.1.8 changelog
  • ba4884b Updated template to not import addons (#7096)
  • 9b58092 Add corejs migration notes (#7095)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v5.1.10

Breaking Changes

  • Core: Remove project root babel.config.js loading (#7573)

Bug Fixes

  • Addon-info: change stylesheetBase info height from 110vh to 100vh (#7141)
  • React-native: Fix react native server (#7187)
  • Addon-centered/contexts: Move optionalDependencies to peerDependencies (#7315)
  • Addon-notes/info: Fix indenting on markdown code blocks (#7158)
  • Addon-actions: fix serialization performance (#7256)
  • Addon-notes: Fix dark theming bug (#7623)
  • CLI: Fix usage information (#7627)
  • Addon-centered: Fix component disappearing on zoom (#7400)
  • Addon-analytics: Fix API signature (#7410)
  • UI: Fix Sidebar input refresh on 'Enter' (#7342)
  • Addon-knobs: Prevent rerender when a button callback returns false. (#7197)
  • Core: Keep story data and legacy data in sync (#7319)
  • CLI: Move the free port logic so that loadOptions don't override it (#7237)
  • Addon-backgrounds: Fix unstretched preview background wrapper (#7173)

Maintenance

  • Build: delete tests & snapshots from dist (#7358)

Dependency Upgrades

  • CLI: replaced merge-dirs dependency by fs-extra (#7100)
Commits

The new version differs by 4764 commits ahead by 4764, behind by 23.

  • 000361f v5.1.10
  • 6a6e66b 5.1.10 changelog
  • efba0ef fix(addons-info): change stylesheetBase info height from 110vh to 100vh (#7141)
  • 3351861 cli: replaced merge-dirs dependency by fs-extra (#7100)
  • 9774325 Fix react native server (#7187)
  • cbac4f3 Addon-centered/contexts: Move optionalDependencies to peerDepenโ€ฆ (#7315)
  • f62f124 Fix/indenting for addon-notes & addon-info on markdown code blocks (#7158)
  • 2046e90 FIX addon-actions performance issue (#7256)
  • 8a3edb7 Core: Remove project root babel.config.js loading (#7573)
  • a73aa44 Update snapshots
  • d50d2e3 FIX #7619 (#7623)
  • a8b3987 Merge pull request #7627 from jamesgeorge007/hotfix/fixup-usage-info
  • 0ffff59 Merge pull request #7400 from 8beeeaaat/7167-zooming-with-addon-centered
  • d06aed8 Merge pull request #7452 from stereodenis/patch-1
  • 4d5a762 Merge pull request #7410 from storybookjs/fix/7292

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.1.11

Bug Fixes

  • Core: Add polyfill for fetch (#7401)
  • Core: Revert "Fix #7167 addon-centered causes component to disappear when zooming" (#7750)
Commits

The new version differs by 24 commits.

  • aeeafda v5.1.11
  • 6d05e1d 5.1.11 changelog
  • bcfb97f Core: Add polyfill for fetch (#7401)
  • 31dfaf2 Merge pull request #7750 from storybookjs/revert-7400-7167-zooming-with-addon-centered
  • a2f5a65 Merge pull request #7663 from juliamitchelmore/juliamitchelmore-patch-1
  • 81b3902 Merge pull request #7645 from christianliebel/patch-2
  • c546a7c 5.2.0-beta.29 next.json version file
  • a903884 5.2.0-beta.28 next.json version file
  • 0a7c7f0 5.2.0-beta.26 next.json version file
  • af6baac 5.2.0-beta.25 next.json version file
  • 002b02a Merge branch 'master' of github.com:storybookjs/storybook
  • 1cceeec 5.2.0-beta.24 next.json version file
  • 965a582 Merge pull request #7695 from Superpencil/patch-2
  • b06e6d7 Michael this is unacceptable.
  • bd607c3 5.2.0-beta.23 next.json version file

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.0

Storybook 5.2 is here!

  • ๐Ÿ“š DocsPage: Zero-config documentation
  • ๐Ÿ“ฆ Component Story Format: Portable ES6 modules
  • ๐Ÿงฉ Addon API: Simplified w/ hooks

5.2 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.2.0-alpha.*, 5.2.0-beta.*, and 5.2.0-rc.* for the full list of changes. See MIGRATION.md to ugprade from 5.0 or earlier.

Commits

The new version differs by 2085 commits.

  • 0e780c1 v5.2.0
  • 922ea65 Merge branch 'master' into next
  • 09c5f03 Merge pull request #7695 from Superpencil/patch-2
  • aaf828b Fix typo in CLI options (#7629)
  • c888ff7 5.2.0 changelog
  • f1b3c72 CHANGE the now config (#8049)
  • 17c1225 Merge branch 'next' into tech/now-script
  • 467036e CLEANUP
  • 04813aa Try to fix now.json
  • 1152aad REMOVE the silent property to see if that makes it ok again..
  • 04a3ebf ADD env variables
  • 744e967 IMPROVE the index && now deployment situation, hopefully
  • f0317b0 CLEANUP
  • 2f5ec2a ADD a manual index page
  • 2d9758c CHANGE now config to have trailing slashes

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.1

Bug Fixes

  • Core: Fix error handling (#8097)
Commits

The new version differs by 2090 commits.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.2

Bug Fixes

  • Storyshots: First-class CSF support (#8000)
  • UI: Move addon dependencies to devDependencies (#8206)
  • Addon-docs: CSS classes for escape-hatch theming wrapper/content (#8061)
  • CLI: Fix variable collisions in storiesof-to-csf (#8106)
  • Addon-knobs: Add missing type def #8105 (#8118)
  • Dependencies: add @types/webpack-env to apps that depend on it (#8119)
  • Core: Show exception rather than error on react error boundary (#8100)
  • UI: Fix inline code styling for dark theme (#8260)
  • Addon-ondevice-notes: Validate the state content (#8261)
  • Telejson: New version with typings and bugfixes (#8228)
  • React: Add DecoratorFn type to exports (#8121)
  • Addon-knobs: Handle undefined array value (#8006)
  • Preact: Allow JSX.Element story (#8159)
  • Storyshots: Fix STORYBOOK_HOOKS_CONTEXT error (#8163)
  • Update react-draggable to 4.0.3 (#8145)
Commits

The new version differs by 2154 commits.

  • fc0e18c v5.2.2
  • 611ee74 5.2.2 changelog
  • d852091 Revert "Update read-pkg-up usage to work with version 7 (#8299)"
  • 8e0ac7c Update snapshots
  • 3065f8c Don't use global package in templates (#8281)
  • 39b8c80 Storyshots: First-class CSF support (#8000)
  • fd3b297 Update yarn.lock
  • f5ed2f6 UI: Move addon dependencies to devDependencies (#8206)
  • a39f2f4 Add tests and src to npmignore (#7824)
  • d14f2d5 Addon-docs: CSS classes for escape-hatch theming wrapper/content (#8061)
  • d7ec320 CLI: Fix variable collisions in storiesof-to-csf (#8106)
  • 9bf9150 add missing type def to addon-knobs fixes #8105 (#8118)
  • dbc0442 fix: add @types/webpack-env to apps that depend on it, fixes #8โ€ฆ (#8119)
  • 49ee0ca Update read-pkg-up usage to work with version 7 (#8299)
  • aeda584 Core: Show exception rather than error on react error boundary (#8100)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v5.2.3

Bug Fixes

  • Core: Fix lib/core whitelist (#8182)
Commits

The new version differs by 2158 commits.

  • 8360036 v5.2.3
  • 9bd6988 Core: Fix lib/core whitelist (#8182)
  • 508be14 5.2.2 latest.json version file
  • bccc1d2 Update version.ts
  • fc0e18c v5.2.2
  • 611ee74 5.2.2 changelog
  • d852091 Revert "Update read-pkg-up usage to work with version 7 (#8299)"
  • 8e0ac7c Update snapshots
  • 3065f8c Don't use global package in templates (#8281)
  • 39b8c80 Storyshots: First-class CSF support (#8000)
  • fd3b297 Update yarn.lock
  • f5ed2f6 UI: Move addon dependencies to devDependencies (#8206)
  • a39f2f4 Add tests and src to npmignore (#7824)
  • d14f2d5 Addon-docs: CSS classes for escape-hatch theming wrapper/content (#8061)
  • d7ec320 CLI: Fix variable collisions in storiesof-to-csf (#8106)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.4

Bug Fixes

  • Angular: Fix angular2-template-loader / raw-loader version conflicts (#8269)
  • CSF: Warn when CSF and storiesOf mixed in one file (#8411)
  • Addon API: Clean preview hooks when removing a story (#8408)
  • Update button.svelte (#8369)
  • CSF: Ignore __esModule export (#8317)

Maintenance

  • Publish top-level .js and .d.ts files (#8354)
Commits

The new version differs by 27 commits.

  • 847110e v5.2.4
  • 3e037e7 5.2.4 changelog
  • 8f87998 Angular: Fix angular2-template-loader / raw-loader version confโ€ฆ (#8269)
  • 8de4a4c CSF: Warn when CSF and storiesOf mixed in one file (#8411)
  • a98aece Addon API: Clean preview hooks when removing a story (#8408)
  • 9594d72 Update button.svelte (#8369)
  • 3628d79 Publish top-level .js and .d.ts files (#8354)
  • b13ca05 add missing types for recommended addon-centered imports (#8120)
  • 81335e2 CSF: Ignore __esModule export (#8317)
  • c3b20db chore: replace link URL from stroybook-chrome-screenshot to stoโ€ฆ (#8402)
  • a5cef76 Fix typo in writing stories section (#8374)
  • 2fdd4e3 Fix link (#8378)
  • 57936d9 Fix typo in Introduction: React UI Testing page (#8359)
  • 5ed61d8 Fix typo in duplicated story warning (#8341)
  • e884d9a Remove next tag from docs (#8323)

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v5.2.5

Bug Fixes

  • UI: Fix React15 support (#8454)
  • React-native-server: Convert port to number in CLI options (#8491)
  • Addon-docs: Fix React.forwardedRef/memo props (#8445)
  • MDX: Handle <Story> name starting with number (#8469)
  • React: Fix custom themes breaking the welcome demo (#8259)
  • Addon-jest: Make withTests type generic (#8410)

Dependency Upgrades

  • [Security] Bump lodash from 4.17.11 to 4.17.15 (#8351)

Dependency Upgrades

  • Add "@types/react-textarea-autosize" to dependencies (#8503)
Commits

The new version differs by 51 commits.

  • 6e80db6 v5.2.5
  • 60d4251 5.2.5 changelog
  • 1be267b Add "@types/react-textarea-autosize" to dependencies (#8503)
  • db65ca0 [Security] Bump lodash from 4.17.11 to 4.17.15 (#8351)
  • e3dc382 React-native-server: Convert port to number in CLI options (#8491)
  • 2a23831 Addon-docs: Fix React.forwardedRef/memo props (#8445)
  • 95f46e1 MDX: Handle <Story> name starting with number (#8469)
  • 3953b50 UI: Remove emotion from NoDocs.js (#8454)
  • 9abff33 Source-loader: Fix CSF typescript parser (#8440)
  • 077a319 Fix custom themes breaking the welcome demo. (#8259)
  • eeee22b Update index.ts of jest addon to make withTests type generic (#8410)
  • c9c13a6 docs: fix typo in MIGRATION (inadverttly -> inadvertently) (#8497)
  • 39320e3 Update Storyshots README w/ instructions per loading method (#8465)
  • 98bd8bf :pencil: added react pakistan example (#8460)
  • 084fd11 add missing import to code example (#8429)

There are 51 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 56 commits.

  • ec8ef5c v5.2.6
  • 8becd2e 5.2.6 changelog
  • 0de8eec Addon-info: Remove jsnext:main (#8764)
  • ce8342a Addon-info: Fix "The prop 'children' is marked as required in 'โ€ฆ (#8745)
  • b430c32 UI: Fix unmount components on Canvas/Docs tab switch (#8625)
  • c4ba569 Addon-docs: Fix code style inside LI (#8708)
  • 502c395 Remove min-height CSS rule from DocsPage wrapper (#8366)
  • d49f392 Core: Revert webpack rebuild changes in node_modules (#8657)
  • b79d007 Merge pull request #8633 from jung-han/7005-addon-notes-key-warning
  • 629119c Addon-docs: Fix story scroll-to heuristics (#8629)
  • 05d064d Merge pull request #8584 from RamKrish2079/fix/rn-server-port-prompt
  • c30a360 Increase TooltipLinkList max-height to accommodate more links (#8545)
  • aa22a2c Prevent form submission as search is done while typing (#8546)
  • 7afcbe0 Addon-docs: document story description (#8535)
  • 6cc165d MDX knobs example (#8771)

There are 56 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 1733 commits ahead by 1733, behind by 125.

  • 31bdd30 v5.3.0-beta.5
  • 36a3288 5.3.0-beta.5 changelog
  • 5f6b97f v5.3.0-beta.4
  • 4c92d5c 5.3.0-beta.4 changelog
  • b949253 Merge pull request #8925 from storybookjs/revert-use-of-puppeteer-core
  • 188ae20 Presets: dynamic preset injection (#8921)
  • 3aebca1 fix: remove use of puppeteer-core
  • a921d1f Update index.md (#8927)
  • 851612f fix: fallback to puppeteer instead of puppeteer-core if no getCustomBrowser is provided
  • 2cbfcf0 Update index.md
  • 25c5566 Revert "feat: use puppeteer-core instead of puppeteer"
  • 6b6681a Merge pull request #8923 from storybookjs/8919-props-table-detail-tooltip-width-bug
  • 9b9d6b2 Forced content-box, fix typo in maxWidth and reset style for under the syntaxhighliter
  • 2414287 ADD test
  • df9a93a CHANGE presets so it allows for preset to expose a preset Fn that takes options (dynamic preset injection)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v5.2.7

Bug Fixes

  • Addon-contexts: Fix 'cannot read property h of undefined' in preact (#9001)
  • Addon-viewports: Fix missing TypeScript types (#8848)
  • Addon-A11y: Show errors, reset config properly (#8779)
  • UI: Store layout state in sessionStorage (#8786)
  • UI: Fix MobileLayout component error on master (#8941)
  • Addon-analytics: Fix 'path is required in .pageview()' (#8468)
Commits

The new version differs by 109 commits.

  • cc73963 v5.2.7
  • bbf6963 Update peer dependencies to 5.2.7
  • 669f514 5.2.7 changelog
  • 994d011 Addon-contexts: Fix 'cannot read property h of undefined' in prโ€ฆ (#9001)
  • 6c27b63 Addon-viewports: Fix missing TypeScript types (#8848)
  • 26c777d Addon-A11y: Show errors, reset config properly (#8779)
  • 46ad8df UI: Store layout state in sessionStorage (#8786)
  • e6b8138 update theme docs
  • bdf6de4 update mdx docs
  • f92139e Added docs to show how to override SB block when using MDX (#8992)
  • df49714 documentation:Improved readability of CONTRIBUTING.md (#8937)
  • 8830a09 Correct Demo url for react-native-web (#8893)
  • 31a16ea Fixes incorrect link (#8842)
  • 8e1590a Add CSF upgrade example (#8807)
  • ada7868 ๐Ÿ“ Fix typos on Ember guide (#8834)

There are 109 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.8

Bug Fixes

  • UI: Fix layout of Preview container (#8628)
  • Core: Use stable package to ensure story sorting is stable (#8795)
  • Source-loader: Warn if applied to non-stories file (#8773)
Commits

The new version differs by 10 commits.

  • 1555b7b v5.2.8
  • f47cb1f Update peer dependencies to 5.2.8
  • 7345975 5.2.8 changelog
  • 1b533fb Fix layout of Preview container (#8628)
  • d67633d Core: Use stable package to ensure story sorting is stable (#8795)
  • a815e55 Merge pull request #8773 from donaldpipowitch/fix-8294-source-loader
  • a03c730 Add svelte-loader to docs for Svelte guide (#8999)
  • 12c5d9b 5.3.0-beta.14 next.json version file
  • 1c2cbaf 5.2.7 latest.json version file
  • 8759ee9 Update version.ts

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.8

Bug Fixes

  • UI: Fix layout of Preview container (#8628)
  • Core: Use stable package to ensure story sorting is stable (#8795)
  • Source-loader: Warn if applied to non-stories file (#8773)
Commits

The new version differs by 10 commits.

  • 1555b7b v5.2.8
  • f47cb1f Update peer dependencies to 5.2.8
  • 7345975 5.2.8 changelog
  • 1b533fb Fix layout of Preview container (#8628)
  • d67633d Core: Use stable package to ensure story sorting is stable (#8795)
  • a815e55 Merge pull request #8773 from donaldpipowitch/fix-8294-source-loader
  • a03c730 Add svelte-loader to docs for Svelte guide (#8999)
  • 12c5d9b 5.3.0-beta.14 next.json version file
  • 1c2cbaf 5.2.7 latest.json version file
  • 8759ee9 Update version.ts

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.8

Bug Fixes

  • UI: Fix layout of Preview container (#8628)
  • Core: Use stable package to ensure story sorting is stable (#8795)
  • Source-loader: Warn if applied to non-stories file (#8773)
Commits

The new version differs by 10 commits.

  • 1555b7b v5.2.8
  • f47cb1f Update peer dependencies to 5.2.8
  • 7345975 5.2.8 changelog
  • 1b533fb Fix layout of Preview container (#8628)
  • d67633d Core: Use stable package to ensure story sorting is stable (#8795)
  • a815e55 Merge pull request #8773 from donaldpipowitch/fix-8294-source-loader
  • a03c730 Add svelte-loader to docs for Svelte guide (#8999)
  • 12c5d9b 5.3.0-beta.14 next.json version file
  • 1c2cbaf 5.2.7 latest.json version file
  • 8759ee9 Update version.ts

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.2.8

Bug Fixes

  • UI: Fix layout of Preview container (#8628)
  • Core: Use stable package to ensure story sorting is stable (#8795)
  • Source-loader: Warn if applied to non-stories file (#8773)
Commits

The new version differs by 10 commits.

  • 1555b7b v5.2.8
  • f47cb1f Update peer dependencies to 5.2.8
  • 7345975 5.2.8 changelog
  • 1b533fb Fix layout of Preview container (#8628)
  • d67633d Core: Use stable package to ensure story sorting is stable (#8795)
  • a815e55 Merge pull request #8773 from donaldpipowitch/fix-8294-source-loader
  • a03c730 Add svelte-loader to docs for Svelte guide (#8999)
  • 12c5d9b 5.3.0-beta.14 next.json version file
  • 1c2cbaf 5.2.7 latest.json version file
  • 8759ee9 Update version.ts

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with these versions. Compare changes

Commits

The new version differs by 2576 commits.

  • ee7b959 v5.3.0
  • 8c50a7a Publish CLI aliases
  • 866603f Update peer dependencies to 5.3.0
  • 4dfaf58 5.3.0 changelog
  • 4e9d8a1 5.3.0-rc.14 next.json version file
  • bc8e933 Update version.ts to 5.3.0-rc.14
  • aaef883 v5.3.0-rc.14
  • 29f2055 Update peer dependencies to 5.3.0-rc.14
  • e771cde 5.3.0-rc.14 changelog
  • 6064b80 Merge master into next for 5.3.0 release (#9388)
  • b09bcbb Disable chromatic on error stories
  • 8fd9aa0 Disable prop table tests in chromatic
  • b3f0886 Merge branch 'master' into shilman/test-53-release-from-next
  • 67609c0 Update CSF docs to clarify how naming works (#9040)
  • 5182155 Fix minor spelling mistake (#9284)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.3.1

Bug Fixes

  • Core: Fix generated entry to import at top of file (#9398)
Commits

The new version differs by 6 commits.

  • 14f9760 v5.3.1
  • 27bc49b Update peer dependencies to 5.3.1
  • ab84801 5.3.1 changelog
  • 83191ac Core: Fix generated entry to import at top of file (#9398)
  • 3a87eed 5.3.0 latest.json version file
  • 067310e Update version.ts to 5.3.0

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 67 commits.

  • 25850e1 v5.3.4
  • d107116 Update peer dependencies to 5.3.4
  • 2da8440 5.3.4 changelog
  • ae68424 Core: Fix presets register panel (#9486)
  • 064f52c Core: Fix addon/preset detection for local addons (#9485)
  • 39c10c1 Fix comment :see_no_evil:
  • 3325552 Core: Fix default story sort (#9482)
  • d6dbcb4 Core: Fix presets register_panel for addon-notes
  • 282d605 Core: Fix addon/preset detection for local addons
  • 3716f17 Core: Fix default story sort
  • aed216f Merge branch 'next' of github.com:storybookjs/storybook into next
  • 83a5f4d Fix typo
  • 9bc1ce4 Updated documentation with syntax highlighting. (#9448)
  • eb8292f Adding missing '=' for Svelte config (#9459)
  • 5ecfe04 Adding missing = from main.js config

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 80 commits.

  • f32b34b v5.3.5
  • 1e8ae25 Update peer dependencies to 5.3.5
  • 3e3d373 5.3.5 changelog
  • b83dcc9 Merge pull request #9494 from jsjoeio/patch-2
  • 26737f9 Core: Fix typo for loading addon-notes/register-panel (#9497)
  • 1f3e0cd Core: Fix typo for loading addon-notes/register-panel
  • b47e36c docs: add note about async storage
  • 66c524f Merge pull request #9492 from storybookjs/9490-fix-source-loader-imports
  • dbce421 Source-loader: Also disable typescript checking on intermediate file
  • 2fac0f2 Official-storybook: Test for interleaved exports
  • bea119a Source-loader: Add imports to top of file
  • b45f98a 5.3.4 latest.json version file
  • be5b31b Update version.ts to 5.3.4
  • 25850e1 v5.3.4
  • d107116 Update peer dependencies to 5.3.4

There are 80 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Commits

The new version differs by 122 commits.

  • d6d7450 v5.3.7
  • 427a36e Update peer dependencies to 5.3.7
  • ce06d6e 5.3.7 changelog
  • 17c52fb Merge branch 'next'
  • 8a5e3b8 Revert "Add BBC to list of examples" (#9522)
  • 5292bd6 Node-logger: Move @types/npmlog to dependencies (#9538)
  • 5c43d0c Core: Fix legacy story URLs (#9545)
  • a6c2a85 Core: Fix legacy story URLs
  • f96900c fix: move @types/npmlog to dependencies as node-logger is exporting npmlog
  • 4a5508d Update addon storyshot puppeteer doc (#9526)
  • dfffc21 Addon-docs Props: Convert default prop value to string (#9525)
  • 93afd7f Addon-docs: Preserve Source indentation by default (#9513)
  • 792064b docs(storyshot-puppeteer): add a warning to emphasize the fact that as of SB 5.3 puppeteer must be added to the project dep directly
  • 321ecb9 docs: add a section about external puppeteer in MIGRATION.md
  • 0bad835 remove white space styling

There are 122 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.3.9

Bug Fixes

  • Addon-docs: Revert breaking source indentation fix (#9609)
Commits

The new version differs by 152 commits.

  • 94aca9f v5.3.9
  • d764dd6 Update peer dependencies to 5.3.9
  • 5c7d9ab Update Custom Body Documentation (#9613)
  • d7999ee derp, rem and em aren't plural
  • 6fdda8c Add documentation for changing base font-size
  • 4c6531d Remove duplicate text (#9597)
  • 48fc6c0 Addon-docs: Revert breaking source indentation fix (#9609)
  • e98d92c Revert breaking source change
  • 7961bba Added missing = in angular guide (#9601)
  • 63ab6de Added missing = in angular guide
  • 9aec650 5.3.8 latest.json version file
  • b4ae66a Update version.ts to 5.3.8
  • fb7d7e6 v5.3.8
  • fcf585e Update peer dependencies to 5.3.8
  • fa884c8 Update CHANGELOG.md

There are 152 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.3.10

Bug Fixes

  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#9652)
  • CRA: Fix jsconfig support (#9324)
  • Web-components: Fix default value for docs prop table (#9655)
  • Web-components: Fix types to play nicely with lit-element (#9557)
  • UI: Add support for className prop on Form.Field (#9665)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#9616)

Maintenance

  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • Build: Netlify for examples again (#9585)
  • Publish: Remove docs to reduce package size (#9612)
Commits

The new version differs by 174 commits.

  • 589bec8 v5.3.10
  • d540933 Update peer dependencies to 5.3.10
  • 55e5f2d 5.3.10 changelog
  • 2737f70 Merge pull request #9652 from storybookjs/fix/9462-sass-loading
  • 07c06f2 Update yarn.lock
  • 583e267 MIGRATE ember to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • bef630a Fix jsconfig support with CRA (#9324)
  • bce8aa4 Fix default value for web components prop table docs (#9655)
  • 29ab2db fix(webcomponents): make types play nicely with lit-element (#9557)
  • 2db6886 Merge pull request #9665 from storybookjs/fix/styled-form-fields
  • ac4b688 Netlify for examples again (#9585)
  • 7dbd7f1 Merge pull request #9612 from storybookjs/shilman/remove-docs-from-publish
  • 21b3dee fix(addon-storyshots): Remove excess slashes from jest transforโ€ฆ (#9616)
  • 57d4958 Add Paddings addon to addon gallery (#9647)
  • 205e54a documentation fix #9498 - theming + addon-docs incompatible (#9661)

There are 174 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.3.10

Bug Fixes

  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#9652)
  • CRA: Fix jsconfig support (#9324)
  • Web-components: Fix default value for docs prop table (#9655)
  • Web-components: Fix types to play nicely with lit-element (#9557)
  • UI: Add support for className prop on Form.Field (#9665)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#9616)

Maintenance

  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • Build: Netlify for examples again (#9585)
  • Publish: Remove docs to reduce package size (#9612)
Commits

The new version differs by 174 commits.

  • 589bec8 v5.3.10
  • d540933 Update peer dependencies to 5.3.10
  • 55e5f2d 5.3.10 changelog
  • 2737f70 Merge pull request #9652 from storybookjs/fix/9462-sass-loading
  • 07c06f2 Update yarn.lock
  • 583e267 MIGRATE ember to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • bef630a Fix jsconfig support with CRA (#9324)
  • bce8aa4 Fix default value for web components prop table docs (#9655)
  • 29ab2db fix(webcomponents): make types play nicely with lit-element (#9557)
  • 2db6886 Merge pull request #9665 from storybookjs/fix/styled-form-fields
  • ac4b688 Netlify for examples again (#9585)
  • 7dbd7f1 Merge pull request #9612 from storybookjs/shilman/remove-docs-from-publish
  • 21b3dee fix(addon-storyshots): Remove excess slashes from jest transforโ€ฆ (#9616)
  • 57d4958 Add Paddings addon to addon gallery (#9647)
  • 205e54a documentation fix #9498 - theming + addon-docs incompatible (#9661)

There are 174 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.3.10

Bug Fixes

  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#9652)
  • CRA: Fix jsconfig support (#9324)
  • Web-components: Fix default value for docs prop table (#9655)
  • Web-components: Fix types to play nicely with lit-element (#9557)
  • UI: Add support for className prop on Form.Field (#9665)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#9616)

Maintenance

  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • Build: Netlify for examples again (#9585)
  • Publish: Remove docs to reduce package size (#9612)
Commits

The new version differs by 174 commits.

  • 589bec8 v5.3.10
  • d540933 Update peer dependencies to 5.3.10
  • 55e5f2d 5.3.10 changelog
  • 2737f70 Merge pull request #9652 from storybookjs/fix/9462-sass-loading
  • 07c06f2 Update yarn.lock
  • 583e267 MIGRATE ember to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • bef630a Fix jsconfig support with CRA (#9324)
  • bce8aa4 Fix default value for web components prop table docs (#9655)
  • 29ab2db fix(webcomponents): make types play nicely with lit-element (#9557)
  • 2db6886 Merge pull request #9665 from storybookjs/fix/styled-form-fields
  • ac4b688 Netlify for examples again (#9585)
  • 7dbd7f1 Merge pull request #9612 from storybookjs/shilman/remove-docs-from-publish
  • 21b3dee fix(addon-storyshots): Remove excess slashes from jest transforโ€ฆ (#9616)
  • 57d4958 Add Paddings addon to addon gallery (#9647)
  • 205e54a documentation fix #9498 - theming + addon-docs incompatible (#9661)

There are 174 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions ๐Ÿš€

Release Notes for v5.3.10

Bug Fixes

  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#9652)
  • CRA: Fix jsconfig support (#9324)
  • Web-components: Fix default value for docs prop table (#9655)
  • Web-components: Fix types to play nicely with lit-element (#9557)
  • UI: Add support for className prop on Form.Field (#9665)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#9616)

Maintenance

  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • Build: Netlify for examples again (#9585)
  • Publish: Remove docs to reduce package size (#9612)
Commits

The new version differs by 174 commits.

  • 589bec8 v5.3.10
  • d540933 Update peer dependencies to 5.3.10
  • 55e5f2d 5.3.10 changelog
  • 2737f70 Merge pull request #9652 from storybookjs/fix/9462-sass-loading
  • 07c06f2 Update yarn.lock
  • 583e267 MIGRATE ember to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • bef630a Fix jsconfig support with CRA (#9324)
  • bce8aa4 Fix default value for web components prop table docs (#9655)
  • 29ab2db fix(webcomponents): make types play nicely with lit-element (#9557)
  • 2db6886 Merge pull request #9665 from storybookjs/fix/styled-form-fields
  • ac4b688 Netlify for examples again (#9585)
  • 7dbd7f1 Merge pull request #9612 from storybookjs/shilman/remove-docs-from-publish
  • 21b3dee fix(addon-storyshots): Remove excess slashes from jest transforโ€ฆ (#9616)
  • 57d4958 Add Paddings addon to addon gallery (#9647)
  • 205e54a documentation fix #9498 - theming + addon-docs incompatible (#9661)

There are 174 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v5.3.10

Bug Fixes

  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#9652)
  • CRA: Fix jsconfig support (#9324)
  • Web-components: Fix default value for docs prop table (#9655)
  • Web-components: Fix types to play nicely with lit-element (#9557)
  • UI: Add support for className prop on Form.Field (#9665)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#9616)

Maintenance

  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • Build: Netlify for examples again (#9585)
  • Publish: Remove docs to reduce package size (#9612)
Commits

The new version differs by 174 commits.

  • 589bec8 v5.3.10
  • d540933 Update peer dependencies to 5.3.10
  • 55e5f2d 5.3.10 changelog
  • 2737f70 Merge pull request #9652 from storybookjs/fix/9462-sass-loading
  • 07c06f2 Update yarn.lock
  • 583e267 MIGRATE ember to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • bef630a Fix jsconfig support with CRA (#9324)
  • bce8aa4 Fix default value for web components prop table docs (#9655)
  • 29ab2db fix(webcomponents): make types play nicely with lit-element (#9557)
  • 2db6886 Merge pull request #9665 from storybookjs/fix/styled-form-fields
  • ac4b688 Netlify for examples again (#9585)
  • 7dbd7f1 Merge pull request #9612 from storybookjs/shilman/remove-docs-from-publish
  • 21b3dee fix(addon-storyshots): Remove excess slashes from jest transforโ€ฆ (#9616)
  • 57d4958 Add Paddings addon to addon gallery (#9647)
  • 205e54a documentation fix #9498 - theming + addon-docs incompatible (#9661)

There are 174 commits in total.

See the full diff