Releases: EventStore/Design-System
Releases · EventStore/Design-System
@eventstore-ui/[email protected]
Patch Changes
20dcceb
- Standardization of builds across design system libraries.
@eventstore-ui/[email protected]
Patch Changes
20dcceb
- Standardization of builds across design system libraries.
@eventstore-ui/[email protected]
Patch Changes
20dcceb
- Standardization of builds across design system libraries.
@eventstore-ui/[email protected]
Patch Changes
20dcceb
- Standardization of builds across design system libraries.
@eventstore-ui/[email protected]
Patch Changes
20dcceb
- Standardization of builds across design system libraries.
@eventstore-ui/[email protected]
Major Changes
-
20dcceb
- Monaco editor has been moved to a seperate package:@eventstore-ui/monaco-editor
.Breaking changes:
assetsPath
You must now also copy
assetsPath
as well asworkersPath
, into your served assets.import * as editor from '@eventstore-ui/editor/configure'; // ... { src: editor.assetsPath, dest: 'assets', }, { src: editor.workerPath, dest: 'workers', }, // ...
IStandaloneEditorConstructionOptions
es-editor
's options prop may required different arguments, due to changes in monaco'sIStandaloneEditorConstructionOptions
codeTheme
Child theme
codeTheme
has been removed, and is no-longer added to the global theme.
@eventstore-ui/[email protected]
Minor Changes
20dcceb
- Adds thees-hole-puncher
element, to pass children through to the light DOM.
@eventstore-ui/[email protected]
Patch Changes
3098fc9
- Improve ValidatedForm connection typing to support Map and Set.
@eventstore-ui/[email protected]
Minor Changes
7a0f5fb
- Added thees-multi-checkbox
component, 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/[email protected]
Minor Changes
032ca21
- Automatically fade in pages when bypassing loading state inPage