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

Angular: Add angular 14 sandbox template #19181

Merged
merged 59 commits into from
Oct 13, 2022
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
1f026b4
Created angular template to get started
tmeasday Sep 14, 2022
4c0676c
Exclude all rules from template-stories
tmeasday Sep 14, 2022
4f7a6fe
Fix stories that used the html component wrong
tmeasday Sep 15, 2022
297725c
Implement components for angular
tmeasday Sep 15, 2022
a0e0a18
Increase parallelism
tmeasday Sep 15, 2022
3b92e53
Deepscan
tmeasday Sep 15, 2022
90575ba
Fix type problems in angular components
tmeasday Sep 16, 2022
a937b03
Don't overwrite existing SB scripts in sandbox
tmeasday Sep 16, 2022
f868d66
Fix previous
tmeasday Sep 16, 2022
d9d6b4a
Fix script
tmeasday Sep 16, 2022
2068c3c
Merge remote-tracking branch 'origin/next' into tom/sb-512-angular-14
tmeasday Sep 16, 2022
a2d74f9
Move over a bunch of angular-cli stories
tmeasday Sep 16, 2022
b5cc92b
Merge branch 'tom/sb-512-angular-14' into tom/sb-606-migrate-stories-…
tmeasday Sep 16, 2022
2caa680
Fix typing issues in angular renderer stories
tmeasday Sep 16, 2022
a8c44ca
Drop titles and use autotitle where possible
tmeasday Sep 16, 2022
7e66592
We don't have to have an argtype for every arg
tmeasday Sep 18, 2022
4eebc48
Merge branch 'next' into tom/sb-512-angular-14
ndelangen Oct 5, 2022
3c92d7f
Merge branch 'next' into tom/sb-606-migrate-stories-and-delete-angula…
ndelangen Oct 5, 2022
c12536d
Merge branch 'tom/sb-512-angular-14' into tom/sb-606-migrate-stories-…
ndelangen Oct 5, 2022
1e39b02
Sort out other sandboxes
tmeasday Oct 6, 2022
07a0f39
Drop fixed test runner version and use index.json
tmeasday Oct 6, 2022
cc723f8
Merge branch 'tom/sb-512-angular-14' into tom/sb-606-migrate-stories-…
tmeasday Oct 6, 2022
2529fa7
Move angular docs stories to framework
tmeasday Oct 7, 2022
6343f99
Remove snapshots
tmeasday Oct 7, 2022
55d0559
Create `combine-compodoc` script
tmeasday Oct 10, 2022
ba8003e
Wired up combine-compodoc
tmeasday Oct 10, 2022
09addc3
Small improvement
tmeasday Oct 10, 2022
f8e3232
Allow style/text to be unset
tmeasday Oct 10, 2022
904353b
Add types
tmeasday Oct 10, 2022
2ed71af
Distinguish button components
tmeasday Oct 10, 2022
f444114
Merge branch 'tom/sb-512-angular-14' into tom/sb-606-migrate-stories-…
tmeasday Oct 10, 2022
48cc2ce
One less example (?)
tmeasday Oct 10, 2022
c4ad8b3
Merge remote-tracking branch 'origin/next' into tom/sb-512-angular-14
tmeasday Oct 10, 2022
4ebdcda
Merge pull request #19202 from storybookjs/tom/sb-606-migrate-stories…
tmeasday Oct 10, 2022
da4be79
Merge remote-tracking branch 'origin/next' into tom/sb-512-angular-14
tmeasday Oct 10, 2022
b62fbc2
Fix missing export
tmeasday Oct 10, 2022
157c205
remove docgen components (already under argTypes)
tmeasday Oct 10, 2022
1cfaba4
Put `--index-json` back
tmeasday Oct 10, 2022
e40b9ee
Skip more sandbox tasks for now
tmeasday Oct 11, 2022
c7ca0f4
Reduce smoke test parallelism
tmeasday Oct 11, 2022
2234f4b
Disable `smoke-tests` for more frameworks
tmeasday Oct 11, 2022
9c6d06c
Actually wait for init promise in right place
tmeasday Oct 11, 2022
2ddf91c
Use a canary version of the test runner
tmeasday Oct 11, 2022
12ac825
Update test-runner.ts
tmeasday Oct 11, 2022
8855e67
Fix typo
tmeasday Oct 11, 2022
bcbe558
Debug yarn why
tmeasday Oct 11, 2022
b204293
Reduce the number of workers to the test runner
tmeasday Oct 12, 2022
41fa850
Disable test runner for vue-cli
tmeasday Oct 12, 2022
515ac28
Decrement test runner tasks
tmeasday Oct 12, 2022
548cd31
Merge remote-tracking branch 'origin/next' into tom/sb-512-angular-14
tmeasday Oct 12, 2022
dee025d
Fix parallelism
tmeasday Oct 12, 2022
564a4f0
Fix types in shortcut(s)
tmeasday Oct 12, 2022
45231e4
Merge remote-tracking branch 'origin/next' into tom/sb-512-angular-14
tmeasday Oct 13, 2022
3492b4c
Update button component to use label
tmeasday Oct 13, 2022
ee7c109
Parallelism was wrong
tmeasday Oct 13, 2022
e0ebbe4
Remove unused import
tmeasday Oct 13, 2022
92b7404
Fix angular MDX story
tmeasday Oct 13, 2022
eaf6cef
Refactor stories that used `component: `, which is no longer supported
tmeasday Oct 13, 2022
6f9452d
Fix null valued props
tmeasday Oct 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 15
parallelism: 16
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -324,7 +324,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 14
parallelism: 15
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -339,7 +339,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 15
parallelism: 16
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -358,7 +358,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 15
parallelism: 16
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -373,7 +373,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 15
parallelism: 16
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand All @@ -388,7 +388,7 @@ jobs:
executor:
class: medium+
name: sb_playwright
parallelism: 15
parallelism: 16
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand Down
4 changes: 2 additions & 2 deletions code/addons/a11y/template/stories/parameters.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Options = {

export const Config = {
args: {
contents:
content:
'<button style="color: rgb(255, 255, 255); background-color: rgb(76, 175, 80);">Click me!</button>',
},
parameters: {
Expand All @@ -45,7 +45,7 @@ export const Config = {

export const Targetted = {
args: {
contents: '<button class="custom-target">Click Me!</button>',
content: '<button class="custom-target">Click Me!</button>',
},
parameters: {
a11y: {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading