Skip to content

Releases: withstudiocms/ui

@studiocms/[email protected]

27 Jan 20:52
901faf8
Compare
Choose a tag to compare

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]

25 Jan 17:08
a1c776d
Compare
Choose a tag to compare

Patch Changes

@studiocms/[email protected]

24 Jan 10:52
f95a27e
Compare
Choose a tag to compare

Patch Changes

@studiocms/[email protected]

24 Jan 10:29
ed7a670
Compare
Choose a tag to compare

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 from studiocms:ui/components which allows passing custom image collections from Iconify.

    Updated:

    • Icon component to use this new system.

@studiocms/[email protected]

24 Jan 05:59
2337fa2
Compare
Choose a tag to compare

Patch Changes

  • #46 29ea967 Thanks @louisescher! - Fixes icons getting cut off in certain circumstances and changes dropdown links to include icons

@studiocms/[email protected]

23 Jan 20:19
fd9fab4
Compare
Choose a tag to compare

Patch Changes

@studiocms/[email protected]

23 Jan 18:33
f453e42
Compare
Choose a tag to compare

Patch Changes

@studiocms/[email protected]

23 Jan 07:38
9859bee
Compare
Choose a tag to compare

Minor Changes

  • #36 07e2d9e Thanks @louisescher! - Implement Build step and migrate all exported components into virtual modules

    Instead of @studiocms/ui/components use studiocms: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]

22 Dec 10:00
8e42dfd
Compare
Choose a tag to compare

Patch Changes

  • #33 58e223c Thanks @louisescher! - Fix tabs not being displayed correctly & dividers displaying backgrounds for empty slots

@studiocms/[email protected]

19 Dec 18:46
7a624a6
Compare
Choose a tag to compare

Patch Changes