Skip to content

Releases: EventStore/Design-System

@eventstore-ui/utils@1.2.1

09 Aug 09:39
Compare
Choose a tag to compare

Patch Changes

  • 20dcceb - Standardization of builds across design system libraries.

@eventstore-ui/theme@1.0.3

09 Aug 09:39
Compare
Choose a tag to compare

Patch Changes

  • 20dcceb - Standardization of builds across design system libraries.

@eventstore-ui/stores@1.1.1

09 Aug 09:40
Compare
Choose a tag to compare

Patch Changes

  • 20dcceb - Standardization of builds across design system libraries.

@eventstore-ui/router@1.0.4

09 Aug 09:39
Compare
Choose a tag to compare

Patch Changes

  • 20dcceb - Standardization of builds across design system libraries.

@eventstore-ui/forms@1.0.2

09 Aug 09:39
Compare
Choose a tag to compare

Patch Changes

  • 20dcceb - Standardization of builds across design system libraries.

@eventstore-ui/editor@2.0.0

09 Aug 09:39
Compare
Choose a tag to compare

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 as workersPath, 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's IStandaloneEditorConstructionOptions

    codeTheme

    Child theme codeTheme has been removed, and is no-longer added to the global theme.

@eventstore-ui/components@1.8.0

09 Aug 09:39
Compare
Choose a tag to compare

Minor Changes

  • 20dcceb - Adds the es-hole-puncher element, to pass children through to the light DOM.

@eventstore-ui/forms@1.0.1

01 Aug 09:19
Compare
Choose a tag to compare

Patch Changes

  • 3098fc9 - Improve ValidatedForm connection typing to support Map and Set.

@eventstore-ui/fields@1.1.0

01 Aug 09:19
Compare
Choose a tag to compare

Minor Changes

  • 7a0f5fb - Added the es-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/layout@1.5.0

24 Jul 17:53
Compare
Choose a tag to compare

Minor Changes

  • 032ca21 - Automatically fade in pages when bypassing loading state in Page