Skip to content

Releases: kurrent-io/Design-System

@eventstore-ui/layout@1.2.1

08 May 10:31

Choose a tag to compare

Patch Changes

@eventstore-ui/utils@1.2.0

06 May 15:44

Choose a tag to compare

Minor Changes

  • e1ee71d - New helpers:

    • piercingQuerySelectorAll will select elements with a selector while piercing inside the shadowDOM.
    • slottedQuerySelectorAll will select elements that a slotted in a slot, optionally piercing inside their shadowDOM.

@eventstore-ui/layout@1.2.0

06 May 15:44

Choose a tag to compare

Minor Changes

  • e1ee71d - Collapsable panels

    New Components:

    • es-layout-auto-label: Attaches a popover label to selected children
    • es-layout-hr: A horizontal rule, for dividing vertical panels

    Improvements:

    • es-panel will now share it's panel mode with it's decendants, allowing them to change in response.
    • es-layout-button & es-layout-link will change to a "collapsed" mode an ancestral es-panel is collapsed.
    • es-layout-section will apply a popover label to collapsed es-layout-button & es-layout-link, and style itself for collapsing.
    • es-icon can now be used as an ouroboros, without text.

    Bug fixes:

    • es-sized-panel will correctly reset it's layout area on dismount.

@eventstore-ui/fields@1.0.2

06 May 15:44

Choose a tag to compare

Patch Changes

@eventstore-ui/components@1.3.0

06 May 15:44

Choose a tag to compare

Minor Changes

  • e1ee71d - es-popover improvements

    Bug Fixes:

    • Prevent the popover from getting stuck closed when opening and closing too quickly
    • Fix modifier css selectors on es-popper-inner

    Improvements:

    • Split out x and y translations to es-popover-x and es-popover-y to allow transitioning each individuallly.
    • Export es-popover types from index

@eventstore-ui/editor@1.0.2

17 Apr 11:53

Choose a tag to compare

Patch Changes

  • b3f8482 - Bug Fix: Fix editor failing to initialize

@eventstore-ui/editor@1.0.1

16 Apr 16:20

Choose a tag to compare

Patch Changes

  • ba9a670 - Use global monaco on window

@eventstore-ui/theme@1.0.2

15 Apr 16:42

Choose a tag to compare

Patch Changes

@eventstore-ui/router@1.0.3

15 Apr 16:42

Choose a tag to compare

Patch Changes

  • 67b7f3b - Include file extensions in esm build

@eventstore-ui/utils@1.1.1

22 Dec 13:01

Choose a tag to compare

Patch Changes

  • dee32f4 - BUGFIX: don't select display: contents; or display: hidden; elements as scroll parent, as they cannot scroll.