v1.0.0-alpha.6
Pre-release
Pre-release
github-actions
released this
17 Dec 18:55
·
276 commits
to alpha
since this release
1.0.0-alpha.6 (2020-12-17)
Bug Fixes
- datepicker: adjust datepicker's z-index (77b108e)
- datepicker: back to prop value when cancel and emit the value when after close overlay in datetime (440ebb6)
- datepicker: fix open overlay in visible state (0de44ab)
- datepicker: fix sync value from prop with internal value (a65150b)
- datepicker: fix use of correct date values (e905c15)
- menu: prevent executing of focus method in a null element when try to return focus to the button element (8bbeb39)
Features
- icon: add
logout
andmenu
icons (33f2353) - menu: add
reference
andplacement
properties toSbMenuList
component to help to change the use ofSbPopover
component (92be2b8) - menu: add
top
slot inSbMenuList
component (8844417) - modal: refactor logic of show and hide modal to emit the properly events (4ab331c)
- sidebar: add
default
slot inside the sidebar list (1a9aaf5) - sidebar: add
inheritAttrs: false
toSbSidebarListItem
component to prevent the incorrect binding of attributes (f066c1f) - sidebar: add
variant
property toSbSidebarLogo
component (24a8b32) - sidebar: implement styles and logic to mobile view (98785c3)
- slideover: refactor logic of show and hide slideover to emit the properly events (00d0039)