Skip to content

v1.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 18:55
· 276 commits to alpha since this release
57e68aa

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 and menu icons (33f2353)
  • menu: add reference and placement properties to SbMenuList component to help to change the use of SbPopover component (92be2b8)
  • menu: add top slot in SbMenuList 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 to SbSidebarListItem component to prevent the incorrect binding of attributes (f066c1f)
  • sidebar: add variant property to SbSidebarLogo 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)