diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 41939cd3..aa996c35 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1783,6 +1783,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2 https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/css/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.3/css/bootstrap.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index ad19f54f..54739c35 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -467,7 +467,10 @@ targets.setLastVersion = function (type, version) { if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7 return '3.4.1'; } - if (type.startsWith('/twitter-bootstrap/4.')) return '4.6.1'; + if (type.startsWith('/twitter-bootstrap/4.')) { + if (helpers.compareVersion('4.1.1', version)) return '4.1.1'; // <= 4.1.1 + return '4.6.1'; + } if (type.startsWith('/twitter-bootstrap/5.')) return '5.2.3'; if (type.startsWith('/twix.js/0.')) return '0.3.0'; if (type.startsWith('/twix.js/1.')) return '1.3.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index e126eb5f..2c204924 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -52,6 +52,7 @@
  • tensorflow v4.1.0 (#1264)
  • ScrollMagic (Bundle) v2.0.8 (#1277)
  • vue-router v3.6.5 & v4.1.6 (#1278)
  • +
  • twitter-bootstrap v4.1.1 (#1280)
  • Improved