react-progressive-bg-image icon indicating copy to clipboard operation
react-progressive-bg-image copied to clipboard

chore(deps): update storybook monorepo to v3.4.12

Open renovate[bot] opened this issue 7 years ago β€’ 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-info (source) 3.3.12 -> 3.4.12 age adoption passing confidence
@storybook/addon-options (source) 3.3.12 -> 3.4.12 age adoption passing confidence
@storybook/addon-storyshots (source) 3.3.12 -> 3.4.12 age adoption passing confidence
@storybook/react (source) 3.3.12 -> 3.4.12 age adoption passing confidence

Release Notes

storybookjs/storybook

v3.4.12

Compare Source

Bug Fixes
  • UI: Workaround broken treebeard animations (#​6249)

v3.4.11

Compare Source

3.4.11

2018-September-17

Dependencies

v3.4.10

Compare Source

2018-August-03

NOTE: 3.4.9 publish failed

Bug Fixes

v3.4.8

Compare Source

2018-June-21

Bug Fixes

v3.4.7

Compare Source

2018-June-10

Bug Fixes
  • Remove linebreaks in notes text when they are html elements #​3731

v3.4.6

Compare Source

2018-May-26

Features
  • Addon-notes: Add classname to the container component to target with styles. #​3617

v3.4.5

Compare Source

2018-May-17

Features
Bug Fixes
  • Addon-storysource: Remove nested braces in code block #​3568
  • Addon-info: Fix double quotes in prop table, add additional examples #​3401
  • Ignore any unstructured output from the package managers #​3563
  • Use the --use-npm flag also for version checking #​3535

v3.4.4

Compare Source

2018-May-12

Bug Fixes
Dependency Upgrades

v3.4.3

Compare Source

2018-April-27

Features
Bug Fixes
Dependency Upgrades

v3.4.2

Compare Source

2018-April-17

Bug Fixes
Documentation
  • Fix storyshots readme for image snapshotting #​3397

v3.4.1

Compare Source

2018-April-10

Features
  • Make storybook addons channel available globally in window #​3243
Bug Fixes
Documentation

v3.4.0

Compare Source

2018-March-30

Welcome to Storybook 3.4 with the following key improvements:

Read on for more improvements, fixes, 1In addition, there are hundreds of dependency upgrades in the 3.4 release, so to see the details, please see the changelogs for 3.4.0-rc.* and 3.4.0-alpha.*.

Features
  • Bind window access if window is defined; add addons channel access too #​3243
  • Fix screenshots tests & add getScreenshotOption to storyshots #​3102
  • Add __STORYBOOK_CLIENT_API__ for external tools #​3058
  • Addon storysource: select stories from inside of the StoryPanel #​3154
  • Storyshots: env.NODE_PATH support #​2873
  • Knobs: Select knob key/value ordering #​1745
  • Angular: Add option to pass custom styles for ng components #​2856
  • Core: Add watch mode for build-storybook #​2866
  • Core: Add __dirname support #​2791
  • Pass default webpack config as third argument in Full Control Mode #​2796
  • Angular and Vue storyshots #​2564
  • Addon-info: Added "Copy button" for code example #​2713
  • Angular: Serve styles and assets using .angular-cli webpack configuration #​2735
  • API: Added an event that is emitted when a channel is created. #​2711
  • Addon-a11y: Handle components with delayed rendering #​2651
  • Polymer 2 support #​2225
  • Add image snapshots to addon-storyshots #​2413
  • Angular template support for Storybook #​2690
  • Custom tsconfig.json for angular apps. #​2669
  • Multiple story hierarchies #​2452
  • Change template story files extension to .ts #​2594
  • Use store revisions to ensure that stories re-render on HMR. #​2605
  • Ability to force re-render a story #​2463
  • Introduce framework-independent core library #​2241
Bug Fixes
  • [Addon-storyshots] Remove default options on "goto" call #​3298
  • CLI: add error handling for latest_version helper [#​3297][https://github.com/storybooks/storybook/pull/3297](https://togithub.com/storybooks/storybook/pull/3297)7
  • Refactor CLI to use npm and yarn instead of third party packages #​3275
  • Fix issue when extending webpack config #​3279
  • Object proptype is shown in addon-info proptable #​3255
  • Fix storyshots renderer and serializer options #​3252
  • Angular: use resolveLoader from cliCommonConfig #​3251
  • Delaying update of height and width in Layout #​3180
  • Add 'waitUntil' option to puppeteer of storyshots #​3156
  • Move polymer loader to peerDependencies #​3161
  • Addons: avoid mixing manager and preview code together #​3068
  • React-Native: Fix by moving managerPath export to server.js #​2947
  • Addon-Info: Add type check to PropType on OneOf #​2653
  • Vue: Support .vue extension resolving #​2896
  • UI: remove zero on story loading #​2857
  • Angular: remove entryComponents prop from metadata #​2790
  • Use process.exitCode instead of process.exit() #​2717
  • Angular: knobs with template #​2766
  • Remove polymer-cli dependency #​2741
  • Add scss for components in angular apps by default. #​2703
Documentation
Maintenance

v3.3.15

Compare Source

2018-March-07

Bug Fixes
  • Unset background when switching to a non-background story #​3142
  • Updated testIds in RN StoryListView to use kind #​3129
  • Added missing key prop to NoTests component. #​3111
  • Events addon: fix React keys warning #​3072

v3.3.14

Compare Source

Bug Fixes
  • RN: Add error handler on WS to fix crashing on page reload #​3002
  • Added safety net preventing storybook Jest addon from throwing. #​3023
  • Added "key" prop to list items inside test failure message. #​2867
  • Addon-info: Add type check to PropType on OneOf #​2653
  • Use @​storybook/podda to fix npm engine version in podda #​3033
  • Addon-backgrounds: set background on iframe instead of adding a wrapper in preview #​2807

v3.3.13

Compare Source

3.3.13

2018-February-11

Bug Fixes
  • Angular: add rule for .md to webpack.config.prod.js #​2924
  • Check for correct props in Flow or prop-types #​2902

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Feb 11 '18 06:02 renovate[bot]

Deploy preview for react-progressive-bg-image ready!

Built with commit 37f77aa1836eca99b7b2040e4e555e413ec8d66d

https://deploy-preview-92--react-progressive-bg-image.netlify.com

evenchange4 avatar Feb 11 '18 06:02 evenchange4

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #92   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          34     34           
  Branches        7      7           
=====================================
  Hits           34     34

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update aa84006...37f77aa. Read the comment docs.

codecov[bot] avatar Feb 11 '18 06:02 codecov[bot]