Skip to content

v0.1.25 - #313

Merged
radumojic merged 2 commits into
mainfrom
development
Aug 25, 2026
Merged

v0.1.25#313
radumojic merged 2 commits into
mainfrom
development

Conversation

@radumojic

Copy link
Copy Markdown
Contributor

Issue/Feature

  • fix Tailwind preflight leak, replaced by per-component scoped resets
  • fix Tailwind CSS output that had silently stopped being generated.
  • replace stencil-tailwind-plugin with an in-repo Stencil plugin
  • dependency updates resolving all advisories
  • updated md files
  • migrated Storybook from @storybook/html-vite renderer to @stencil/storybook-plugin
  • added stories for missing 23 components

Styling updates, possibly Breaking

  • global CSS classes now prefixed mvx-
Old New Component
.icon-close .mvx-icon-close mvx-custom-toast
.toast-body .mvx-toast-body mvx-custom-toast
.toast-wrapper .mvx-toast-wrapper mvx-custom-toast
.content .mvx-content mvx-simple-toast
.content-heading .mvx-content-heading mvx-simple-toast
.content-heading-title .mvx-content-heading-title mvx-simple-toast
.content-icon .mvx-content-icon mvx-simple-toast
.content-left .mvx-content-left mvx-simple-toast
.content-message .mvx-content-message mvx-simple-toast
.content-right .mvx-content-right mvx-simple-toast
.icon-close .mvx-icon-close mvx-simple-toast
.no-margin .mvx-no-margin mvx-simple-toast
.subtitle .mvx-subtitle mvx-simple-toast
.hidden .mvx-hidden mvx-toast-list
.maximize-button .mvx-maximize-button mvx-toast-list
.minimize-button .mvx-minimize-button mvx-toast-list
.view-all-button .mvx-view-all-button mvx-toast-list
.full-width .mvx-full-width mvx-transaction-toast-content
.expanded .mvx-expanded mvx-transaction-toast-details
.rotated .mvx-rotated mvx-transaction-toast-details
.show-more-button .mvx-show-more-button mvx-transaction-toast-details
.view-all-container .mvx-view-all-container mvx-transaction-toast-details
.animate .mvx-animate mvx-transaction-toast-progress
.fill .mvx-fill mvx-transaction-toast-progress
.infinite .mvx-infinite mvx-transaction-toast-progress

Contains breaking changes

  • No
  • Yes

Updated CHANGELOG

  • Yes

Testing

  • User testing
  • Unit tests

- fix Tailwind preflight leak, replaced by per-component scoped resets
- fix Tailwind CSS output that had silently stopped being generated.
- replace `stencil-tailwind-plugin` with an in-repo Stencil plugin
- dependency updates resolving all advisories
- updated md files
- migrated Storybook from @storybook/html-vite renderer to `@stencil/storybook-plugin`
- added stories for missing 23 components
- global CSS classes now prefixed `mvx-`
ioandanpopa
ioandanpopa previously approved these changes Aug 25, 2026
@radumojic
radumojic merged commit 9c73658 into main Aug 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants