Skip to content

v7.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@markacianfrani markacianfrani released this 06 Jul 17:11
· 602 commits to main since this release
  • a7296b6: Our /dist/custom-elements build has been removed in favor of a faster treeshakeable /dist/components build. We anticipate very few people are using this build. To check if your project is affected, you can do a global find for 'astro-web-components/dist/custom-elements' in your project. If you are using this build, switch to 'astro-web-components/dist/loader' instead.

  • 27b7289: Modal has been removed. It has been renamed to Dialog to align with our Design System naming and shares the exact same API as Modal.

    Migration: You can do a global find/replace on your project for:

    rux-modal -> rux-dialog
    ruxmodalclosed -> ruxdialogclosed
    ruxmodalopened -> ruxdialogopened