Skip to content

Commit 8c12257

Browse files
committed
Merge branch 'latest-release'
2 parents 31fcb75 + 8fa9049 commit 8c12257

99 files changed

Lines changed: 251 additions & 227 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 43 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
parallelism:
435435
type: integer
436436
executor:
437-
class: medium+
437+
class: large
438438
name: sb_playwright
439439
parallelism: << parameters.parallelism >>
440440
steps:
@@ -447,6 +447,13 @@ jobs:
447447
command: |
448448
TEMPLATE=$(yarn get-template --cadence << pipeline.parameters.workflow >> --task test-runner)
449449
cd sandbox/$(yarn get-sandbox-dir --template $TEMPLATE) && yarn
450+
- run:
451+
name: Serving static storybook
452+
command: yarn task --task serve --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task test-runner) --no-link --start-from=serve --junit
453+
background: true
454+
- run:
455+
name: Waiting for storybook to be ready
456+
command: npx wait-on http://127.0.0.1:8001
450457
- run:
451458
name: Running Test Runner
452459
command: yarn task --task test-runner --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task test-runner) --no-link --start-from=never --junit
@@ -817,10 +824,10 @@ workflows:
817824
- lint:
818825
requires:
819826
- build
820-
# TODO: don't forget to reenable this
821-
# - bench-packages:
822-
# requires:
823-
# - build
827+
# TODO: don't forget to reenable this
828+
# - bench-packages:
829+
# requires:
830+
# - build
824831
- check
825832
- unit-tests:
826833
requires:
@@ -854,18 +861,18 @@ workflows:
854861
requires:
855862
- create-sandboxes
856863
- test-runner-production:
857-
parallelism: 8
864+
parallelism: 5
858865
requires:
859866
- create-sandboxes
860867
- vitest-integration:
861868
parallelism: 5
862869
requires:
863870
- create-sandboxes
864-
# TODO: don't forget to reenable this
865-
# - bench-sandboxes:
866-
# parallelism: 5
867-
# requires:
868-
# - create-sandboxes
871+
# TODO: don't forget to reenable this
872+
# - bench-sandboxes:
873+
# parallelism: 5
874+
# requires:
875+
# - create-sandboxes
869876
- test-ui-testing-module:
870877
requires:
871878
- build
@@ -891,10 +898,10 @@ workflows:
891898
- lint:
892899
requires:
893900
- build
894-
# TODO: don't forget to reenable this
895-
# - bench-packages:
896-
# requires:
897-
# - build
901+
# TODO: don't forget to reenable this
902+
# - bench-packages:
903+
# requires:
904+
# - build
898905
- check
899906
- unit-tests:
900907
requires:
@@ -928,7 +935,7 @@ workflows:
928935
requires:
929936
- create-sandboxes
930937
- test-runner-production:
931-
parallelism: 14
938+
parallelism: 11
932939
requires:
933940
- create-sandboxes
934941
- vitest-integration:
@@ -947,16 +954,16 @@ workflows:
947954
- test-init-features:
948955
requires:
949956
- build
950-
# TODO: don't forget to reenable this
951-
# - bench-sandboxes:
952-
# parallelism: 5
953-
# requires:
954-
# - create-sandboxes
955-
# TODO: reenable once we find out the source of flakyness
956-
# - test-runner-dev:
957-
# parallelism: 4
958-
# requires:
959-
# - create-sandboxes
957+
# TODO: don't forget to reenable this
958+
# - bench-sandboxes:
959+
# parallelism: 5
960+
# requires:
961+
# - create-sandboxes
962+
# TODO: reenable once we find out the source of flakyness
963+
# - test-runner-dev:
964+
# parallelism: 4
965+
# requires:
966+
# - create-sandboxes
960967
daily:
961968
when:
962969
equal: [daily, << pipeline.parameters.workflow >>]
@@ -966,10 +973,10 @@ workflows:
966973
- lint:
967974
requires:
968975
- build
969-
# TODO: don't forget to reenable this
970-
# - bench-packages:
971-
# requires:
972-
# - build
976+
# TODO: don't forget to reenable this
977+
# - bench-packages:
978+
# requires:
979+
# - build
973980
- check
974981
- unit-tests:
975982
requires:
@@ -1003,7 +1010,7 @@ workflows:
10031010
requires:
10041011
- create-sandboxes
10051012
- test-runner-production:
1006-
parallelism: 29
1013+
parallelism: 21
10071014
requires:
10081015
- create-sandboxes
10091016
- vitest-integration:
@@ -1046,8 +1053,8 @@ workflows:
10461053
# requires:
10471054
# - create-sandboxes
10481055

1049-
# TODO: reenable once we find out the source of flakyness
1050-
# - test-runner-dev:
1051-
# parallelism: 4
1052-
# requires:
1053-
# - create-sandboxes
1056+
# TODO: reenable once we find out the source of flakyness
1057+
# - test-runner-dev:
1058+
# parallelism: 4
1059+
# requires:
1060+
# - create-sandboxes

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 8.6.13
2+
3+
- CLI: Add skip onboarding, recommended/minimal config - [#30930](https://github.com/storybookjs/storybook/pull/30930), thanks @shilman!
4+
- Controls: Fix boxShadow on empty controls - [#27193](https://github.com/storybookjs/storybook/pull/27193), thanks @H0onnn!
5+
- Core: Fix using dates in expect statements - [#28413](https://github.com/storybookjs/storybook/pull/28413), thanks @yann-combarnous!
6+
- React Native Web: Update `react-native-web` - [#31324](https://github.com/storybookjs/storybook/pull/31324), thanks @ndelangen!
7+
- Test: Make sure that lit arrays are not cloned - [#31435](https://github.com/storybookjs/storybook/pull/31435), thanks @kasperpeulen!
8+
19
## 8.6.12
210

311
- CLI: Only install Visual Test Addon if test feature is selected - [#30966](https://github.com/storybookjs/storybook/pull/30966), thanks @ghengeveld!

code/addons/a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-a11y",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "Test component compliance with web accessibility standards",
55
"keywords": [
66
"a11y",

code/addons/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-actions",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "Get UI feedback when an action is performed on an interactive element",
55
"keywords": [
66
"storybook",

code/addons/backgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-backgrounds",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "Switch backgrounds to view components in different settings",
55
"keywords": [
66
"addon",

code/addons/controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-controls",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "Interact with component inputs dynamically in the Storybook UI",
55
"keywords": [
66
"addon",

code/addons/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-docs",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "Document component usage and properties in Markdown",
55
"keywords": [
66
"addon",

code/addons/essentials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-essentials",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "Curated addons to bring out the best of Storybook",
55
"keywords": [
66
"addon",

code/addons/gfm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-mdx-gfm",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "GitHub Flavored Markdown in Storybook",
55
"keywords": [
66
"addon",

code/addons/highlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-highlight",
3-
"version": "8.6.12",
3+
"version": "8.6.13",
44
"description": "Highlight DOM nodes within your stories",
55
"keywords": [
66
"storybook-addons",

0 commit comments

Comments
 (0)