Skip to content

Releases: thednp/bootstrap.native

Some fixes and improvements

15 Oct 00:22
Compare
Choose a tag to compare
  • 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 and resize
  • Added some addClass / removeClass utility functions for the Button, ScrollSpy and Tab, modern browsers really need & work with classList
  • fixed Collapse overflow and other code improvements
  • changed Button's change event to bs.button.change, it works better than the native change
  • minor Carousel improvements, if no CustomEvent found, script should still work without element 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

21 Sep 02:54
Compare
Choose a tag to compare
  • 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

17 May 14:42
Compare
Choose a tag to compare

Thanks to IngwiePhoenix we now have support to all modern stuff, changelog and details

Thank you. CDN is comming soon :)

Small fixes with carousel

07 May 23:05
Compare
Choose a tag to compare

Two quick fixes for Button and Modal

25 Apr 10:01
Compare
Choose a tag to compare
  • Remove cancellation of click event on Modal #4
  • Button toggle doesn't trigger change on any IE #3

Minor fix and improvement merged recently

15 Apr 21:53
Compare
Choose a tag to compare

Changes:

  • Toggle class "collapsed" on collapse trigger: #2
  • Fixed getOuterHeight: #1

Fixed bubble with Modal

10 Apr 12:33
Compare
Choose a tag to compare

Now modal works perfect.

Updated to Bootstrap 3.3.4

09 Apr 22:51
Compare
Choose a tag to compare

Small issue with Modal fixed.