Releases: withstudiocms/ui
Releases · withstudiocms/ui
@studiocms/[email protected]
Patch Changes
-
#56
40ae2ea
Thanks @Adammatthiesen! - Add option to disable global CSS injection and allow users to import the global css themselves.Basic Example of how to import:
--- import "studiocms:ui/global-css"; ---
@studiocms/[email protected]
Patch Changes
- #52
65eea2c
Thanks @Adammatthiesen! - Update Input component to allow search type
@studiocms/[email protected]
Patch Changes
- #50
51d5565
Thanks @Adammatthiesen! - fix weird icon sizing during build
@studiocms/[email protected]
Patch Changes
-
#48
4a43e03
Thanks @Adammatthiesen! - Fix Icon component requiring functions from Iconify Utils lib during runtime as well as extend usage possibilities.NEW:
IconBase
component exported fromstudiocms:ui/components
which allows passing custom image collections from Iconify.
Updated:
Icon
component to use this new system.
@studiocms/[email protected]
Patch Changes
- #46
29ea967
Thanks @louisescher! - Fixes icons getting cut off in certain circumstances and changes dropdown links to include icons
@studiocms/[email protected]
Patch Changes
- #44
99a2f79
Thanks @louisescher! - Fixes compatibility issues with Astro view transitions
@studiocms/[email protected]
Patch Changes
- #40
641e4b0
Thanks @Adammatthiesen! - Update publish config and files included
@studiocms/[email protected]
Minor Changes
-
#36
07e2d9e
Thanks @louisescher! - Implement Build step and migrate all exported components into virtual modulesInstead of
@studiocms/ui/components
usestudiocms:ui/components
For more information see https://ui.studiocms.dev
-
#36
07e2d9e
Thanks @louisescher! - Add a few new components:- Accordion
- Badge
- Breadcrumbs
- Group
- Progress
- Sidebar
Add two new colors
info
(Blue)monochrome
(Black/White)
Add the ability to pass a CSS file for customization of all colors
@studiocms/[email protected]
Patch Changes
- #33
58e223c
Thanks @louisescher! - Fix tabs not being displayed correctly & dividers displaying backgrounds for empty slots
@studiocms/[email protected]
Patch Changes
- #27
6b0b58f
Thanks @louisescher! - Add pathe as a dependency to deal with path issues on Windows