Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ tsconfig.vitest-temp.json

# test-storybooks
test-storybooks/ember-cli/ember-output
test-storybooks/angular-cli/addon-jest.testresults.json


npm-shrinkwrap.json
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 9.1.13

- CSF: Fix `play-fn` tag for methods - [#32695](https://github.com/storybookjs/storybook/pull/32695), thanks @shilman!

## 9.1.12

- Maintenance: Hotfix for missing nextjs dts files, thanks @ndelangen!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ For additional help, share your issue in [the repo's GitHub Discussions](https:/
| [events](https://github.com/storybookjs/addon-events) | Interactively fire events to components that respond to EventEmitter |
| [google-analytics](https://github.com/storybookjs/addon-google-analytics) | Reports google analytics on stories |
| [graphql](https://github.com/storybookjs/addon-graphql) | Query a GraphQL server within Storybook stories |
| [jest](code/addons/jest/) | View the results of components' unit tests in Storybook |
| [jest](https://github.com/storybookjs/addon-jest) | View the results of components' unit tests in Storybook |
| [links](code/addons/links/) | Create links between stories |
| [measure](code/core/src/measure/) | Visually inspect the layout and box model within the Storybook UI |
| [outline](code/core/src/outline/) | Visually debug the CSS layout and alignment within the Storybook UI |
Expand Down
261 changes: 0 additions & 261 deletions code/addons/jest/README.md

This file was deleted.

Binary file removed code/addons/jest/docs/storybook-addon-jest.gif
Binary file not shown.
1 change: 0 additions & 1 deletion code/addons/jest/manager.js

This file was deleted.

89 changes: 0 additions & 89 deletions code/addons/jest/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions code/addons/jest/project.json

This file was deleted.

Loading