Skip to content

Commit 719d332

Browse files
committed
update bootstrap to v5.3.8
1 parent 4b01eac commit 719d332

8 files changed

Lines changed: 28 additions & 22 deletions

File tree

exponent_constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
define('MPDF8_VERSION', '8.0.17');
660660
}
661661
if (!defined('MPDF81_VERSION')) {
662-
define('MPDF81_VERSION', '8.2.5');
662+
define('MPDF81_VERSION', '8.2.5'); // 8.2.6
663663
}
664664

665665
if (!defined('DOMPDF8_VERSION')) {

external/ExtPrograms.csv

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Doctrine Deprecations,1.1.2,github.com/doctrine/deprecations,1.1.5,needed by Doc
55
EmailValidator,3.2.6,github.com/egulias/EmailValidator,3.2.6/4.0.4,needed by swiftmailer v6; change folder structure and add autoloader to main file
66
ups-php,0.2,github.com/sanbornm/ups-php,0.2,"updated/fixed xml, etc to work"
77
fedex-php,31.0.0,www.fedex.com/wpor/web/jsp/drclinks.jsp?links=wss/getstarted.html,31.0.0,copy/edit RateAvailableServicesWebServiceClient.php into fedexshippingcalculator->getRates()
8-
Smarty,3.1.27/4.4.1,smarty.net,4.5.5/5.5.1,
8+
Smarty,3.1.27/4.4.1,smarty.net,4.5.5/5.5.2,
99
phpthumb,1.7.23exp,github.com/JamesHeinrich/phpThumb,1.7.23,phpThumb.config.php - we also allow &amp in parsing and err command
1010
getid3,1.9.23,github.com/JamesHeinrich/getID3,1.9.23,
1111
minify,2.3.3,github.com/mrclay/minify,2.3.3/3.0.4/4.0.1,modify config.php
@@ -24,16 +24,16 @@ class.upload,2.1.6exp,github.com/verot/class.upload.php,2.1.6,"Correct flip oper
2424
iCalCreator,2.28.2,github.com/iCalcreator/iCalcreator,2.40.10/2.41.92,uncomment load utilities; php 8 fix
2525
scssphp,1.11.1exp,github.com/scssphp/scssphp,1.13.0/2.0.1,includes example server; hack to compile newui
2626
lessphp,0.5.0exp,github.com/leafo/lessphp,0.5.0,"will not compile bootstrap v3+, hack to allow prefix"
27-
less.php,3.2.0exp,github.com/wikimedia/less.php,3.2.1/4.4.1/5.3.1,php v5.6 regression fixes
27+
less.php,3.2.0exp,github.com/wikimedia/less.php,3.2.1/4.4.1/5.4.0,php v5.6 regression fixes
2828
Twitter-Bootstrap2,2.3.2,github.com/twbs/bootstrap,2.3.2,"patched bootstrap.less includes swatches, fontawesome & exp variables"
2929
Bootstrap3,3.4.1,github.com/twbs/bootstrap,3.4.1,patched bootstrap.less includes swatches & exp variables
3030
Bootstrap4,4.6.2,github.com/twbs/bootstrap,4.6.2,"patched bootstrap.scss includes swatches & exp variables, remove @page"
31-
Bootstrap5,5.3.7,github.com/twbs/bootstrap,5.3.7,patched bootstrap.scss includes swatches & exp variables
31+
Bootstrap5,5.3.7,github.com/twbs/bootstrap,5.3.8,patched bootstrap.scss includes swatches & exp variables
3232
popper.js/floating-ui,1.16.1,github.com/FezVrasta/popper.js,1.16.1/2.11.8,needed by BS4/BS5 (umd)
3333
Bootswatch2,2.3.2,bootswatch.com,2.3.2,
3434
Bootswatch3,3.4.1+1,bootswatch.com,3.4.1+1,change 1st line variables.less comment to output to .css file
3535
Bootswatch4,4.6.2,bootswatch.com,4.6.2,change 1st line variables.scss comment to output to .css file
36-
Bootswatch5,5.3.6,bootswatch.com,5.3.6,change 1st line variables.scss comment to output to .css file
36+
Bootswatch5,5.3.7,bootswatch.com,5.3.7,change 1st line variables.scss comment to output to .css file
3737
Font-Awesome3,3.2.1,fontawesome.github.com/Font-Awesome,3.2.1,updated FontAwesomePath in variables.less
3838
Font-Awesome4,4.7.0,fontawesome.github.com/Font-Awesome,4.7.0,
3939
Font-Awesome5,5.15.4,fontawesome.com,5.15.4,add import all 'fonts' sheets into main sheet
@@ -51,7 +51,7 @@ html5shiv,3.7.3,github.com/aFarkas/html5shiv,3.7.3,IE6-8 shim
5151
csshover.htc,3.11,peterned.home.xs4all.nl/csshover.html,3.11,IE6 shim
5252
CKEditor,4.21.0,ckeditor.com,4.22.1/45.2.0,"add fieldinsert (exp), autosave, sourcedialog & kama and moono skins"
5353
TinyMCE,4.9.11,tiny.cloud,4.9.11,"add localautosave, fieldinsert (exp) & quickupload (exp) plugins, & xenmce skin"
54-
TinyMCE v5,5.10.9,tiny.cloud,5.10.9/6.8.6/8.0.1,"add localautosave, fieldinsert (exp) & quickupload (exp) plugins"
54+
TinyMCE v5,5.10.9,tiny.cloud,5.10.9/6.8.6/8.0.2,"add localautosave, fieldinsert (exp) & quickupload (exp) plugins"
5555
PLUpload,2.3.9,github.com/moxiecode/plupload,2.3.9/3.1.5,"needed for TinyMCE Quick Upload, placed in that plugin folder"
5656
elFinder,2.1.65,elfinder.org,2.1.65,customized in /framework with Exponent php classes and .js files
5757
jQuery1,1.12.4,jquery.com,1.12.4,v1.11.3 still needed for old firefox
@@ -65,7 +65,7 @@ validate,1.21.0exp,jqueryvalidation.org,1.21.0,edit for 'undefined' in 'min' & '
6565
Countdown,1.1,tutorialzine.com/2011/12/countdown-jquery,1.1,
6666
timepicker,1.6.3,trentrichardson.com/examples/timepicker,1.6.3,used by adminer
6767
TimeCircles,1.5.3,github.com/wimbarelds/TimeCircles,1.5.3,
68-
DataTables,2.3.2,www.datatables.net,1.13.8/2.3.2,includes boostrap2 integration w/ renamed 1.10.7 version
68+
DataTables,2.3.3,www.datatables.net,1.13.8/2.3.3,includes boostrap2 integration w/ renamed 1.10.7 version
6969
DataTables Checkboxes,1.3.0,github.com/gyrocode/jquery-datatables-checkboxes,1.3.0,
7070
DataTables Tabletools,2.2.4,www.datatables.net,2.2.4,replaced by 'Buttons' in 1.10.8
7171
Responsive DataTables,0.2.0,github.com/Comanche/datatables-responsive,0.2.0,replaced by 'Responsive' in 1.10.8
@@ -103,14 +103,14 @@ Webshim,1.16.0,github.com/aFarkas/webshim,1.16.0,
103103
,,,,
104104
"Optional, not included",,,,
105105
dompdf,3.0.1exp/1.2.2exp/0.7.0exp/0.6.2exp,github.com/dompdf/dompdf,3.1.0,"optional, patched to display our images and not break on bad tables and disable links"
106-
mPDF,8.2.5/8.0.17/7.1.9/6.1.4/5.7.4a,github.com/mpdf/mpdf,8.2.5,optional
106+
mPDF,8.2.5/8.0.17/7.1.9/6.1.4/5.7.4a,github.com/mpdf/mpdf,8.2.6,optional
107107
HTML2PDF,5.2.8,github.com/spipu/html2pdf,5.3.3,"optional, we tweak tcpdfConfig.php"
108108
iLess,2.2.0,github.com/mishal/iless,2.2.0,"optional, has issues with bootstrap v2"
109109
Kint,1.1/2.2/6.0.1,github.com/kint-php/kint,6.0.1,"optional, for formatted edebug output"
110110
,,,,
111111
Not included yet,,,,
112-
DataTables Buttons,,www.datatables.net,2.4.2/3.2.3,
113-
DataTables Responsive,,www.datatables.net,2.5.0/3.0.4,
112+
DataTables Buttons,,www.datatables.net,2.4.2/3.2.4,
113+
DataTables Responsive,,www.datatables.net,2.5.0/3.0.6,
114114
,,,,
115115
No longer included,,,,
116116
pwstrength-bootstrap,2.0.0,github.com/ablanco/jquery.pwstrength.bootstrap,,

external/bootstrap5/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
·
1717
<a href="https://github.com/twbs/bootstrap/issues/new?assignees=&labels=feature&template=feature_request.yml">Request feature</a>
1818
·
19-
<a href="https://themes.getbootstrap.com/">Themes</a>
20-
·
2119
<a href="https://blog.getbootstrap.com/">Blog</a>
2220
</p>
2321

@@ -46,12 +44,12 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
4644

4745
Several quick start options are available:
4846

49-
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.7.zip)
47+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.8.zip)
5048
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51-
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.7`
52-
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.7`
53-
- Install with [Bun](https://bun.sh/): `bun add bootstrap@v5.3.7`
54-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.7`
49+
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.8`
50+
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.8`
51+
- Install with [Bun](https://bun.sh/): `bun add bootstrap@v5.3.8`
52+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.8`
5553
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5654

5755
Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
@@ -70,6 +68,7 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.3/getting-starte
7068
[![CSS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css)
7169
[![JS gzip size](https://img.badgesize.io/twbs/bootstrap/main/dist/js/bootstrap.min.js?compression=gzip&label=JS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js)
7270
[![JS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/js/bootstrap.min.js?compression=brotli&label=JS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js)
71+
![Open Source Security Foundation Scorecard](https://img.shields.io/ossf-scorecard/github.com/twbs/bootstrap)
7372
[![Backers on Open Collective](https://img.shields.io/opencollective/backers/bootstrap?logo=opencollective&logoColor=fff)](#backers)
7473
[![Sponsors on Open Collective](https://img.shields.io/opencollective/sponsors/bootstrap?logo=opencollective&logoColor=fff)](#sponsors)
7574

@@ -151,7 +150,7 @@ Documentation search is powered by [Algolia's DocSearch](https://docsearch.algol
151150
1. Run `npm install` to install the Node.js dependencies, including Astro (the site builder).
152151
2. Run `npm run test` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
153152
3. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
154-
4. Open `http://localhost:9001/` in your browser, and voilà.
153+
4. Open <http://localhost:9001> in your browser, and voilà.
155154

156155
Learn more about using Astro by reading its [documentation](https://docs.astro.build/en/getting-started/).
157156

external/bootstrap5/dist/js/bootstrap.bundle.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.

external/bootstrap5/scss/_functions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003
157157

158158
@each $color in $foregrounds {
159159
$contrast-ratio: contrast-ratio($background, $color);
160-
@if $contrast-ratio > $min-contrast-ratio {
160+
@if $contrast-ratio >= $min-contrast-ratio {
161161
@return $color;
162162
} @else if $contrast-ratio > $max-ratio {
163163
$max-ratio: $contrast-ratio;

external/bootstrap5/scss/_reboot.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@ legend {
534534
[type="search"] {
535535
-webkit-appearance: textfield; // 1
536536
outline-offset: -2px; // 2
537+
538+
// 3. Better affordance and consistent appearance for search cancel button
539+
&::-webkit-search-cancel-button {
540+
cursor: pointer;
541+
filter: grayscale(1);
542+
}
537543
}
538544

539545
// 1. A few input types should stay LTR

external/bootstrap5/scss/_spinners.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.spinner-grow,
66
.spinner-border {
77
display: inline-block;
8+
flex-shrink: 0;
89
width: var(--#{$prefix}spinner-width);
910
height: var(--#{$prefix}spinner-height);
1011
vertical-align: var(--#{$prefix}spinner-vertical-align);

external/bootstrap5/scss/mixins/_banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@mixin bsBanner($file) {
22
/*!
3-
* Bootstrap #{$file} v5.3.7 (https://getbootstrap.com/)
3+
* Bootstrap #{$file} v5.3.8 (https://getbootstrap.com/)
44
* Copyright 2011-2025 The Bootstrap Authors
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
66
*/

0 commit comments

Comments
 (0)