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

v0.4.0 #36

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

v0.4.0 #36

wants to merge 24 commits into from

Conversation

louisescher
Copy link
Member

@louisescher louisescher commented Dec 25, 2024

Description

This is the WIP PR for v0.4.0 of StudioCMS UI. Changes include:

  • Two new color variations, info and monochrome
  • All components and their imports being moved to virtual modules
  • All components being refactored such that necessary CSS and scripts live in their own files
  • Fix tabs acting as submit buttons
  • Buttons convert to links when passing href automatically (closes [Feature Request]: Automatic anchor tags if href is passed to Button component #35)
  • Multiple new components
  • New customization options
    • Ability to pass stylesheet to integration which gets included after the main CSS file for customizing the CSS variables
    • The ability to bring your own icon set
  • Updates to the documentation
    • Documentation on customizing StudioCMS UI
    • Documentation for the new components
    • Upgrade guide
  • Selects & Modals break when using view transitions

@withstudiocms-deployments
Copy link

withstudiocms-deployments bot commented Dec 25, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-01-16 20:11:56 CET

Copy link

changeset-bot bot commented Dec 25, 2024

⚠️ No Changeset found

Latest commit: 7c82fa1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

pkg-pr-new bot commented Dec 25, 2024

Open in Stackblitz

npm i https://pkg.pr.new/@studiocms/ui@36

commit: 7c82fa1

@louisescher louisescher self-assigned this Dec 25, 2024
@louisescher louisescher added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 25, 2024
@louisescher

This comment has been minimized.

louisescher and others added 2 commits January 16, 2025 21:10
Co-authored-by: Adam Matthiesen <amatthiesen@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Automatic anchor tags if href is passed to Button component [Feature Request]: Accordion
3 participants