Releases: thednp/bootstrap.native
Releases · thednp/bootstrap.native
Some fixes and improvements
- Removed
classList
dependency - Removed (Collapse, Modal) or minimized (Affix, ScrollSpy) the effect of
resize
handlers on IE8, so that it should really be usable - Replaced the synthax highlighter for the demo with PRISM
- Included a CSS "polyfill" for Bootstrap 3 to render normal layout on IE8 without respond.js
- Fixed the Collapse resize handlers for both
click
andresize
- Added some
addClass
/removeClass
utility functions for the Button, ScrollSpy and Tab, modern browsers really need & work withclassList
- fixed Collapse overflow and other code improvements
- changed Button's
change
event tobs.button.change
, it works better than the nativechange
- minor Carousel improvements, if no
CustomEvent
found, script should still work withoutelement does not support that property
error - minor change to Scrollspy
- Demo features minifill, a 5k polyfill for IE9-
- Improved/updated demo
- Documentation updates
Minor fixes and improvements
- Added dismissible popovers feature
- Fixed some small issues with Button and child elements
- Fixed the Collapse overflow issue caused by a setTimeout, the update function
- All modules reworked for lesser polyfill requirements - replaced forEach with for
- documentation updates
Added Bower/npm/RequireJS/CommonJS
Thanks to IngwiePhoenix we now have support to all modern stuff, changelog and details
Thank you. CDN is comming soon :)
Small fixes with carousel
Details 1c1f063
Two quick fixes for Button and Modal
Minor fix and improvement merged recently
Fixed bubble with Modal
Now modal works perfect.
Updated to Bootstrap 3.3.4
Small issue with Modal fixed.