chore(deps): update storybook monorepo to v3.4.12
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @storybook/addon-info (source) | 3.3.12 -> 3.4.12 |
||||
| @storybook/addon-options (source) | 3.3.12 -> 3.4.12 |
||||
| @storybook/addon-storyshots (source) | 3.3.12 -> 3.4.12 |
||||
| @storybook/react (source) | 3.3.12 -> 3.4.12 |
Release Notes
storybookjs/storybook
v3.4.12
Bug Fixes
- UI: Workaround broken treebeard animations (#β6249)
v3.4.11
3.4.11
2018-September-17
Dependencies
- Allow v1 or v2 in airbnb-js-shims #β4190
v3.4.10
2018-August-03
NOTE: 3.4.9 publish failed
Bug Fixes
v3.4.8
2018-June-21
Bug Fixes
v3.4.7
2018-June-10
Bug Fixes
- Remove linebreaks in notes text when they are html elements #β3731
v3.4.6
2018-May-26
Features
- Addon-notes: Add classname to the container component to target with styles. #β3617
v3.4.5
2018-May-17
Features
- Addon-info: improve prop options #β3428
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
2018-May-12
Bug Fixes
- Ignore home package.json no license field #β3531
- fixed Duplicate declaration h #β3409
- Storyshots integrity tests options #β3418
- Fix dynamic knobs d2a289e
Dependency Upgrades
- jest-image-snapshot version to ^2.4.1 #β3500
v3.4.3
2018-April-27
Features
- Suppress verbose build output #β3487
Bug Fixes
- Improve yarn detection #β3453
- Don't try to access the devtools hook if we are cross-origin #β3485
Dependency Upgrades
- Update webpack-hot-middleware to fix HMR #β3463
v3.4.2
2018-April-17
Bug Fixes
- Serialize boolean type only for non-nullable values #β3432
- Addon actions: fix slow logging #β3133
Documentation
- Fix storyshots readme for image snapshotting #β3397
v3.4.1
2018-April-10
Features
- Make storybook addons channel available globally in
window#β3243
Bug Fixes
- Scroll preview pane for non-percentage heights #β3342
- Replacing Report Fragment with div #β3372
- Don't use direct react dependency in core #β3382
Documentation
v3.4.0
2018-March-30
Welcome to Storybook 3.4 with the following key improvements:
- Polymer 2 support #β2225
- Angular and Vue storyshots #β2564
- Add image snapshots to addon-storyshots #β2413
- Multiple story hierarchies #β2452
- Addon-storysource: story source in addon pane #β2885
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
windowis defined; addaddons channelaccess 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
__dirnamesupport #β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
npmandyarninstead 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
- Add example for @βngrx/store #β3233
- Fix missing declaration in Angular example #β3213
- Update ADDONS_SUPPORT.md #β3114
- StoryShots: Document ref mocking #β2869
- Extending webpack section is no longer needed for the common usage #β2826
- Updating Vue Jest Config #β2821
- Angular inheritance example #β2787
- Revisit addon/framework support #β3046
- Docs live examples #β3019
- Mention new supported frameworks #β2895
- Update writing addons documentation #β2951
- Update docs on LinkTo in addon-links #β2926
Maintenance
- Fix errors on starting example Angular app #β3078
- Use WatchMissingNodeModulesPlugin from react-dev-utils package #β3141
- Don't use exact versions in peerDependencies #β3073
- Remove integration tests #β3052
- Fix "dev" script to be cross-platform #β2922
- Typescript distribution #β2846
- Use UTC timezone in formatting too for knobs test #β2861
- ADD autolabeler.yml for https://github.com/probot/autolabeler #β2809
- Fix css warning in angular-cli example #β2789
- Move more things to core #β2788
- Change ng stories dir #β2672
- Only update CLI snapsots on postpublish script, skip smoke tests #β2671
- Fix the timezone for example dates #β2654
- Update prereq yarn install level #β2638
- Separate stories in angular-cli example #β2592
v3.3.15
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
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
3.3.13
2018-February-11
Bug Fixes
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.
Deploy preview for react-progressive-bg-image ready!
Built with commit 37f77aa1836eca99b7b2040e4e555e413ec8d66d
https://deploy-preview-92--react-progressive-bg-image.netlify.com
Codecov Report
Merging #92 into master will not change coverage. The diff coverage is
n/a.
@@ 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 dataPowered by Codecov. Last update aa84006...37f77aa. Read the comment docs.