Skip to content

Release Notes

This document contains release notes for the @studiocms/ui package. For more information, see the CHANGELOG file

  • #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";
    ---
  • #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.
  • #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

  • Initial Testing release