Skip to content

Commit 0c435b8

Browse files
committed
v3.4.2
Rebuild from updated dependency packages.
1 parent 8aab6e1 commit 0c435b8

43 files changed

Lines changed: 120 additions & 128 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ plugins:
2222
# Custom vars
2323
title: Bootstrap
2424
description: "The world's most popular mobile-first and responsive front-end framework."
25-
current_version: 3.4.1.1
25+
current_version: 3.4.2
2626
docs_version: 3.4
2727
repo: https://github.com/twbs/bootstrap
2828
sass_repo: https://github.com/twbs/bootstrap-sass
2929

3030
download:
31-
source: https://github.com/twbs/bootstrap/archive/v3.4.1.zip
32-
dist: https://github.com/twbs/bootstrap/releases/download/v3.4.1/bootstrap-3.4.1-dist.zip
33-
sass: https://github.com/twbs/bootstrap-sass/archive/v3.4.1.tar.gz
31+
source: https://github.com/twbs/bootstrap/archive/v3.4.2.zip
32+
dist: https://github.com/twbs/bootstrap/releases/download/v3.4.2/bootstrap-3.4.2-dist.zip
33+
sass: https://github.com/twbs/bootstrap-sass/archive/v3.4.2.tar.gz
3434

3535
blog: https://blog.getbootstrap.com
3636
expo: https://expo.getbootstrap.com
3737
themes: https://themes.getbootstrap.com
3838

3939
cdn:
4040
# See https://www.srihash.org for info on how to generate the hashes
41-
css: https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css
42-
css_hash: "sha384-2x+YxZwa+jQVHMXuDQOvxGIPoOxWexMM3/cjOZhxKiw6MDviw+QCVMKfhQIUh8Dk"
43-
css_theme: https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css
44-
css_theme_hash: "sha384-svr2mW9Rhrkg4tK7j/B49SxyalZFkepwV0PtfiISIyy/1CF7lQ4NEY4yUtDgC+L8"
45-
js: https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js
46-
js_hash: "sha384-gWSXN9LwlFBCgcawtZavZwOpuWQMqM2ixf6nX2/VAsixQ5E+kaiYU59iC+zJlr0M"
41+
css: https://stackpath.bootstrapcdn.com/bootstrap/3.4.2/css/bootstrap.min.css
42+
css_hash: "sha384-a7RU8WQL4LgxvhvKaZ9KiSZ2nsr7MRj13NdRF8gnL7I6Mv2KZdSwv3DzG8x5fu7O"
43+
css_theme: https://stackpath.bootstrapcdn.com/bootstrap/3.4.2/css/bootstrap-theme.min.css
44+
css_theme_hash: "sha384-RTVwMZuIqxcdhTAxAYRZ1I1pKW9UDlr/yc/Jsg34w04VWK2Fk3hivmz63Fg/Ocam"
45+
js: https://stackpath.bootstrapcdn.com/bootstrap/3.4.2/js/bootstrap.min.js
46+
js_hash: "sha384-CRGyFWx9NjibOSVmT96huOfOwTmOktkhMXEnCvjVLi2+OJPISJZyZdp3jCth8HIl"

