Commit 1e885a3e authored by Vladimir Roudakov's avatar Vladimir Roudakov
Browse files

Issue #3309072: Upgrade bootstrap to 5.2.1

parent b7899564
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ or this theme's _variables_drupal.scss and recompile css!)

## FEATURES

* Bootstrap 5 library ([5.2.0](https://blog.getbootstrap.com/2022/07/19/bootstrap-5-2-0/) and [5.1.3](https://blog.getbootstrap.com/2021/10/05/bootstrap-5-1-2/)) included
* Bootstrap 5 library ([5.2.1](https://blog.getbootstrap.com/2022/09/07/bootstrap-5-2-1/) and [5.1.3](https://blog.getbootstrap.com/2021/10/05/bootstrap-5-1-2/)) included
* Bootstrap 5 breakpoints
* Bootstrap 5 integration with CKEditor
* Bootstrap 5 configuration within admin user interface
+6 −6
Original line number Diff line number Diff line
bootstrap5-js-latest:
  version: '5.2.0'
  version: '5.2.1'
  js:
    dist/bootstrap/5.2.0/dist/js/bootstrap.bundle.js: {}
    dist/bootstrap/5.2.1/dist/js/bootstrap.bundle.js: {}

global-styling:
  css:
@@ -9,7 +9,7 @@ global-styling:
      css/style.css: {}

drupal.nav-tabs:
  version: '5.2.0'
  version: '5.2.1'
  js:
    js/nav-tabs.js: {}
  dependencies:
@@ -21,11 +21,11 @@ drupal.nav-tabs:
    - core/collapse

style-guide:
  version: '5.2.0'
  version: '5.2.1'
  js:
    dist/bootstrap/5.2.0/site/content/docs/5.2/examples/cheatsheet/cheatsheet.js: {}
    dist/bootstrap/5.2.1/site/content/docs/5.2/examples/cheatsheet/cheatsheet.js: {}
  css:
    theme:
      dist/bootstrap/5.2.0/site/content/docs/5.2/examples/cheatsheet/cheatsheet.css: {}
      dist/bootstrap/5.2.1/site/content/docs/5.2/examples/cheatsheet/cheatsheet.css: {}
  dependencies:
    - bootstrap5/bootstrap5-js-latest
+78 −71

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1

File deleted.

Preview size limit exceeded, changes collapsed.

Loading