microsoft / fast

The adaptive interface system for modern web experiences.
https://www.fast.design
Other
9.23k stars 589 forks source link

Upgrade to Storybook 8 in FAST Foundation #6929

Closed radium-v closed 3 months ago

radium-v commented 5 months ago

Pull Request

📖 Description

This PR updates the FAST Foundation project to use Storybook 8.

🎫 Issues

6698

👩‍💻 Reviewer Notes

Most of the changes in this PR can be categorized into a few manageable piles:

📑 Test Plan

All tests in fast-foundation should pass as expected, though some individual test modules might be flaky in different environments.

✅ Checklist

General

⏭ Next Steps

6855

radium-v commented 5 months ago

I checked to see if anything we generate is affected by the removal of sideEffects: false - the only file that changed in dist/ was custom-elements.json, and all that changed was the sort order.

I'm still investigating if consumers of @microsoft/fast-foundation rely on us to have sideEffects: false for tree-shaking to work for them.