Skip to content

Commit 092589a

Browse files
committed
Update to v5.2.3
1 parent 0b5b793 commit 092589a

34 files changed

+117
-135
lines changed

assets/javascripts/bootstrap-sprockets.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
//= require ./bootstrap/base-component
88
//= require ./bootstrap/util/component-functions
99
//= require ./bootstrap/alert
10+
//= require ./bootstrap/button
1011
//= require ./bootstrap/dom/selector-engine
12+
//= require ./bootstrap/util/swipe
13+
//= require ./bootstrap/carousel
14+
//= require ./bootstrap/collapse
15+
//= require ./bootstrap/dropdown
16+
//= require ./bootstrap/util/backdrop
1117
//= require ./bootstrap/util/focustrap
18+
//= require ./bootstrap/util/scrollbar
19+
//= require ./bootstrap/modal
20+
//= require ./bootstrap/offcanvas
1221
//= require ./bootstrap/util/sanitizer
1322
//= require ./bootstrap/util/template-factory
1423
//= require ./bootstrap/tooltip
1524
//= require ./bootstrap/popover
16-
//= require ./bootstrap/util/scrollbar
17-
//= require ./bootstrap/util/swipe
18-
//= require ./bootstrap/util/backdrop
19-
//= require ./bootstrap/button
20-
//= require ./bootstrap/modal
21-
//= require ./bootstrap/toast
22-
//= require ./bootstrap/offcanvas
23-
//= require ./bootstrap/collapse
2425
//= require ./bootstrap/scrollspy
25-
//= require ./bootstrap/carousel
2626
//= require ./bootstrap/tab
27-
//= require ./bootstrap/dropdown
27+
//= require ./bootstrap/toast
2828
//= require ./bootstrap-global-this-undefine

assets/javascripts/bootstrap.js

