Releases: thednp/bootstrap.native
Releases · thednp/bootstrap.native
Minor Improvements
Changes:
Dropdown
now can work with dynamically added menu items and submenus #135Dropdown
handler fixed for good #114 (comment)- Fixing a potential issue with the
show()
method forTab
component when using the method via JavaScript #142 (comment) - Simplify
Collapse
function nesting for a bit better performance #139 - Documentation updates
Fixing Dropdown nesting
Details: 0aa7eed
Fixes with components using `fade` class
Minor Improvement
Changes:
- Carousel page navigation is no longer required
- added
.npmignore
Minor improvement
Changes:
- improved collapse, details #122
- some updates to V4
Minor fix
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
Fixing most `transitionend` related issues
Removed duration option for transitionEnd event
Changelog
Utilities
- new utility
one()
to add an event listener once, jQuery style - new utility
emulateTransitionEnd()
- removed
isIE
detection from V4 73c27df
Collapse
- fixed some issue with Collapse when the component was unable to compute child elements' height, now the
in
/show
class is added to collapsible element first and then the utilities can easily compute the maxHeight - revert to previous Collapse behavior, now the component will not remove and re-add the
collapse
class from/to the collapsible element, solving some issue with more complex accordion structures 21a9471
Dropdown
All components 7f46c5b
- Alert, Modal, Carousel, Collapse, Tab, Tooltip, Popover now use
transitionEnd
Other
- build scripts fixes 628a532
Minor improvements and now added a V4 to the table
Details coming soon.