Skip to content

@rocket.chat/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 21:20
· 2 commits to main since this release

Minor Changes

  • #1494 242af51 Thanks @dougfabris! - feat(fuselage): Update selected system message background

  • #1475 e86ad6f Thanks @tassoevan! - Simplifies Skeleton

    It replaces the dependency on Box with StylingBox and implements a new background animation.

  • #1470 86fe018 Thanks @tassoevan! - Simplifies Accordion and AccordionItem

    It removes an obsolete and not accessible toggle switch in AccordionItem and eases the internal usage of Box to
    improve rendering performance.

    Additionally, it adds a new StylingBox component that can be used as a wrapper for components that accept styling
    props but don't need the weight of the Box component prop handling internally.

    Also, it adds a new cx and cxx helpers to compose class names.

  • #1493 a38bf08 Thanks @dougfabris! - feat(fuselage): Update selected message background

Patch Changes