Lines changed: 37 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v5.2.2 (https://getbootstrap.com/)
2+
* Bootstrap v5.2.3 (https://getbootstrap.com/)
33
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/
@@ -31,7 +31,7 @@
3131

3232
/**
3333
* --------------------------------------------------------------------------
34-
* Bootstrap (v5.2.2): util/index.js
34+
* Bootstrap (v5.2.3): util/index.js
3535
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
3636
* --------------------------------------------------------------------------
3737
*/
@@ -346,7 +346,7 @@
346346

347347
/**
348348
* --------------------------------------------------------------------------
349-
* Bootstrap (v5.2.2): dom/event-handler.js
349+
* Bootstrap (v5.2.3): dom/event-handler.js
350350
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
351351
* --------------------------------------------------------------------------
352352
*/
@@ -615,7 +615,7 @@
615615

616616
/**
617617
* --------------------------------------------------------------------------
618-
* Bootstrap (v5.2.2): dom/data.js
618+
* Bootstrap (v5.2.3): dom/data.js
619619
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
620620
* --------------------------------------------------------------------------
621621
*/
@@ -667,7 +667,7 @@
667667

668668
/**
669669
* --------------------------------------------------------------------------
670-
* Bootstrap (v5.2.2): dom/manipulator.js
670+
* Bootstrap (v5.2.3): dom/manipulator.js
671671
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
672672
* --------------------------------------------------------------------------
673673
*/
@@ -737,7 +737,7 @@
737737

738738
/**
739739
* --------------------------------------------------------------------------
740-
* Bootstrap (v5.2.2): util/config.js
740+
* Bootstrap (v5.2.3): util/config.js
741741
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
742742
* --------------------------------------------------------------------------
743743
*/
@@ -798,15 +798,15 @@
798798

799799
/**
800800
* --------------------------------------------------------------------------
801-
* Bootstrap (v5.2.2): base-component.js
801+
* Bootstrap (v5.2.3): base-component.js
802802
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
803803
* --------------------------------------------------------------------------
804804
*/
805805
/**
806806
* Constants
807807
*/
808808

809-
const VERSION = '5.2.2';
809+
const VERSION = '5.2.3';
810810
/**
811811
* Class definition
812812
*/
@@ -877,7 +877,7 @@
877877

878878
/**
879879
* --------------------------------------------------------------------------
880-
* Bootstrap (v5.2.2): util/component-functions.js
880+
* Bootstrap (v5.2.3): util/component-functions.js
881881
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
882882
* --------------------------------------------------------------------------
883883
*/
@@ -903,7 +903,7 @@
903903

904904
/**
905905
* --------------------------------------------------------------------------
906-
* Bootstrap (v5.2.2): alert.js
906+
* Bootstrap (v5.2.3): alert.js
907907
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
908908
* --------------------------------------------------------------------------
909909
*/
@@ -983,7 +983,7 @@
983983

984984
/**
985985
* --------------------------------------------------------------------------
986-
* Bootstrap (v5.2.2): button.js
986+
* Bootstrap (v5.2.3): button.js
987987
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
988988
* --------------------------------------------------------------------------
989989
*/
@@ -1045,7 +1045,7 @@
10451045

10461046
/**
10471047
* --------------------------------------------------------------------------
1048-
* Bootstrap (v5.2.2): dom/selector-engine.js
1048+
* Bootstrap (v5.2.3): dom/selector-engine.js
10491049
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
10501050
* --------------------------------------------------------------------------
10511051
*/
@@ -1116,7 +1116,7 @@
11161116

11171117
/**
11181118
* --------------------------------------------------------------------------
1119-
* Bootstrap (v5.2.2): util/swipe.js
1119+
* Bootstrap (v5.2.3): util/swipe.js
11201120
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
11211121
* --------------------------------------------------------------------------
11221122
*/
@@ -1252,7 +1252,7 @@
12521252

12531253
/**
12541254
* --------------------------------------------------------------------------
1255-
* Bootstrap (v5.2.2): carousel.js
1255+
* Bootstrap (v5.2.3): carousel.js
12561256
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
12571257
* --------------------------------------------------------------------------
12581258
*/
@@ -1700,7 +1700,7 @@
17001700

17011701
/**
17021702
* --------------------------------------------------------------------------
1703-
* Bootstrap (v5.2.2): collapse.js
1703+
* Bootstrap (v5.2.3): collapse.js
17041704
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
17051705
* --------------------------------------------------------------------------
17061706
*/
@@ -1990,7 +1990,7 @@
19901990

19911991
/**
19921992
* --------------------------------------------------------------------------
1993-
* Bootstrap (v5.2.2): dropdown.js
1993+
* Bootstrap (v5.2.3): dropdown.js
19941994
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
19951995
* --------------------------------------------------------------------------
19961996
*/
@@ -2422,7 +2422,7 @@
24222422

24232423
/**
24242424
* --------------------------------------------------------------------------
2425-
* Bootstrap (v5.2.2): util/scrollBar.js
2425+
* Bootstrap (v5.2.3): util/scrollBar.js
24262426
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
24272427
* --------------------------------------------------------------------------
24282428
*/
@@ -2541,7 +2541,7 @@
25412541

25422542
/**
25432543
* --------------------------------------------------------------------------
2544-
* Bootstrap (v5.2.2): util/backdrop.js
2544+
* Bootstrap (v5.2.3): util/backdrop.js
25452545
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
25462546
* --------------------------------------------------------------------------
25472547
*/
@@ -2687,7 +2687,7 @@
26872687

26882688
/**
26892689
* --------------------------------------------------------------------------
2690-
* Bootstrap (v5.2.2): util/focustrap.js
2690+
* Bootstrap (v5.2.3): util/focustrap.js
26912691
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
26922692
* --------------------------------------------------------------------------
26932693
*/
@@ -2796,7 +2796,7 @@
27962796

27972797
/**
27982798
* --------------------------------------------------------------------------
2799-
* Bootstrap (v5.2.2): modal.js
2799+
* Bootstrap (v5.2.3): modal.js
28002800
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
28012801
* --------------------------------------------------------------------------
28022802
*/
@@ -3172,7 +3172,7 @@
31723172

31733173
/**
31743174
* --------------------------------------------------------------------------
3175-
* Bootstrap (v5.2.2): offcanvas.js
3175+
* Bootstrap (v5.2.3): offcanvas.js
31763176
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
31773177
* --------------------------------------------------------------------------
31783178
*/
@@ -3446,7 +3446,7 @@
34463446

34473447
/**
34483448
* --------------------------------------------------------------------------
3449-
* Bootstrap (v5.2.2): util/sanitizer.js
3449+
* Bootstrap (v5.2.3): util/sanitizer.js
34503450
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
34513451
* --------------------------------------------------------------------------
34523452
*/
@@ -3551,7 +3551,7 @@
35513551

35523552
/**
35533553
* --------------------------------------------------------------------------
3554-
* Bootstrap (v5.2.2): util/template-factory.js
3554+
* Bootstrap (v5.2.3): util/template-factory.js
35553555
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
35563556
* --------------------------------------------------------------------------
35573557
*/
@@ -3709,7 +3709,7 @@
37093709

37103710
/**
37113711
* --------------------------------------------------------------------------
3712-
* Bootstrap (v5.2.2): tooltip.js
3712+
* Bootstrap (v5.2.3): tooltip.js
37133713
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
37143714
* --------------------------------------------------------------------------
37153715
*/
@@ -3859,10 +3859,6 @@
38593859
clearTimeout(this._timeout);
38603860
EventHandler.off(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler);
38613861

3862-
if (this.tip) {
3863-
this.tip.remove();
3864-
}
3865-
38663862
if (this._element.getAttribute('data-bs-original-title')) {
38673863
this._element.setAttribute('title', this._element.getAttribute('data-bs-original-title'));
38683864
}
@@ -3891,10 +3887,7 @@
38913887
} // todo v6 remove this OR make it optional
38923888

38933889

3894-
if (this.tip) {
3895-
this.tip.remove();
3896-
this.tip = null;
3897-
}
3890+
this._disposePopper();
38983891

38993892
const tip = this._getTipElement();
39003893

@@ -3909,12 +3902,7 @@
39093902
EventHandler.trigger(this._element, this.constructor.eventName(EVENT_INSERTED));
39103903
}
39113904

