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

Release 11.0.0 #248

Merged
merged 22 commits into from
Mar 13, 2024
Merged

Release 11.0.0 #248

merged 22 commits into from
Mar 13, 2024

Conversation

hobbitronics
Copy link
Contributor

@hobbitronics hobbitronics commented Mar 10, 2024

followed https://storybook.js.org/docs/migration-guide
ran npx storybook@7 upgrade

Added

  • add some dependencies when running the script (react, react-dom, etc)
  • add some alternative build scripts when running the script
  • add autoDocs: true to get Docs working in Stories
  • add storybook/svelte-vite to simplify build config and improve performance

Removed

  • remove webpack and config, addon-postcss, css-loader, style-loader and a few more during migration

Changed (BREAKING)

  • update svelte 3 to 4 (BREAKING CHANGE)
  • updated storybook 6 to 7
  • updated other dependencies including sass
  • update actions

Fixed

  • link.href typo
  • Fix failed GitHub pages deployment

BREAKING CHANGE: consumers now need to use svelte 4 to not get npm error when installing

hobbitronics and others added 20 commits January 24, 2024 07:30
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](indutny/node-ip@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…/ip-2.0.1

build(deps): bump ip from 2.0.0 to 2.0.1
BREAKING CHANGE: updated from svelte 3 to svelte 4. Consumers should use svelte 4
update gh-actions versions to fix storybook deployment
@hobbitronics hobbitronics requested a review from a team March 10, 2024 20:49
.storybook/main.js Show resolved Hide resolved
stories/Alert.stories.svelte Outdated Show resolved Hide resolved
@hobbitronics hobbitronics merged commit 253a317 into main Mar 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants