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

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

v0.4.0 #36

wants to merge 40 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)
  • New customization options
    • Ability to pass stylesheet to integration which gets included after the main CSS file for customizing the CSS variables
  • Selects & Modals break when using view transitions
  • Dev toolbar doesn't work in published versions (at least with pkg.pr.new)
  • Multiple new components
  • Updates to the documentation
    • Documentation on customizing StudioCMS UI
    • Documentation for the new components
    • Documentation for Sidebars
    • Upgrade guide

@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-21 16:52:52 CET

Copy link

changeset-bot bot commented Dec 25, 2024

🦋 Changeset detected

Latest commit: 27d66c8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@studiocms/ui Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another 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: 27d66c8

@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 11 commits January 18, 2025 14:40
…performance; update package.json to use workspace references for @studiocms/ui
…38)

* Add build scripts and restructure UI components; remove unused files and update workspace configuration

* Refactor CSS and component structure; remove unused assets and update imports for consistency

* Update docs build script to ensure proper execution of build commands
@louisescher louisescher marked this pull request as ready for review January 21, 2025 14:42
@louisescher louisescher requested a review from a team as a code owner January 21, 2025 14:42
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