Releases: kurrent-io/Design-System
Releases · kurrent-io/Design-System
@eventstore-ui/layout@1.2.1
Patch Changes
f888953- Export panel helpers
@eventstore-ui/utils@1.2.0
Minor Changes
-
e1ee71d- New helpers:piercingQuerySelectorAllwill select elements with a selector while piercing inside the shadowDOM.slottedQuerySelectorAllwill select elements that a slotted in a slot, optionally piercing inside their shadowDOM.
@eventstore-ui/layout@1.2.0
Minor Changes
-
e1ee71d- Collapsable panelsNew Components:
es-layout-auto-label: Attaches a popover label to selected childrenes-layout-hr: A horizontal rule, for dividing vertical panels
Improvements:
es-panelwill now share it's panel mode with it's decendants, allowing them to change in response.es-layout-button&es-layout-linkwill change to a "collapsed" mode an ancestrales-panelis collapsed.es-layout-sectionwill apply a popover label to collapsedes-layout-button&es-layout-link, and style itself for collapsing.es-iconcan now be used as an ouroboros, without text.
Bug fixes:
es-sized-panelwill correctly reset it's layout area on dismount.
@eventstore-ui/fields@1.0.2
Patch Changes
e1ee71d- Readmes updated
@eventstore-ui/components@1.3.0
Minor Changes
-
e1ee71d-es-popoverimprovementsBug 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-xandes-popover-yto allow transitioning each individuallly. - Export
es-popovertypes from index
@eventstore-ui/editor@1.0.2
Patch Changes
b3f8482- Bug Fix: Fix editor failing to initialize
@eventstore-ui/editor@1.0.1
Patch Changes
ba9a670- Use global monaco on window
@eventstore-ui/theme@1.0.2
Patch Changes
6c452bd- Fix build
@eventstore-ui/router@1.0.3
Patch Changes
67b7f3b- Include file extensions in esm build
@eventstore-ui/utils@1.1.1
Patch Changes
dee32f4- BUGFIX: don't selectdisplay: contents;ordisplay: hidden;elements as scroll parent, as they cannot scroll.