Fixes and improvements
Changelog:
Commit b34da07
- removed
isIE
utility frombootstrap.native
for Bootstrap 3, replaced with isisIE8
a more simple way to find IE8, as we now usesupportTransitions
- 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
orfixed-bottom
(BS4) /navbar-fixed-top
ornavbar-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