Skip to content

Releases: thednp/bootstrap.native

Minor Improvements

06 Jul 13:58
Compare
Choose a tag to compare

Changes:

  • Dropdown now can work with dynamically added menu items and submenus #135
  • Dropdown handler fixed for good #114 (comment)
  • Fixing a potential issue with the show() method for Tab component when using the method via JavaScript #142 (comment)
  • Simplify Collapse function nesting for a bit better performance #139
  • Documentation updates

Fixing Dropdown nesting

13 Jun 08:20
Compare
Choose a tag to compare

Fixes with components using `fade` class

21 Apr 14:01
Compare
Choose a tag to compare

Changes:

  • Modal, Alert, Tab, Tooltip and Popover components, both V3 and V4 improved to be able to work without the fade class #125
  • Collapsible minor bug #126
  • Tab issue with tab-content items of same height fixed f2f0f47

Minor Improvement

03 Apr 12:23
Compare
Choose a tag to compare

Changes:

  • Carousel page navigation is no longer required
  • added .npmignore

Minor improvement

21 Mar 21:27
Compare
Choose a tag to compare

Changes:

  • improved collapse, details #122
  • some updates to V4

Minor fix

21 Mar 13:41
Compare
Choose a tag to compare

Details #121

Fixes and improvements

21 Feb 14:57
Compare
Choose a tag to compare

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

Fixing most `transitionend` related issues

17 Feb 20:14
Compare
Choose a tag to compare

Changes

  • Fixing Collapse issue #115, commit 4f95ab7
  • Other Collapse and Tab translationend related issues 0e7aa35
  • Fixed Carousel issue with transitionend b0548c7

Removed duration option for transitionEnd event

14 Feb 16:45
Compare
Choose a tag to compare

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

Minor improvements and now added a V4 to the table

09 Feb 21:03
Compare
Choose a tag to compare