Skip to content

Fixes and improvements

Compare
Choose a tag to compare
@thednp thednp released this 21 Feb 14:57
· 586 commits to master since this release

Changelog:

Commit b34da07

  • removed isIE utility from bootstrap.native for Bootstrap 3, replaced with is isIE8 a more simple way to find IE8, as we now use supportTransitions
  • Tooltip and Popover will set automatically a modal as container option if the link/button is a child of that modal
  • fixed some issues with Modal and the new transitionend
  • improved getClosest utility

Commit b51811a

  • fixed issue Tooltip and Popover container option

Commit 2a79c41

  • Tooltip and Popover now know if the container should be a fixed-top or fixed-bottom (BS4) / navbar-fixed-top or navbar-fixed-bottom (BS3)
  • Improved Carousel for BS4 for IE10+, make it work at least basic functionality, as noted on V4 demo in regarding transitions in IE10+ with V4 (the media queries filter out IE10 and transitions don't work, thus transitionend will never trigger)
  • doc updates