Skip to content

v0.1.2

Compare
Choose a tag to compare
@benmerckx benmerckx released this 10 Jun 13:03
· 1475 commits to main since this release
  • A RichText react component is exposed from @alinea/ui to render rich text
    values

  • Auto-close navigation sidebar only for small screens (< 768px)

  • Update number field styles to use updated css variable names

  • Select fields configuration can now be set using the configure method. This
    helps type inference for the initial value.

    select('Level', {
      info: 'Info',
      warning: 'Warning'
    }).configure({
      initialValue: 'info'
    })