Orgenic Ui Versions Save

ORGENIC UI is an MIT-licensed open source project for creating strong user interfaces with high quality web components.

v0.5.0

4 years ago

Features

  • new component: spinner
  • new component: progress

Bug Fixes

  • general: momentjs issue in typescript projects
  • og-combobox: fixed flyout position issue
  • og-datepicker: fixed flyout position issue
  • og-list: fixed select handling issues
  • og-internal-calendar: fixed skipping of first week on 'en' locale
  • og-card: fixed footer/header not hidding without content
  • og-layout-child: fixed overflow issue

v0.4.3

4 years ago

Enhancements

  • fix: og-combobox flyout behavior
  • feat: new styling options for og-combobox
  • feat: new css vars for og-button
  • feat: prevent text wrap by default for og-button
  • fix: multi-select for og-list
  • chore: security updates

v0.4.2

4 years ago

Features

  • new button type "outline"
  • multi-select for og-list

Enhancements

  • feat: new variable fpr text-transform in og-input
  • feat: shorten text of og-list-items
  • fix: handling dropdown event
  • fix: combobox flyout position
  • fix: check event target on og-dialog keydown
  • fix: item vars of og-list
  • chore: security updates
  • style: minor cleanups

v0.4.1

4 years ago

Enhancements

  • feat: scrolling for card content
  • fix: hide empty footer …
  • fix: card size depends on parent
  • fix: og-card header and sizing
  • fix: improve browser scroll behaviour

v0.4.0

4 years ago

Features

  • added new component: layout container

Enhancements

  • added linting rules to improve code quality

v0.3.1

4 years ago

Bug Fixes

  • datepicker: fix parsing dates according to locale
  • datepicker: fix empty state handling in og-formitem
  • datepicker: fix flyout position in small windows
  • datepicker: fix resolving locales

v0.3.0

4 years ago

Features

  • new component: datepicker

Enhancements

  • update stencil to 1.0.2 (previously 0.18.1)

v0.2.1

5 years ago

Enhancements

  • the content of og-card and og-dialog can be defined without using the named slot 'content'
  • documentation of css costom properties now have an additional column with default value
  • added basic typography for headings, paragraphs and lists
  • og-card: can now be used without headline

Bug Fixes

  • og-number-input: title does not restore when deleting value
  • og-datatable: fixed selection highlighting
  • theming: fixed missing colors in light and dark theme

v0.2.0

5 years ago

Features

  • new component: modal dialog

Enhancements

  • handling of scrolling within combobox flyouts
  • updated card style
  • added license headers in .tsx files

Bug Fixes

  • list item values are only added to the DOM if values are really available
  • optimized size of multiline textarea

v0.1.5

5 years ago

Bug Fixes

  • combobox: prevent dropdown from being cut off due to container style (overflow hidden)
  • combobox: ensure dropdown is visible and respecting viewport size
  • buildchain: fix travis artifact generation