]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v3.3.2 => v3.3.4
authorChris Rebert <code@rebertia.com>
Mon, 16 Mar 2015 15:39:31 +0000 (08:39 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 16 Mar 2015 15:39:31 +0000 (08:39 -0700)
19 files changed:
README.md
_config.yml
bower.json
docs/assets/js/src/customizer.js
js/affix.js
js/alert.js
js/button.js
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/popover.js
js/scrollspy.js
js/tab.js
js/tooltip.js
js/transition.js
package.js
package.json
test-infra/npm-shrinkwrap.json

index 41336fc2948019ee1968e29b5d84a4e7ac9f1297..06e17f0fa93698a5a2885b00a8b0185d1a1376a0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ To get started, check out <http://getbootstrap.com>!
 
 Five quick start options are available:
 
-- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.2.zip).
+- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.4.zip).
 - Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
 - Install with [Bower](http://bower.io): `bower install bootstrap`.
 - Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
index 5199c01364709b9a666459451ba406a66b89047d..08146dda2d36c18432553899743bbbc1b00c5151 100644 (file)
@@ -14,13 +14,13 @@ url:              http://getbootstrap.com
 encoding:         UTF-8
 
 # Custom vars
-current_version:  3.3.2
+current_version:  3.3.4
 repo:             https://github.com/twbs/bootstrap
 sass_repo:        https://github.com/twbs/bootstrap-sass
 
 download:
-  source:         https://github.com/twbs/bootstrap/archive/v3.3.2.zip
-  dist:           https://github.com/twbs/bootstrap/releases/download/v3.3.2/bootstrap-3.3.2-dist.zip
+  source:         https://github.com/twbs/bootstrap/archive/v3.3.4.zip
+  dist:           https://github.com/twbs/bootstrap/releases/download/v3.3.4/bootstrap-3.3.4-dist.zip
   sass:           https://github.com/twbs/bootstrap-sass/archive/v3.3.3.tar.gz
 
 blog:             http://blog.getbootstrap.com
index f1e36af87e6f860079c60e59996c04c3c491f5c3..d7eea392230bf31f83aac4a73752ddc9f7123fe6 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "bootstrap",
   "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
-  "version": "3.3.2",
+  "version": "3.3.4",
   "keywords": [
     "css",
     "js",
index 12a35a9b9166a6d70ae90c81270727d1ba819e64..d38a71724c206f59b84a4e1b10db2feb9fa2182d 100644 (file)
@@ -12,7 +12,7 @@
 window.onload = function () { // wait for load in a dumb way because B-0
   'use strict';
   var cw = '/*!\n' +
-           ' * Bootstrap v3.3.2 (http://getbootstrap.com)\n' +
+           ' * Bootstrap v3.3.4 (http://getbootstrap.com)\n' +
            ' * Copyright 2011-' + new Date().getFullYear() + ' Twitter, Inc.\n' +
            ' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
            ' */\n\n'
index fe780e44e553b33747676998b7f89dcb38aa8353..98197642aa27b9f465d3a9124b91ef3cba2956f4 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: affix.js v3.3.2
+ * Bootstrap: affix.js v3.3.4
  * http://getbootstrap.com/javascript/#affix
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -28,7 +28,7 @@
     this.checkPosition()
   }
 
-  Affix.VERSION  = '3.3.2'
+  Affix.VERSION  = '3.3.4'
 
   Affix.RESET    = 'affix affix-top affix-bottom'
 
index e8212caf016d71e3767c9ac7240852f8fd375970..1925ef011c1038d3b39fe49c6ed0d89478ced726 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: alert.js v3.3.2
+ * Bootstrap: alert.js v3.3.4
  * http://getbootstrap.com/javascript/#alerts
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -18,7 +18,7 @@
     $(el).on('click', dismiss, this.close)
   }
 
-  Alert.VERSION = '3.3.2'
+  Alert.VERSION = '3.3.4'
 
   Alert.TRANSITION_DURATION = 150
 
index 4d5690173723cd3f21cc46cb509fe29fbac1cfdf..7c7c021f95853d5cdd7d3e8ca16c8216cb0cd500 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: button.js v3.3.2
+ * Bootstrap: button.js v3.3.4
  * http://getbootstrap.com/javascript/#buttons
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -19,7 +19,7 @@
     this.isLoading = false
   }
 
-  Button.VERSION  = '3.3.2'
+  Button.VERSION  = '3.3.4'
 
   Button.DEFAULTS = {
     loadingText: 'loading...'
index c41a0bcb80e7e631513a135436c6b30d7f5cd0c5..a38ef14d0b51da2024333592467c841e1f5a38c3 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: carousel.js v3.3.2
+ * Bootstrap: carousel.js v3.3.4
  * http://getbootstrap.com/javascript/#carousel
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -30,7 +30,7 @@
       .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
   }
 
-  Carousel.VERSION  = '3.3.2'
+  Carousel.VERSION  = '3.3.4'
 
   Carousel.TRANSITION_DURATION = 600
 
index 0394165198d253f40520b4b3d18d736a56669aaa..954513c5e13fda29072b7c89a9df3194e27a206c 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: collapse.js v3.3.2
+ * Bootstrap: collapse.js v3.3.4
  * http://getbootstrap.com/javascript/#collapse
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -29,7 +29,7 @@
     if (this.options.toggle) this.toggle()
   }
 
