Releases: orgenic/orgenic-ui
Releases · orgenic/orgenic-ui
released version 0.5.0
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
released version 0.4.3
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
released version 0.4.2
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
released version 0.4.1
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
released version 0.4.0
Features
- added new component: layout container
Enhancements
- added linting rules to improve code quality
released version 0.3.1
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
released version 0.3.0
Features
- new component: datepicker
Enhancements
- update stencil to 1.0.2 (previously 0.18.1)
released version 0.2.1
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
released version 0.2.0
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
released version 0.1.5
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