Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
* Carousel, Popover, Tooltip and Modal no longer store the timer in their prototype, but as a private variable
* Tooltip and Popover improved, now the open method works better allowing their corresponding tooltip to also FADE IN
* Tooltip and Popover are lighter as they export the getScroll() to utils.js file
* Affix and ScrollSpy also uses the exported getScroll()
* A small workaround to eliminate IIFE #80 (comment)
* Documentation updates
  • Loading branch information
thednp committed Oct 26, 2016
1 parent 4be5a1d commit dc34411
Show file tree
Hide file tree
Showing 17 changed files with 528 additions and 590 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap.native",
"version": "1.0.51",
"version": "1.1.0",
"homepage": "http://thednp.github.io/bootstrap.native/",
"authors": [
"dnp_theme"
Expand Down
Loading

0 comments on commit dc34411

Please sign in to comment.