Releases: kurrent-io/Design-System
Releases · kurrent-io/Design-System
@eventstore-ui/utils@1.2.1
Patch Changes
20dcceb- Standardization of builds across design system libraries.
@eventstore-ui/theme@1.0.3
Patch Changes
20dcceb- Standardization of builds across design system libraries.
@eventstore-ui/stores@1.1.1
Patch Changes
20dcceb- Standardization of builds across design system libraries.
@eventstore-ui/router@1.0.4
Patch Changes
20dcceb- Standardization of builds across design system libraries.
@eventstore-ui/forms@1.0.2
Patch Changes
20dcceb- Standardization of builds across design system libraries.
@eventstore-ui/editor@2.0.0
Major Changes
-
20dcceb- Monaco editor has been moved to a seperate package:@eventstore-ui/monaco-editor.Breaking changes:
assetsPathYou must now also copy
assetsPathas well asworkersPath, into your served assets.import * as editor from '@eventstore-ui/editor/configure'; // ... { src: editor.assetsPath, dest: 'assets', }, { src: editor.workerPath, dest: 'workers', }, // ...
IStandaloneEditorConstructionOptionses-editor's options prop may required different arguments, due to changes in monaco'sIStandaloneEditorConstructionOptionscodeThemeChild theme
codeThemehas been removed, and is no-longer added to the global theme.
@eventstore-ui/components@1.8.0
Minor Changes
20dcceb- Adds thees-hole-puncherelement, to pass children through to the light DOM.
@eventstore-ui/forms@1.0.1
Patch Changes
3098fc9- Improve ValidatedForm connection typing to support Map and Set.
@eventstore-ui/fields@1.1.0
Minor Changes
7a0f5fb- Added thees-multi-checkboxcomponent, which allows the selection of multiple options from a list of checkboxes. This component enhances the form handling capabilities by providing a flexible and user-friendly way to manage multi-selection inputs.
Patch Changes
a9e23f7- Implement keyboard accessibility for es-checkbox
@eventstore-ui/layout@1.5.0
Minor Changes
032ca21- Automatically fade in pages when bypassing loading state inPage