dist/css/bootstrap-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.4.1 (https://getbootstrap.com/)
2+
* Bootstrap v3.4.2 (https://getbootstrap.com/)
33
* Copyright 2011-2026 Twitter, Inc.
44
* Licensed under the MIT license
55
*/
@@ -17,7 +17,7 @@ if (typeof jQuery === 'undefined') {
1717
}(jQuery);
1818

1919
/* ========================================================================
20-
* Bootstrap: transition.js v3.4.1
20+
* Bootstrap: transition.js v3.4.2
2121
* https://getbootstrap.com/docs/3.4/javascript/#transitions
2222
* ========================================================================
2323
* Copyright 2011-2019 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
7777
}(jQuery);
7878

7979
/* ========================================================================
80-
* Bootstrap: alert.js v3.4.1
80+
* Bootstrap: alert.js v3.4.2
8181
* https://getbootstrap.com/docs/3.4/javascript/#alerts
8282
* ========================================================================
8383
* Copyright 2011-2019 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
9696
$(el).on('click', dismiss, this.close)
9797
}
9898

99-
Alert.VERSION = '3.4.1'
99+
Alert.VERSION = '3.4.2'
100100

101101
Alert.TRANSITION_DURATION = 150
102102

@@ -173,7 +173,7 @@ if (typeof jQuery === 'undefined') {
173173
}(jQuery);
174174

175175
/* ========================================================================
176-
* Bootstrap: button.js v3.4.1
176+
* Bootstrap: button.js v3.4.2
177177
* https://getbootstrap.com/docs/3.4/javascript/#buttons
178178
* ========================================================================
179179
* Copyright 2011-2019 Twitter, Inc.
@@ -193,7 +193,7 @@ if (typeof jQuery === 'undefined') {
193193
this.isLoading = false
194194
}
195195

196-
Button.VERSION = '3.4.1'
196+
Button.VERSION = '3.4.2'
197197

198198
Button.DEFAULTS = {
199199
loadingText: 'loading...'
@@ -299,7 +299,7 @@ if (typeof jQuery === 'undefined') {
299299
}(jQuery);
300300

301301
/* ========================================================================
302-
* Bootstrap: carousel.js v3.4.1
302+
* Bootstrap: carousel.js v3.4.2
303303
* https://getbootstrap.com/docs/3.4/javascript/#carousel
304304
* ========================================================================
305305
* Copyright 2011-2019 Twitter, Inc.
@@ -330,7 +330,7 @@ if (typeof jQuery === 'undefined') {
330330
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
331331
}
332332

333-
Carousel.VERSION = '3.4.1'
333+
Carousel.VERSION = '3.4.2'
334334

335335
Carousel.TRANSITION_DURATION = 600
336336

@@ -546,7 +546,7 @@ if (typeof jQuery === 'undefined') {
546546
}(jQuery);
547547

548548
/* ========================================================================
549-
* Bootstrap: collapse.js v3.4.1
549+
* Bootstrap: collapse.js v3.4.2
550550
* https://getbootstrap.com/docs/3.4/javascript/#collapse
551551
* ========================================================================
552552
* Copyright 2011-2019 Twitter, Inc.
@@ -577,7 +577,7 @@ if (typeof jQuery === 'undefined') {
577577
if (this.options.toggle) this.toggle()
578578
}
579579

580-
Collapse.VERSION = '3.4.1'
580+
Collapse.VERSION = '3.4.2'
581581

582582
Collapse.TRANSITION_DURATION = 350
583583

@@ -759,7 +759,7 @@ if (typeof jQuery === 'undefined') {
759759
}(jQuery);
760760

761761
/* ========================================================================
762-
* Bootstrap: dropdown.js v3.4.1
762+
* Bootstrap: dropdown.js v3.4.2
763763
* https://getbootstrap.com/docs/3.4/javascript/#dropdowns
764764
* ========================================================================
765765
* Copyright 2011-2019 Twitter, Inc.
@@ -779,7 +779,7 @@ if (typeof jQuery === 'undefined') {
779779
$(element).on('click.bs.dropdown', this.toggle)
780780
}
781781

782-
Dropdown.VERSION = '3.4.1'
782+
Dropdown.VERSION = '3.4.2'
783783

784784
function getParent($this) {
785785
var selector = $this.attr('data-target')
@@ -925,7 +925,7 @@ if (typeof jQuery === 'undefined') {
925925
}(jQuery);
926926

927927
/* ========================================================================
928-
* Bootstrap: modal.js v3.4.1
928+
* Bootstrap: modal.js v3.4.2
929929
* https://getbootstrap.com/docs/3.4/javascript/#modals
930930
* ========================================================================
931931
* Copyright 2011-2019 Twitter, Inc.
@@ -960,7 +960,7 @@ if (typeof jQuery === 'undefined') {
960960
}
961961
}
962962

963-
Modal.VERSION = '3.4.1'
963+
Modal.VERSION = '3.4.2'
964964

965965
Modal.TRANSITION_DURATION = 300
966966
Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -1284,7 +1284,7 @@ if (typeof jQuery === 'undefined') {
12841284
}(jQuery);
12851285

12861286
/* ========================================================================
1287-
* Bootstrap: tooltip.js v3.4.1
1287+
* Bootstrap: tooltip.js v3.4.2
12881288
* https://getbootstrap.com/docs/3.4/javascript/#tooltip
12891289
* Inspired by the original jQuery.tipsy by Jason Frame
12901290
* ========================================================================
@@ -1441,7 +1441,7 @@ if (typeof jQuery === 'undefined') {
14411441
this.init('tooltip', element, options)
14421442
}
14431443

1444-
Tooltip.VERSION = '3.4.1'
1444+
Tooltip.VERSION = '3.4.2'
14451445

14461446
Tooltip.TRANSITION_DURATION = 150
14471447

@@ -1962,7 +1962,7 @@ if (typeof jQuery === 'undefined') {
19621962
}(jQuery);
19631963

19641964
/* ========================================================================
1965-
* Bootstrap: popover.js v3.4.1
1965+
* Bootstrap: popover.js v3.4.2
19661966
* https://getbootstrap.com/docs/3.4/javascript/#popovers
19671967
* ========================================================================
19681968
* Copyright 2011-2019 Twitter, Inc.
@@ -1982,7 +1982,7 @@ if (typeof jQuery === 'undefined') {
19821982

19831983
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
19841984

1985-
Popover.VERSION = '3.4.1'
1985+
Popover.VERSION = '3.4.2'
19861986

19871987
Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
19881988
placement: 'right',
@@ -2086,7 +2086,7 @@ if (typeof jQuery === 'undefined') {
20862086
}(jQuery);
20872087

20882088
/* ========================================================================
2089-
* Bootstrap: scrollspy.js v3.4.1
2089+
* Bootstrap: scrollspy.js v3.4.2
20902090
* https://getbootstrap.com/docs/3.4/javascript/#scrollspy
20912091
* ========================================================================
20922092
* Copyright 2011-2019 Twitter, Inc.
@@ -2115,7 +2115,7 @@ if (typeof jQuery === 'undefined') {
21152115
this.process()
21162116
}
21172117

2118-
ScrollSpy.VERSION = '3.4.1'
2118+
ScrollSpy.VERSION = '3.4.2'
21192119

21202120
ScrollSpy.DEFAULTS = {
21212121
offset: 10
@@ -2259,7 +2259,7 @@ if (typeof jQuery === 'undefined') {
22592259
}(jQuery);
22602260

22612261
/* ========================================================================
2262-
* Bootstrap: tab.js v3.4.1
2262+
* Bootstrap: tab.js v3.4.2
22632263
* https://getbootstrap.com/docs/3.4/javascript/#tabs
22642264
* ========================================================================
22652265
* Copyright 2011-2019 Twitter, Inc.
@@ -2279,7 +2279,7 @@ if (typeof jQuery === 'undefined') {
22792279
// jscs:enable requireDollarBeforejQueryAssignment
22802280
}
22812281

2282-
Tab.VERSION = '3.4.1'
2282+
Tab.VERSION = '3.4.2'
22832283

22842284
Tab.TRANSITION_DURATION = 150
22852285

@@ -2415,7 +2415,7 @@ if (typeof jQuery === 'undefined') {
24152415
}(jQuery);
24162416

24172417
/* ========================================================================
2418-
* Bootstrap: affix.js v3.4.1
2418+
* Bootstrap: affix.js v3.4.2
24192419
* https://getbootstrap.com/docs/3.4/javascript/#affix
24202420
* ========================================================================
24212421
* Copyright 2011-2019 Twitter, Inc.
@@ -2446,7 +2446,7 @@ if (typeof jQuery === 'undefined') {
24462446
this.checkPosition()
24472447
}
24482448

2449-
Affix.VERSION = '3.4.1'
2449+
Affix.VERSION = '3.4.2'
24502450

24512451
Affix.RESET = 'affix affix-top affix-bottom'
24522452

0 commit comments

Comments
 (0)