3912-
if (this._popper) {
3913-
this._popper.update();
3914-
} else {
3915-
this._popper = this._createPopper(tip);
3916-
}
3917-
3905+
this._popper = this._createPopper(tip);
39183906
tip.classList.add(CLASS_NAME_SHOW$2); // If this is a touch-enabled device we add extra
39193907
// empty mouseover listeners to the body's immediate children;
39203908
// only needed because of broken event delegation on iOS
@@ -3972,14 +3960,12 @@
39723960
}
39733961

39743962
if (!this._isHovered) {
3975-
tip.remove();
3963+
this._disposePopper();
39763964
}
39773965

39783966
this._element.removeAttribute('aria-describedby');
39793967

39803968
EventHandler.trigger(this._element, this.constructor.eventName(EVENT_HIDDEN$2));
3981-
3982-
this._disposePopper();
39833969
};
39843970

39853971
this._queueCallback(complete, this.tip, this._isAnimated());
@@ -4296,6 +4282,11 @@
42964282

42974283
this._popper = null;
42984284
}
4285+
4286+
if (this.tip) {
4287+
this.tip.remove();
4288+
this.tip = null;
4289+
}
42994290
} // Static
43004291

43014292

@@ -4325,7 +4316,7 @@
43254316

43264317
/**
43274318
* --------------------------------------------------------------------------
4328-
* Bootstrap (v5.2.2): popover.js
4319+
* Bootstrap (v5.2.3): popover.js
43294320
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
43304321
* --------------------------------------------------------------------------
43314322
*/
@@ -4408,7 +4399,7 @@
44084399

44094400
/**
44104401
* --------------------------------------------------------------------------
4411-
* Bootstrap (v5.2.2): scrollspy.js
4402+
* Bootstrap (v5.2.3): scrollspy.js
44124403
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
44134404
* --------------------------------------------------------------------------
44144405
*/
@@ -4699,7 +4690,7 @@
46994690

47004691
/**
47014692
* --------------------------------------------------------------------------
4702-
* Bootstrap (v5.2.2): tab.js
4693+
* Bootstrap (v5.2.3): tab.js
47034694
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
47044695
* --------------------------------------------------------------------------
47054696
*/
@@ -5012,7 +5003,7 @@
50125003

50135004
/**
50145005
* --------------------------------------------------------------------------
5015-
* Bootstrap (v5.2.2): toast.js
5006+
* Bootstrap (v5.2.3): toast.js
50165007
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
50175008
* --------------------------------------------------------------------------
50185009
*/
@@ -5233,7 +5224,7 @@
52335224

52345225
/**
52355226
* --------------------------------------------------------------------------
5236-
* Bootstrap (v5.2.2): index.umd.js
5227+
* Bootstrap (v5.2.3): index.umd.js
52375228
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
52385229
* --------------------------------------------------------------------------
52395230
*/

assets/javascripts/bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bootstrap/alert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap alert.js v5.2.2 (https://getbootstrap.com/)
2+
* Bootstrap alert.js v5.2.3 (https://getbootstrap.com/)
33
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* --------------------------------------------------------------------------
19-
* Bootstrap (v5.2.2): alert.js
19+
* Bootstrap (v5.2.3): alert.js
2020
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
2121
* --------------------------------------------------------------------------
2222
*/

assets/javascripts/bootstrap/base-component.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap base-component.js v5.2.2 (https://getbootstrap.com/)
2+
* Bootstrap base-component.js v5.2.3 (https://getbootstrap.com/)
33
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/
@@ -17,15 +17,15 @@
1717

1818
/**
1919
* --------------------------------------------------------------------------
20-
* Bootstrap (v5.2.2): base-component.js
20+
* Bootstrap (v5.2.3): base-component.js
2121
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
2222
* --------------------------------------------------------------------------
2323
*/
2424
/**
2525
* Constants
2626
*/
2727

28-
const VERSION = '5.2.2';
28+
const VERSION = '5.2.3';
2929
/**
3030
* Class definition
3131
*/

0 commit comments

Comments
 (0)