-  Collapse.VERSION  = '3.3.2'
+  Collapse.VERSION  = '3.3.4'
 
   Collapse.TRANSITION_DURATION = 350
 
index 0ba3f87f54f4b630ab7e7c3cb9c0dbbdb1879484..9874600f9d057f4cf0c5f71e26bd21589d0d2708 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: dropdown.js v3.3.2
+ * Bootstrap: dropdown.js v3.3.4
  * http://getbootstrap.com/javascript/#dropdowns
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -19,7 +19,7 @@
     $(element).on('click.bs.dropdown', this.toggle)
   }
 
-  Dropdown.VERSION = '3.3.2'
+  Dropdown.VERSION = '3.3.4'
 
   Dropdown.prototype.toggle = function (e) {
     var $this = $(this)
index 13bcf0af8a8a1dd08d6f46f5479c7408db9cd067..c1eb2a852b2533b2167d391d4c68bf2e8a233b23 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: modal.js v3.3.2
+ * Bootstrap: modal.js v3.3.4
  * http://getbootstrap.com/javascript/#modals
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -33,7 +33,7 @@
     }
   }
 
-  Modal.VERSION  = '3.3.2'
+  Modal.VERSION  = '3.3.4'
 
   Modal.TRANSITION_DURATION = 300
   Modal.BACKDROP_TRANSITION_DURATION = 150
index 479d059c58397680f8c50c02dbb7538168c07080..0b0755ee27bb7882fa6786c13408e2e8b0b3b7a7 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: popover.js v3.3.2
+ * Bootstrap: popover.js v3.3.4
  * http://getbootstrap.com/javascript/#popovers
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -19,7 +19,7 @@
 
   if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
 
-  Popover.VERSION  = '3.3.2'
+  Popover.VERSION  = '3.3.4'
 
   Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
     placement: 'right',
index f2d9b5ab84bc2d6e2a2bcdc9f06c4d26c6d72011..f860c1abadb18cb798d118bbdada881b2c47002d 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: scrollspy.js v3.3.2
+ * Bootstrap: scrollspy.js v3.3.4
  * http://getbootstrap.com/javascript/#scrollspy
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -28,7 +28,7 @@
     this.process()
   }
 
-  ScrollSpy.VERSION  = '3.3.2'
+  ScrollSpy.VERSION  = '3.3.4'
 
   ScrollSpy.DEFAULTS = {
     offset: 10
index 311a01f10beb8514049358daea4c98e991dc1542..935d5bc803c2157dea2ed0cf491207901786a6ce 100644 (file)
--- a/js/tab.js
+++ b/js/tab.js
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: tab.js v3.3.2
+ * Bootstrap: tab.js v3.3.4
  * http://getbootstrap.com/javascript/#tabs
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
@@ -17,7 +17,7 @@
     this.element = $(element)
   }
 
-  Tab.VERSION = '3.3.2'
+  Tab.VERSION = '3.3.4'
 
   Tab.TRANSITION_DURATION = 150
 
index 624ade71c364bb31a42f72c2804ec6edfea55d57..27367880f7e636d2e74766043732a971813a59c9 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: tooltip.js v3.3.2
+ * Bootstrap: tooltip.js v3.3.4
  * http://getbootstrap.com/javascript/#tooltip
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ========================================================================
@@ -25,7 +25,7 @@
     this.init('tooltip', element, options)
   }
 
-  Tooltip.VERSION  = '3.3.2'
+  Tooltip.VERSION  = '3.3.4'
 
   Tooltip.TRANSITION_DURATION = 150
 
index ec9ab68244ad0cd5fcd9c2aa53e3c59e6bb092dd..f23e6bdfe48b51024a9f58dd99e32cddff35cd96 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: transition.js v3.3.2
+ * Bootstrap: transition.js v3.3.4
  * http://getbootstrap.com/javascript/#transitions
  * ========================================================================
  * Copyright 2011-2015 Twitter, Inc.
index 8e5e87246c3f5cd0fe6d5ee514058cd5b7923fb4..e42eb983215bc1fe8ccab7546424c437ae087e1f 100644 (file)
@@ -3,7 +3,7 @@
 Package.describe({
   name: 'twbs:bootstrap',  // http://atmospherejs.com/twbs/bootstrap
   summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
-  version: '3.3.2',
+  version: '3.3.4',
   git: 'https://github.com/twbs/bootstrap.git'
 });
 
index 4d7b3c9000c853e1534e58d67fd3f67fc4cca2f2..5bfb38673dd7697bf9e4f2383560452ee5ac7e6e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "bootstrap",
   "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
-  "version": "3.3.2",
+  "version": "3.3.4",
   "keywords": [
     "css",
     "less",
index fa413182c2c19750e8f1dc4236fe82e1c572e0bb..321fbea9c430e94f2816bde079285c7486e56e3c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "bootstrap",
-  "version": "3.3.2",
+  "version": "3.3.4",
   "npm-shrinkwrap-version": "200.1.0",
   "node-version": "v0.12.0",
   "dependencies": {