Skip to content

v1.5.0

Compare
Choose a tag to compare
@valorkin valorkin released this 30 Mar 17:32
· 1481 commits to development since this release

Bug Fixes

  • dropdown,rating,typeahead: remove global in order to be usable in System.js (#1734) (4a7719b)
  • styling-local: fix tooltip arrow styles (b1f04d9)
  • universal: to not through on unrecognized Keyboard and Mouse events (b81e9de)

Features

BREAKING CHANGES

  • dropdown: - DropdownModule renamed to BsDropdownModule, same to all dropdown components added bs prefix
  • addToggleClass option is deprecated, now you need to add dropdown-toggle class manually if needed
  • dropdownMenu menu become a template selector, so * should be added
    sample: <ul dropdownMenu> should become <ul *dropdownMenu>
  • onToggle event deprecated use isOpenChange instead
  • appendToBody deprecated, use container="body" instead, now dropdown behaviour and attachment params alligned with tooltips and popovers
  • keyboardNav deprecated
  • disabled renamed to isDisabled
  • dropdownToggle doesn't prevent default behaviour anymore