jsdrupal / drupal-admin-ui

This is an admin UI for Drupal, built with JavaScript & React. β¬…οΈβœŒοΈβž‘οΈ
Other
236 stars 91 forks source link

An in-range update of storybook is breaking the build 🚨 #582

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 - βœ… **ci/circleci: lint_unit:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/jsdrupal/drupal-admin-ui/7456?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: integration_phpunit_nightwatch:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/jsdrupal/drupal-admin-ui/7457?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

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 441 commits.

There are 250 commits in total.

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 for group default are passing again with this update. Explicitly upgrade default 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 3 commits.

  • 03eaf5f v4.1.1
  • fbfb204 4.1.1 changelog
  • edf8c19 Merge pull request #4985 from storybooks/fix/rn-dlls-missing

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

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 23 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 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default 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 34 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
  • 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

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Release Notes for v4.1.4

Bug Fixes

  • Core: Load Symbol polyfill before any other code (#5082)
  • React: Fix error with new CRA Webpack config (#5074)
Commits

The new version differs by 39 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 39 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default 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 75 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 75 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Release Notes for v4.1.8

Bad release fixed by https://github.com/storybooks/storybook/releases/edit/v4.1.9

Commits

The new version differs by 78 commits.

  • b9df11d v4.1.8
  • 5dad756 4.1.8 changelog
  • f9768a5 Fix unmerged polyfills from PR #5238
  • 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

There are 78 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.9

Note that 4.1.7 contained a bad merge that missed an important change and 4.1.8 release deployed incorrectly to NPM. This release fixes that:

Bug Fixes

  • Core: Add missing polyfills to manager to support IE (#5238)
Commits

The new version differs by 81 commits.

  • 9d5e7e9 v4.1.9
  • 7113d69 4.1.9 changelog
  • 44b7267 Remove unnecessary dev dependency
  • b9df11d v4.1.8
  • 5dad756 4.1.8 changelog
  • f9768a5 Fix unmerged polyfills from PR #5238
  • 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

There are 81 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Commits

The new version differs by 4 commits.

  • 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

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Release Notes for v4.1.11

Bug Fixes

  • React-native: Fixed isUIHidden param (#5067)
  • React-native: Disabling warning if story is not set in async storage (#5068)
Commits

The new version differs by 6 commits.

  • 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

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default 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 15 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

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default 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 23 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 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Release Notes for v5.0.7

Bug Fixes

  • Addon-Knobs: Fix sorting of knobs Panels (#6480)
  • UI: Fix clickable footer links on about page (#6441)
  • UI: Fix 'read full changelog' link on about page (#6385)
Commits

The new version differs by 2131 commits ahead by 2131, behind by 81.

  • effb88f v5.0.7
  • 55768fa 5.0.7 changelog
  • 1b0dfac Merge pull request #6441 from Armanio/fix/about-footer
  • 38b82b8 Merge pull request #6480 from storybooks/fix/addon-knobs-tab-sorting
  • c9c55f4 5.1.0-alpha.27 next.json version file
  • 7bf5f8c Merge branch 'master' of github.com:storybooks/storybook
  • 61c0c20 5.1.0-alpha.26 next.json version file
  • 4b526cc Merge pull request #6499 from coryhouse/patch-3
  • a80b60e Added Happo to list of screenshot testing tools
  • 148aa23 Merge pull request #6446 from lonyele/fix/remove-deprecated-info-on-theme-doc
  • c85bbcf Merge pull request #6468 from lifeiscontent/patch-2
  • e784123 Merge pull request #6464 from jamisuomalainen/update-addons-notes-readme-vue
  • 413149a Merge pull request #6449 from antony/patch-3
  • 0a49143 5.1.0-alpha.25 next.json version file
  • 8648783 Improve webpack customization docs

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Release Notes for v4.1.18

Bug Fixes

  • Pin react-treebeard dependency at 3.1.0 (#6517)
Commits

The new version differs by 57 commits.

There are 57 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Release Notes for v5.0.8

Bump version to make 5.0.x latest since I just released a patch in v4.1.18

Commits

The new version differs by 2136 commits ahead by 2136, behind by 81.

  • 1aeee18 v5.0.8
  • 8f29180 5.0.8 changelog
  • 27c2052 Merge pull request #6514 from taylonr/patch-5
  • 2d3cebb Update index.md
  • 993293c 5.0.7 latest.json version file
  • effb88f v5.0.7
  • 55768fa 5.0.7 changelog
  • 1b0dfac Merge pull request #6441 from Armanio/fix/about-footer
  • 38b82b8 Merge pull request #6480 from storybooks/fix/addon-knobs-tab-sorting
  • c9c55f4 5.1.0-alpha.27 next.json version file
  • 7bf5f8c Merge branch 'master' of github.com:storybooks/storybook
  • 61c0c20 5.1.0-alpha.26 next.json version file
  • 4b526cc Merge pull request #6499 from coryhouse/patch-3
  • a80b60e Added Happo to list of screenshot testing tools
  • 148aa23 Merge pull request #6446 from lonyele/fix/remove-deprecated-info-on-theme-doc

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Commits

The new version differs by 2142 commits ahead by 2142, behind by 81.

  • 51fe8ea v5.0.9
  • 7b0753a 5.0.9 changelog
  • 702d6c3 Merge pull request #6525 from Phoenixton/fix_fullscreen_keys_behavior
  • 24f72c4 Merge pull request #6534 from Armanio/fix/knob-files-group-id
  • e3c298a Merge pull request #6120 from storybooks/fix/theming-brandImage
  • e40a430 5.0.8 latest.json version file
  • 1aeee18 v5.0.8
  • 8f29180 5.0.8 changelog
  • 27c2052 Merge pull request #6514 from taylonr/patch-5
  • 2d3cebb Update index.md
  • 993293c 5.0.7 latest.json version file
  • effb88f v5.0.7
  • 55768fa 5.0.7 changelog
  • 1b0dfac Merge pull request #6441 from Armanio/fix/about-footer
  • 38b82b8 Merge pull request #6480 from storybooks/fix/addon-knobs-tab-sorting

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to these versions πŸš€

Release Notes for v5.0.10

Bug Fixes

  • Theming: legacy options don't override set config options (#6543)
  • Theming: Fix null brandImage (#6544)
Commits

The new version differs by 2149 commits ahead by 2149, behind by 81.

  • 4b2d441 v5.0.10
  • 19c70e7 5.0.10 changelog
  • 5bb00ae Fix brandX theme application & add test
  • df012c1 Merge pull request #6543 from storybooks/bug
  • 17026f5 Merge pull request #6544 from kennethtruong/fix/nullBrandImage
  • 7137c41 5.1.0-alpha.30 next.json version file
  • 85bc225 5.0.9 latest.json version file
  • 51fe8ea v5.0.9
  • 7b0753a 5.0.9 changelog
  • 702d6c3 Merge pull request #6525 from Phoenixton/fix_fullscreen_keys_behavior
  • 24f72c4 Merge pull request #6534 from Armanio/fix/knob-files-group-id
  • e3c298a Merge pull request #6120 from storybooks/fix/theming-brandImage
  • e40a430 5.0.8 latest.json version file
  • 1aeee18 v5.0.8
  • 8f29180 5.0.8 changelog

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default 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 81.

  • 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 still failing with these versions. Compare changes

Commits

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

  • 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 still failing with these versions. Compare changes

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 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default 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 9 commits.

  • bf73c67 v5.1.3
  • b45e6fc v5.1.2
  • 8b9fc5f 5.1.2 changelog
  • d4f3dec Fix links that are not working with plain left click (#6970)
  • c905dbe Don't redefine process variable (#6991)
  • f83f198 Don't mutate user's babel config (#6987)
  • 5bc3610 Fix typo in Context addon README (#6988)
  • 87eaf06 Update version.ts
  • 769ae4f 5.1.1 latest.json version file

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default 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 27 commits.

  • 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 27 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.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 27 commits.

  • 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 27 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 122 commits.

  • 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 122 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.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