Jun 3, 2024

Umrel Design System - Release Notes

Welcome to the release notes for Umrel Design System v0.1.0!
This release introduces a foundational set of components, utilities, and design tokens to streamline the development of user interfaces within our organization. Please find below the details of the changes and additions included in this release:

New Features

  • Icon Library: Introducing
    umrel-icon
    library with a comprehensive set of icons for use in our applications.
  • Design Tokens: Added a comprehensive set of design tokens including
    Border
    ,
    Breakpoints
    ,
    Color
    ,
    Font
    ,
    Height
    ,
    Motion
    ,
    Space
    ,
    Text
    ,
    Width
    , and
    Z-Index
    . Both global and alias tokens are provided.
  • Components: Initial release of
    Button
    and
    Link
    components.
  • Utilities: Added
    Stack
    ,
    Icon
    , and
    Text
    utilities for enhanced layout and text styling.
  • Hooks: Introduced
    useMedia
    hook, a React hook to track CSS media query state for responsive designs.

Additional Information

All components and utilities are currently restricted for internal use only and are not publicly available as open source.