Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): ⬆️ update dev dependencies (minor) #279

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y 6.3.12 -> 6.4.0 age adoption passing confidence
@storybook/addon-actions 6.3.12 -> 6.4.0 age adoption passing confidence
@storybook/addon-essentials 6.3.12 -> 6.4.0 age adoption passing confidence
@storybook/builder-webpack5 6.3.12 -> 6.4.0 age adoption passing confidence
@storybook/manager-webpack5 6.3.12 -> 6.4.0 age adoption passing confidence
@storybook/react 6.3.12 -> 6.4.0 age adoption passing confidence
postcss (source) 8.4.1 -> 8.4.4 age adoption passing confidence
react-hook-form (source) 7.20.3 -> 7.20.4 age adoption passing confidence

Release Notes

storybookjs/storybook

v6.4.0

Compare Source

Features
  • Core: Add support for async getProjectAnnotations function (#​16495)
Bug Fixes
  • Addon-docs: Fix centered layout on DocsPage (#​16506)
  • Addon-docs/Angular: Fix missing condition in compodoc resolveTypealias (#​16523)
  • Core: Fix toImportFn when dealing with ../-led paths (#​16474)
Maintenance
  • UI: Update the toolbar button styles (#​16429)
  • CLI: Fix build selection menu (#​16521)
  • Core: Use synchronous promises to "fake" promises for sync code (#​16517)
  • UI: Improve WithTooltip contrast and positioning (#​16510)

6.4.0-beta.22 (October 28, 2021)

Bug Fixes
  • Addon-docs: Track code-level args changes in ArgsTable (#​16488)
Maintenance
  • Addon-a11y: Lazy load axe-core only when running tests (#​16484)
  • Addon-docs: Lazy load Prettier in Vue and Angular (#​16459)

6.4.0-beta.21 (October 28, 2021)

Features
  • Core: Rerun loaders when args/globals change (#​16476)
  • Interactions: move step debugger behind a feature flag (#​16481)
Bug Fixes
  • Core: Always update initial args when loading a story (#​16487)
  • Core: Ensure we don't reset WebPreview if calling start() in v7 mode (#​16475)
  • Core: Save and restore globals on preview init using the channel (#​16469)
Maintenance
  • CI: Upgrade Cypress and Node.js version used in e2e tests (#​16263)
Dependency Upgrades
  • Interactions: Use latest package versions (#​16464)

6.4.0-beta.20 (October 26, 2021)

Bug Fixes
  • Interactions: Do not cleanup state when loading initial story (#​16462)
  • Addon-interactions: Add safety check on fileName parameter (#​16454)
  • Core: Fix optional global features in PreviewWeb (#​16448)
Maintenance
  • UI: Migrate router to react-router (#​16440)

6.4.0-beta.19 (October 22, 2021)

Bug Fixes
  • Core: Fix some slashes for windows (#​16445)
Maintenance
  • Core: Add typing for StorybookConfig.refs (#​16443)

6.4.0-beta.18 (October 21, 2021)

Features
  • StoryIndex: Detect added/moved directories and batch invalidations (#​16432)
Bug Fixes
  • Core: Fix module loading support (#​16404)
  • Addon-links: Modernize to be compatible with v7 store (#​16420)
Maintenance
  • CLI: Improve build-storybooks script in the monorepo (#​16433)

6.4.0-beta.17 (October 21, 2021)

Features
  • Core: Add core.channelOptions main.js config (#​16415)
Maintenance
  • Addon-docs: Lazy load docs to reduce bundle size (#​16412)
  • UI: Update mono font stack (#​16409)
  • UI: Update sidebar hover color to be a refreshing transparent blue (#​16408)

6.4.0-beta.16 (October 20, 2021)

Bug Fixes
  • Core: Consolidate framework presets (#​16417)
  • Addon-a11y: Fix to use loadStory over deprecated fromId (#​16398)
  • Core: Restore queryparams exports in client-api (#​16414)
Maintenance
  • Core: Minor cleanup of PreviewWeb (#​16418)
Dependency Upgrades
  • Update react-element-to-jsx-string package (#​16407)

6.4.0-beta.15 (October 19, 2021)

Features
  • Core: Add framework field support to main.js (#​16393)
Bug Fixes
  • Addon-docs: Spread all the old docs context fields (#​16399)
  • Core: Reverse checking of promise so it's OK if we get it wrong (#​16396)
Maintenance
  • Addon-interactions: Update interaction hover icon (#​16388)
  • Core: Refactor story store to be simpler when getting the index (#​16397)

6.4.0-beta.14 (October 19, 2021)

Bug Fixes
  • Core: Fix bad deprecation link for argType.defaultValue (#​16391)
  • Storyshots/vue3: Fix story render with singleton vue3 app (#​15983)
  • Angular: Fix preset for storyStoreV7 (#​16380)
  • Core: Fix Args combination to allow undefined overrides (#​16385)
  • Core: Fix missing FEATURES global (#​16389)
Dependency Upgrades

6.4.0-beta.13 (October 18, 2021)

Features
  • Core: Listen to story change events as soon as the preview is created (#​16331)
Bug Fixes
  • Addon-controls: Fix {control: false} handling (#​16366)
  • CLI: Fix broken link in react native template (#​16372)
  • UI: Fix scrollbar color to be visible in dark theme (#​16345)

6.4.0-beta.12 (October 15, 2021)

Features
  • Addon-interactions: New addon for step debugging play functions (#​16002)
  • Addon-interactions: Add rewind button to interactions subnav (#​16042)

6.3.12 (October 14, 2021)

Bug Fixes
  • CLI: Force sb upgrade to use latest version of npm-check-updates (#​16336)

6.4.0-beta.11 (October 14, 2021)

Features
  • Core: Align storyIndex generated by the server and client (#​16311)
  • Core: Render behavior around play functions (#​16208)
  • Angular: Allow to set configuration in angularBrowserTarget (#​16218)
Bug Fixes
  • CLI: Force sb upgrade to use latest version of npm-check-updates (#​16336)
Maintenance

6.4.0-beta.10 (October 13, 2021)

Features
  • Composition: Add expanded option to Refs (#​14345)
  • Core: Add Story Index error handling (#​16319)
Bug Fixes
  • Core: Fix paths to be relative to working dir in v7 mode (#​16328)
  • Core: Don't fetch stories.json, JSON or SSE, if we don't need it (#​16318)
Maintenance
  • CLI: Add js extension to lit-html imports (#​16244)
  • Story-sort: Catch errors and direct user towards migration docs (#​16242)

6.3.11 (October 12, 2021)

Bug Fixes
  • CLI: Fix CRA version detection crash (#​16308)

6.4.0-beta.9 (October 12, 2021)

Features
  • Webpack5: Don't emit stats unless debugWebpack is set (#​16132)
Bug Fixes
  • CLI: Fix CRA version detection crash (#​16308)
  • Core: Better story id generation, cope with unusual stories (#​16309)
  • Core: Simplify DOCS_RENDERED and only use STORY_RENDERED for hooks (#​16310)
  • Core: Fix extract, SET_STORIES and getStoriesJsonData (#​16299)
  • TypeScript: Add id to BaseMeta type (#​16216)
  • CSF: Fix support for X.story annotations (#​16297)

6.4.0-beta.8 (October 11, 2021)

Bug Fixes
  • Core: Fix multiple invalidations (#​16294)
Maintenance
  • Add ability to skip cypress tests based on framework (#​16285)
Dependency Upgrades

6.4.0-beta.7 (October 8, 2021)

Bug Fixes
  • Addon-docs: Always render the children of the Canvas component (#​16280)
  • Addon-docs: Fix args passing for Vue inline rendering (#​16279)

6.4.0-beta.6 (October 7, 2021)

Features
  • Core: HMR for StoryIndex server (#​16160)
Bug Fixes
  • Angular: Make types generic for angular's built-in decorators (#​16266)
  • Args: Re-render the whole container when args or globals change (#​16264)
Maintenance
  • CSF: Add CSF2 play function example (#​16121)
  • Core: Unified story specifiers (#​16220)

6.3.10 (October 6, 2021)

Bug Fixes
  • CLI: Don't upgrade preset-create-react-app if react-scripts < 5 (#​16255)

6.4.0-beta.5 (October 6, 2021)

Features
Bug Fixes
  • CLI: Don't upgrade preset-create-react-app if react-scripts < 5 (#​16255)
  • Angular: Fix getComponentInputsOutputs for multiple decorators (#​16217)
Maintenance
  • CSF: Add error handling for CSF story index generation (#​16241)
  • Official-storybook: Fix show source in no-args stories (#​16259)
  • CLI: Remove story format parameter (#​16233)

6.4.0-beta.4 (October 5, 2021)

Features
  • Core: Support v2 compatibility mode in story index (#​16226)
  • Core: Support composing stories in both v6 and v7 modes (#​16224)
  • Web-components: Autogenerate action argTypes for event. (#​16178)
Bug Fixes
  • Addon-a11y: Fix type of context passed to axe.run (#​16129)
  • Addon-docs/Angular: Fix inline story rendering (#​16149)
  • Components: Fix Code component to render children as array (#​15492)
Maintenance
  • CLI: Remove watch mode from the build-storybook documentation (#​16165)

6.3.9 (October 1, 2021)

Maintenance
  • CLI: Add webpack5 builder to CRA5 sb init (#​16194)

6.4.0-beta.3 (October 1, 2021)

Maintenance
  • CLI: Add webpack5 builder to CRA5 sb init (#​16194)

6.4.0-beta.2 (October 1, 2021)

Bug Fixes
  • Controls: Hide color control format toggle when no value (#​16186)
Dependency Upgrades
Maintenance
  • CLI: Better scope sample page component styles (#​16185)

6.4.0-beta.1 (September 26, 2021)

Features
  • MDX: Support CSF3 play/render functions (#​16159)
  • Addon-a11y: Export parameter types (#​16128)
Bug Fixes
  • Addon-docs: Fix loading behavior for Canvas doc block (#​16161)
  • Added index.d.ts for addon-docs/angular (#​16123)
Maintenance
  • Angular: Remove dead code in client (#​16137)

6.4.0-beta.0 (September 22, 2021)

Storybook 6.4 is in beta! 🎊

SB6.4 adds interaction testing and performance re-architecture in preparation for a huge 7.0 release.

Track the release in the Github: Storybook 6.4 Release 🛠

6.4.0-alpha.41 (September 22, 2021)

Bug Fixes
  • Core: Fix ./stories.json requests in manager for relative paths (#​16114)
  • Core: Fix dotenv handling (#​16105)
  • Addon-docs: Fix embedding selected story in canvas block (#​15915)
Maintenance
  • Story index server: Add story sorting (#​16102)
  • Refactor stories-json to use a caching class (#​16106)

6.4.0-alpha.40 (September 20, 2021)

Bug Fixes

6.4.0-alpha.39 (September 18, 2021)

Features
  • CSF3: Add auto-title support to on-demand V7/V6 refactor (#​16098)

6.4.0-alpha.38 (September 16, 2021)

Bug Fixes
  • Angular: Fix ng selector issue and dynamically show templates in stories (#​15976)
  • Core: Fix issue with more complex stories paths. (#​16078)
Maintenance
  • Main.js config: Fix Builder type (#​16013)

6.4.0-alpha.37 (September 16, 2021)

Bug Fixes
  • Angular: Fix error handling for angular builder standalone builds (#​15978)
  • Addon-docs: Fix useStories to correctly respond to change in storyId (#​16046)

6.4.0-alpha.36 (September 15, 2021)

Bug Fixes
  • Addon-docs: Ensure we don't clobber multiple source container state updates (#​16039)
  • Core: Restore deprecation warning for configure (#​16041)
  • Core: Be careful in FEATURES check (#​16044)

6.4.0-alpha.35 (September 14, 2021)

Features
Bug Fixes
  • UI: Fix ActionButton out of position in Safari (#​15981)

6.4.0-alpha.34 (September 7, 2021)

Features
  • Angular: Support storybook configuration for projects with only angular Library (#​15744)
  • CLI: Show framework name in startup banner (#​15966)
Bug Fixes
  • CLI: Fix sb link to yarn3 repos (#​15989)
  • Core: Pass proper stack of an error (#​15864)
  • Addon-docs/Angular: Fix default values in ArgsTable (#​15881)
Maintenance
  • Core: Replaced process.env override in DefinePlugin config (#​15925)
  • CSF: Infer defaultValue of argtype based on arg (#​15798)

6.3.8 (September 3, 2021)

Maintenance
  • Core: Write JSON stats file in streaming fashion and omit chunks for brevity (#​15889)

6.4.0-alpha.33 (September 1, 2021)

Bug Fixes
  • TypeScript: Fix glob pattern used in package typesVersions config (#​15918)
Maintenance
  • Core: Add Babel mode v7 (#​15928)
  • Core: Write JSON stats file in streaming fashion and omit chunks for brevity (#​15889)
  • UI: Add playback icons (#​15909)
  • Misc: Generate and push repros to a GitHub repo every night (#​15877)
Dependency Upgrades

6.4.0-alpha.32 (August 24, 2021)

Features
  • CLI/Storyshots: Specify custom sb extract Chromium exe (#​15878)
Bug Fixes
  • Angular: Fix Cannot read property 'selector' of undefined (#​15874)
  • Addon-docs: Fix refs support in Docs pages (#​15890)

6.4.0-alpha.31 (August 23, 2021)

Features
  • UI: Add skip to canvas/sidebar links (#​15740)
  • Controls: Add id to setter button for undefined values (#​15729)
Bug Fixes
  • CSF3: Normalize windows paths in autoTitle (#​15770)
  • Addon-docs: Fix newline handling in ArgsTable code blocks (#​12882)
Maintenance
  • Build: Update caniuse-lite dependency (#​15863)

6.4.0-alpha.30 (August 14, 2021)

Maintenance
  • CLI: Improve typings of Angular components (#​15832)
  • Controls: Fix esm is not defined error with built Storybook (#​15812)

6.4.0-alpha.29 (August 10, 2021)

Features
  • Addon-docs/Angular: Render user defined template as source if it exists (#​15743)
  • Core: Add MDX support to built-in stories.json generation (#​15808)
Maintenance
  • Controls: Add better icon for reset button (#​15737)
  • Add checkboxes to pull request template (#​15799)

6.4.0-alpha.28 (August 10, 2021)

Fix bad publish of 6.4.0-alpha.27 to the latest tag

6.3.7 (August 10, 2021)

Fix bad publish of 6.4.0-alpha.27 to the latest tag

6.4.0-alpha.26 (August 9, 2021)

Maintenance
  • Server: Update example to use options and labels for options controls (#​15789)
  • Controls: Remove ArrayControl (#​15788)

6.4.0-alpha.25 (August 8, 2021)

Features
  • Angular: Add global CSF3 renderer (#​15742)
Bug Fixes
  • Addon-docs/Angular: Use compodoc rawdescription where available (#​15774)
  • Core: Fix main.js glob resolution for direct paths in stories (#​15775)
Maintenance
  • CSF: Optionally pass Args generic type from BaseAnnotations to ArgTypes (#​14356)

6.4.0-alpha.24 (August 4, 2021)

Features

6.4.0-alpha.23 (August 3, 2021)

Features
Bug Fixes
  • Angular: Fix incomplete property metadata when using inheritance (#​15586)
Maintenance
Dependency Upgrades
  • Lower babel-loader required version (#​14811)
  • Relax prettier version constraint (#​15298)

6.4.0-alpha.22 (July 28, 2021)

Features
  • CSF3: Add auto-titles from standard glob patterns (#​15697)
  • CSF3: Add startCase to auto-generated titles (#​15618)
Bug Fixes
  • CLI: Fix Svelte CLI template markup (#​15689)
Maintenance
Dependency Upgrades
  • Fix some transitive peer dependency warnings (#​15687)
  • Upgrade react-refresh plugin to fix fast refresh on Webpack5 (#​15616)

6.3.6 (July 26, 2021)

Bug Fixes
  • CLI: Fix debug webpack output in static build (#​15674)
  • CSF3: Fix custom render function (#​15668)

6.4.0-alpha.21 (July 26, 2021)

Bug Fixes
  • CLI: Fix debug webpack output in static build (#​15674)
  • Controls: Fix boolean toggle style to match underlying value (#​15676)
  • Components: Fix Button to accept href attribute (#​15671)

6.4.0-alpha.20 (July 24, 2021)

Bug Fixes
  • CSF3: Fix custom render function (#​15668)
Dependency Upgrades

6.3.5 (July 22, 2021)

Bug Fixes
  • Controls: Don't set arg in validateOptions if it would be undefined (#​15654)
  • Trailing comma handling for "-s" command line paramenter (#​15615)
  • Controls: Fix color matching behavior for non-string types (#​15549)
  • Composition: Fix refs ordering (#​15527)

6.4.0-alpha.19 (July 22, 2021)

Features
  • Controls: Don't set arg in validateOptions if it would be undefined (#​15654)
  • Vue: Add support for tsx (#​11936)
Bug Fixes
  • CLI: Fix trailing comma handling for "-s" command line paramenter (#​15615)
  • Components: Lazy-load syntax highlighter (#​15607)
Maintenance
  • Controls: Clean up arg unboxing and switch statements (#​14394)
  • Examples: Fix react-ts to be runnable standalone (#​15621)

6.4.0-alpha.18 (July 16, 2021)

Features
  • UI: Allow keyboard shortcut to copy code in preview blocks (#​15559)
Maintenance
  • Avoid slow regex.match call in renderJsx (#​15581)

6.4.0-alpha.17 (July 15, 2021)

Features
  • Types: Export BaseStoryFn and BaseStoryObject (#​15592)
  • Addon-docs: Add transparency support to color swatch (#​14439)

6.4.0-alpha.16 (July 13, 2021)

Features
  • Addon-backgrounds: Respect user's reduced motion settings (#​13711)
  • CSF: Add CSF3 typings (#​15558)
Bug Fixes
  • Angular: Fix actions argType auto generation (#​15563)

6.4.0-alpha.15 (July 13, 2021)

Bug Fixes
  • Controls: Fix color matching behavior for non-string types (#​15549)
  • UI: Fix toggle button for custom theming (#​15449)
Maintenance
  • Build: Fix publish step on CircleCI (#​15556)
  • Examples: Add no-manager-cache to all examples (#​15546)
  • Official-storybook: Add example of embedding story object in MDX (#​15533)

6.4.0-alpha.14 (July 11, 2021)

Features
  • Web-components: Dynamic source snippets (#​15337)
Maintenance
  • Essentials: Add measure addon to monorepo (#​15545)

6.4.0-alpha.13 (July 9, 2021)

Bug Fixes
  • Addon-docs/Angular: Add unique id to Angular stories (#​15501)
  • Composition: Fix refs ordering (#​15527)
Maintenance
  • Essentials: Add outline addon to monorepo (#​15526)
  • Build: Fix cache setup in GitHub Actions workflow (#​15523)

6.3.4 (July 8, 2021)

Maintenance
  • Addon-docs: Cache DocsContext on window to prevent duplication (#​15428)

6.3.3 (July 7, 2021)

Bug Fixes
  • Webpack5: Quit process after finishing a static build (#​15483)
  • Addon-docs/Angular: Fix numeric args default value handling (#​15491)
  • Angular: Fix circular reference not being handled in moduleMetadata (#​15410)
  • Core: Fix double rebuilds by removing aggregateTimeout (#​15372)
  • CLI: Fix NPM typo (#​15461)

6.4.0-alpha.12 (July 7, 2021)

Bug Fixes
  • Webpack5: Quit process after finishing a static build (#​15483)
  • Addon-docs/Angular: Fix numeric args default value handling (#​15491)
Maintenance
  • Angular: Make Ivy work by default in the angular-cli example (#​15280)
  • Official-storybook: Fix shortcut for navigating to previous language (#​15489)
  • Addon-docs: Add docs to standalone example (#​7848)
  • Build: Update Yarn cache setup in GitHub Actions workflow (#​15480)

6.4.0-alpha.11 (July 3, 2021)

Bug Fixes
  • UI: Fix sidebar toggle in fullscreen mode (#​15459)
  • Angular: Fix circular reference not being handled in moduleMetadata (#​15410)
Maintenance
  • Addon-a11y: Reverse help and description labels in accordion (#​15466)

6.4.0-alpha.10 (July 2, 2021)

Features
  • UI: Display menu icon on the toolbar when the sidebar is collapsed (#​15369)
Bug Fixes
  • Core: Fix double rebuilds by removing aggregateTimeout (#​15372)
  • CLI: Fix NPM typo (#​15461)
Maintenance
  • Addon-docs: Cache DocsContext on window to prevent duplication (#​15428)

6.3.2 (June 30, 2021)

Bug Fixes
  • Essentials: Update measure and outline. Fix alt+tab issues on windows. (#​15402)
  • Core: Fix decorator context update (#​15408)
  • Revert "Vue3: Update args without re-mounting component" (#​15409)
  • Upgrade bad release of react-docgen-typescript-plugin (#​15432)

6.4.0-alpha.9 (June 30, 2021)

Dependency Upgrades
  • Upgrade bad release of react-docgen-typescript-plugin (#​15432)

6.4.0-alpha.8 (June 30, 2021)

Features
  • Web-components: Custom Elements Manifest v1 support (#​15138)
Bug Fixes
  • CSF: Fix auto-title generation for standard config dir (#​15430)
Dependency Upgrades
  • Upgrade react-docgen-typescript-plugin for refresh perf regression (#​15431)

6.4.0-alpha.7 (June 29, 2021)

Features
  • CSF: Generate default titles based on file path (#​15376)

6.4.0-alpha.6 (June 29, 2021)

Bug Fixes
  • Core: Fix decorator context update (#​15408)
  • Revert "Vue3: Update args without re-mounting component" (#​15409)

6.4.0-alpha.5 (June 29, 2021)

Features
  • CSF: Add stories.json generation for CSF3 stories (#​15395)
Bug Fixes
  • Essentials: Update measure and outline. Fix alt+tab issues on windows. (#​15402)

6.3.1 (June 28, 2021)

Bug Fixes
  • Core: Only use dotenv-webpack when a user has a dotenv file (#​15365)
  • Essentials: Update addon measure and outline (#​15354)
  • Actions: Don't override existing action args (#​15394)
  • Svelte: Fix argType.type.name extraction (#​15332)
  • CSF3: Genericize feature flagging and fix webpack5 (#​15375)
  • Webpack5: Fix warnings typo (#​15374)
  • UI: Fix navigation after no story error (#​15349)
  • CSF3: Rename setup to play (#​15358)
  • Upgrade dotenv-webpack to 7.0.x (#​15343)

6.4.0-alpha.4 (June 28, 2021)

Bug Fixes
  • Actions: Don't override existing action args (#​15394)

6.4.0-alpha.3 (June 26, 2021)

Bug Fixes
  • CSF3: Genericize feature flagging and fix webpack5 (#​15375)
  • Webpack5: Fix warnings typo (#​15374)

6.4.0-alpha.2 (June 25, 2021)

Bug Fixes
  • Core: Only use dotenv-webpack when a user has a dotenv file (#​15365)
Maintenance

6.4.0-alpha.1 (June 25, 2021)

Bug Fixes
  • Essentials: Update addon measure and outline (#​15354)
  • UI: Fix navigation after no story error (#​15349)

6.4.0-alpha.0 (June 24, 2021)

Bug Fixes
  • Svelte: Fix argType.type.name extraction (#​15332)
Dependency Upgrades
  • Upgrade dotenv-webpack to 7.0.x (#​15343)

6.3.0 (June 23, 2021)

Optimized for UI development

SB6.3 adds new UI development and testing features, while evolving with the JS ecosystem:

  • 📐 Layout debugging with Measure and Outline addons
  • 🔌 Reuse your stories in unit tests: Jest, Cypress & more
  • 🚀 Frameworks: Angular 12 Ivy, Lit2 web components
  • 🛠 Builders: Webpack5 stable, Vite community
  • 📦 Packaging: Modern ESM

It also contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 6.3.0-alpha.*, 6.3.0-beta.*, and 6.3.0-rc.* for the full list of changes. See Storybook 6 migration guide to upgrade from 5.x or MIGRATION.md for detailed migration instructions.

6.3.0-rc.12 (June 23, 2021)

Features
  • CLI: Update types in React typescript templates (#​15292)
Maintenance
  • Yarn: Disable unnecessary builds (#​15299)
  • Toolbars: Add missing regenerator-runtime dependency (#​15312)

6.3.0-rc.11 (June 18, 2021)

Dependency Upgrades

6.3.0-rc.10 (June 17, 2021)

Bug Fixes
  • Angular: Fix nx project with workspace.json (#​15267)
  • Angular: Fix some Ivy rendering glitches (#​15279)

6.3.0-rc.9 (June 17, 2021)

Dependency Upgrades

6.3.0-rc.8 (June 16, 2021)

Features
  • Angular: Add built-in Ivy support instead of relying on addon (#​15229)
Bug Fixes
  • Addon-docs: Fix MDX compiler export to match new location (#​15266)
  • Addon-viewport: Fix CSS for scale reset on firefox (#​15128)

6.3.0-rc.7 (June 15, 2021)

Dependency Upgrades
  • Upgrade react-docgen-typescript-plugin to RDT 2.0 (#​15247)

6.3.0-rc.6 (June 15, 2021)

Bug Fixes
  • Core: Only call setup function on story navigation (#​15244)
Maintenance
  • Official-storybook: Add CSF3 setup function demo (#​15245)
Dependency Upgrades

6.3.0-rc.5 (June 14, 2021)

Bug Fixes
  • Vue3: Update args without re-mounting component (#​15168)
  • Core: Preserve other query params when changing args/globals (#​15213)
  • UI: Fix range slider value label size changes causing jittering (#​15145)
  • Codemod: Fix dist/node_modules ignore heuristic (#​15222)
  • Core: Fix autoRefs check in manager-webpack (#​15197)
Maintenance

6.3.0-rc.4 (June 12, 2021)

Dependency Upgrades
  • Vue3: Add vue-loader as a dependency (#​15207)

6.3.0-rc.3 (June 11, 2021)

Features
  • Core: Disable sidebar and don't load refs when singleStory=true (#​15201)
Bug Fixes
  • Angular: Use docsMode to set docs options (#​15194)
Maintenance
  • Addon-docs: Split out MDX compiler into standalone package (#​15205)

6.3.0-rc.2 (June 10, 2021)

Features
  • Core: Add shortcuts URL param to disable keyboard shortcuts (#​15192)
Bug Fixes
  • Angular: Fix builder runaway process (#​15189)

6.3.0-rc.1 (June 10, 2021)

Maintenance

6.3.0-rc.0 (June 9, 2021)

Storybook 6.3 is in RC!! 🎉🎉🎉

Hundreds of improvements and fixes, including:

  • Angular - Angular12, Ivy, overhauled docs support.
  • Web-components - Lit2 support.
  • Essentials - New measure/outline addons for CSS debugging.
  • Addon API - Keyboard shortcuts for addons. Initial support in viewports, toolbars.
  • Webpack 5 - Official support.
  • Vite builder - Community support.
  • Modern ESM - Modern package distribution.

Track the release in the Github: Storybook 6.3 Release 🛠

6.3.0-beta.18 (June 9, 2021)

Features
  • Toolbars: Add customizable keyboard navigation shortcuts (#​15169)
Bug Fixes
  • Controls: Initialize color control on reset (#​15059)

6.3.0-beta.17 (June 8, 2021)

Bug Fixes
  • Measure: Update version to fix hooks issue (#​15167)

6.3.0-beta.16 (June 8, 2021)

Features
  • Angular: Add compodoc to ng builder (#​15165)

6.3.0-beta.15 (June 7, 2021)

Bug Fixes
  • Angular: Clear root / docs-root when navigating from one tab to the other (#​15160)

6.3.0-beta.14 (June 6, 2021)

Features
  • Controls: Style undefined range slider different to filled one (#​14973)
Dependency Upgrades
  • Upgrade to react-docgen-typescript-plugin 1.0.0 (#​15154)

6.3.0-beta.13 (June 6, 2021)

Maintenance
  • CsfFile: Index Meta/Story annotations (#​15152)
  • CLI: Update project template for web-components (#​15149)
  • Build: Fix WC example and e2e tests (#​15146)

6.3.0-beta.12 (June 5, 2021)

Features
  • Essentials: Update measure/outline addons to support ESM and vite builder (#​15144)

6.3.0-beta.11 (June 4, 2021)

Bug Fixes
  • Angular: Fix Ivy rendering to use at most one render promise at a time (#​15139)
  • CSF tools: Refactor test cases (#​15142)
Maintenance
  • Web Components: Reintegrate @storybook/lit into @storybook/web-components (#​15042)

6.3.0-beta.10 (June 3, 2021)

Features
  • CLI: Add storybook-addon-angular-ivy to angular install (#​14653)
  • Angular: Ivy rendering for Canvas and Docs (#​15126)
  • Server: Add support for stories written in YAML (#​15049)

6.3.0-beta.9 (June 3, 2021)

Features
  • Essentials: Add measure and outline addons (#​15107)

6.3.0-beta.8 (June 2, 2021)

Features
  • Core: Add core.disableWebpackDefaults preset (#​15062)
Bug Fixes
  • Core: Fix prebuilt manager usage on first run (#​15121)

6.3.0-beta.7 (June 2, 2021)

Features
  • Angular: Add angular builder to start + build storybook (#​15061)
Bug Fixes
  • CLI: Fix react repro template deps (#​15118)

6.3.0-beta.6 (June 1, 2021)

Features
  • CLI: Add Server template generator (#​13979)
Bug Fixes
  • CLI: Disable react_in_yarn_workspace template for users, keep in e2e (#​15114)

6.3.0-beta.5 (May 30, 2021)

Bug Fixes
  • Vue2: Check types when typescript.check is true (#​15089)
  • Update markdown-to-jsx version to fix url links in comments (#​15083)
Maintenance
  • CLI: Add SKIP_PREFLIGHT_CHECK in CRA repro (#​15092)
  • Angular: Disable chromatic for story with dynamic time display (#​15074)

6.3.0-beta.4 (May 28, 2021)

Bug Fixes
  • Addon-docs: Fix MDX source rendering (#​15071)
  • CLI: Add new packages to versions.json (#​15073)
  • Addon-docs: Fix per-story docs.source parameter (#​15070)

6.3.0-beta.3 (May 28, 2021)

Failed NPM publish

6.3.0-beta.2 (May 27, 2021)

Features
  • Core: Add globals URL param and remove from sessionStorage (#​15056)
Bug Fixes
  • Core: Set loose: true in babel/preset-env config (#​15055)

6.3.0-beta.1 (May 26, 2021)

Bug Fixes
  • Core: Fix prebuilt manager (#​15050)
  • Core: Fix storySort order with whitespace in story paths (#​15038)
Maintenance
  • Do not try to named import from global (#​15043)
  • Remove storybook/lit from monorepo (#​15048)

6.3.0-beta.0 (May 26, 2021)

Storybook 6.3 is in beta!! 🎉🎉🎉

Hundreds of improvements and fixes, including:

  • Angular - Overhauled Angular support.
  • Web-components - Lit2 support.
  • Webpack 5 - Official support.
  • Vite builder - Community support.
  • Modern ESM - Modern package distribution.
  • API - Keyboard shortcuts for addons.

Track the release in the Github: Storybook 6.3 Release 🛠

6.3.0-alpha.45 (May 26, 2021)

Features
  • CLI: Add option to force-build iframe despite custom preview URL (#​15030)
Bug Fixes
  • Addon-docs: Fix source block tree shaking (#​15035)
  • Addon-a11y: Highlight all elements correctly (#​14935)

6.3.0-alpha.44 (May 25, 2021)

Features
  • Presets: Expand webpackInstance to include entire namespace (#​15016)
  • Angular: Add angularBrowserTarget option in server (#​14955)
Bug Fixes
  • Core:

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@vercel
Copy link

vercel bot commented Nov 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react/4wRhnAXJF6xQcGJ2e5zQwQbZgZ2k
✅ Preview: https://renderlesskit-react-git-renovate-dev-dependen-fb2b4e-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 0e18de9 to 8c8a758 Compare November 26, 2021 17:26
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency react-hook-form to v7.20.4 chore(deps): ⬆️ update dev dependencies (minor) Nov 26, 2021
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 8c8a758 to eef1df3 Compare November 26, 2021 20:38
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from eef1df3 to b7727cd Compare November 27, 2021 15:32
@navin-moorthy navin-moorthy merged commit 2891e2e into main Nov 29, 2021
@navin-moorthy navin-moorthy deleted the renovate/dev-dependencies-(minor) branch November 29, 2021 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants