Skip to content

Releases: withstudiocms/ui

@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

@studiocms/[email protected]

19 Dec 15:59
034b2ff
Compare
Choose a tag to compare

Minor Changes

  • #18 e471e11 Thanks @louisescher! - The Accessibility Update

    This version of @studiocms/ui includes a lot of improvements to the documentation and components. The most important changes include the move to
    an integration-based system and a massive keyboard accessibility overhaul (thanks to HiDeoo for the feedback on this)!

    Components

    • Added a new <Tabs /> component based on the tabs on the homepage.
    • Updated the <Card /> component to include a new "filled" style.

    Utilities

    • Moved the ThemeHelper class to its own category in the docs.

    Accessibility

    • Overhauled the keyboard accessibility on all components to make them adhere to the ARIA standards.

@studiocms/[email protected]

08 Dec 09:48
113f184
Compare
Choose a tag to compare

Minor Changes

  • #1 14be139 Thanks @Adammatthiesen! - Added a new footer component, made accessibility improvements and preparations for first stable release

Patch Changes