From f7e8ca91e03165abb82d4c82555dc4ef96340cc9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 May 2022 23:57:58 +0300 Subject: [PATCH] Prepare v5.2.0-beta1 --- README.md | 10 +++--- config.yml | 30 +++++++++--------- js/index.esm.js | 2 +- js/index.umd.js | 2 +- js/src/alert.js | 2 +- js/src/base-component.js | 4 +-- js/src/button.js | 2 +- js/src/carousel.js | 2 +- js/src/collapse.js | 2 +- js/src/dom/data.js | 2 +- js/src/dom/event-handler.js | 2 +- js/src/dom/manipulator.js | 2 +- js/src/dom/selector-engine.js | 2 +- js/src/dropdown.js | 2 +- js/src/modal.js | 2 +- js/src/offcanvas.js | 2 +- js/src/popover.js | 2 +- js/src/scrollspy.js | 2 +- js/src/tab.js | 2 +- js/src/toast.js | 2 +- js/src/tooltip.js | 2 +- js/src/util/backdrop.js | 2 +- js/src/util/component-functions.js | 2 +- js/src/util/config.js | 2 +- js/src/util/focustrap.js | 2 +- js/src/util/index.js | 2 +- js/src/util/sanitizer.js | 2 +- js/src/util/scrollbar.js | 2 +- js/src/util/swipe.js | 2 +- js/src/util/template-factory.js | 2 +- package-lock.json | 4 +-- package.js | 2 +- package.json | 4 +-- scss/bootstrap-grid.scss | 2 +- scss/bootstrap-reboot.scss | 2 +- scss/bootstrap-utilities.scss | 2 +- scss/bootstrap.scss | 2 +- site/content/docs/5.1/_index.html | 5 --- site/content/docs/5.2/_index.html | 5 +++ site/content/docs/{5.1 => 5.2}/about/brand.md | 0 .../docs/{5.1 => 5.2}/about/license.md | 0 .../docs/{5.1 => 5.2}/about/overview.md | 2 +- site/content/docs/{5.1 => 5.2}/about/team.md | 0 .../docs/{5.1 => 5.2}/about/translations.md | 0 .../docs/{5.1 => 5.2}/components/accordion.md | 2 +- .../docs/{5.1 => 5.2}/components/alerts.md | 0 .../docs/{5.1 => 5.2}/components/badge.md | 0 .../{5.1 => 5.2}/components/breadcrumb.md | 0 .../{5.1 => 5.2}/components/button-group.md | 0 .../docs/{5.1 => 5.2}/components/buttons.md | 0 .../docs/{5.1 => 5.2}/components/card.md | 0 .../docs/{5.1 => 5.2}/components/carousel.md | 0 .../{5.1 => 5.2}/components/close-button.md | 0 .../docs/{5.1 => 5.2}/components/collapse.md | 0 .../docs/{5.1 => 5.2}/components/dropdowns.md | 0 .../{5.1 => 5.2}/components/list-group.md | 0 .../docs/{5.1 => 5.2}/components/modal.md | 0 .../docs/{5.1 => 5.2}/components/navbar.md | 0 .../docs/{5.1 => 5.2}/components/navs-tabs.md | 2 +- .../docs/{5.1 => 5.2}/components/offcanvas.md | 0 .../{5.1 => 5.2}/components/pagination.md | 0 .../{5.1 => 5.2}/components/placeholders.md | 0 .../docs/{5.1 => 5.2}/components/popovers.md | 0 .../docs/{5.1 => 5.2}/components/progress.md | 0 .../docs/{5.1 => 5.2}/components/scrollspy.md | 0 .../docs/{5.1 => 5.2}/components/spinners.md | 0 .../docs/{5.1 => 5.2}/components/toasts.md | 0 .../docs/{5.1 => 5.2}/components/tooltips.md | 0 .../docs/{5.1 => 5.2}/content/figures.md | 0 .../docs/{5.1 => 5.2}/content/images.md | 0 .../docs/{5.1 => 5.2}/content/reboot.md | 2 +- .../docs/{5.1 => 5.2}/content/tables.md | 0 .../docs/{5.1 => 5.2}/content/typography.md | 0 .../docs/{5.1 => 5.2}/customize/color.md | 0 .../docs/{5.1 => 5.2}/customize/components.md | 0 .../{5.1 => 5.2}/customize/css-variables.md | 0 .../docs/{5.1 => 5.2}/customize/optimize.md | 0 .../docs/{5.1 => 5.2}/customize/options.md | 0 .../docs/{5.1 => 5.2}/customize/overview.md | 2 +- .../docs/{5.1 => 5.2}/customize/sass.md | 0 .../docs/{5.1 => 5.2}/examples/.stylelintrc | 0 .../docs/{5.1 => 5.2}/examples/_index.md | 0 .../examples/album-rtl/index.html | 0 .../{5.1 => 5.2}/examples/album/index.html | 0 .../{5.1 => 5.2}/examples/blog-rtl/index.html | 0 .../docs/{5.1 => 5.2}/examples/blog/blog.css | 0 .../{5.1 => 5.2}/examples/blog/blog.rtl.css | 0 .../{5.1 => 5.2}/examples/blog/index.html | 0 .../examples/carousel-rtl/index.html | 0 .../examples/carousel/carousel.css | 0 .../examples/carousel/carousel.rtl.css | 0 .../{5.1 => 5.2}/examples/carousel/index.html | 0 .../examples/cheatsheet-rtl/index.html | 0 .../examples/cheatsheet/cheatsheet.css | 0 .../examples/cheatsheet/cheatsheet.js | 0 .../examples/cheatsheet/cheatsheet.rtl.css | 0 .../examples/cheatsheet/index.html | 0 .../examples/checkout-rtl/index.html | 0 .../examples/checkout/form-validation.css | 0 .../examples/checkout/form-validation.js | 0 .../{5.1 => 5.2}/examples/checkout/index.html | 0 .../{5.1 => 5.2}/examples/cover/cover.css | 0 .../{5.1 => 5.2}/examples/cover/index.html | 0 .../examples/dashboard-rtl/dashboard.js | 0 .../examples/dashboard-rtl/index.html | 0 .../examples/dashboard/dashboard.css | 0 .../examples/dashboard/dashboard.js | 0 .../examples/dashboard/dashboard.rtl.css | 0 .../examples/dashboard/index.html | 0 .../examples/dropdowns/dropdowns.css | 0 .../examples/dropdowns/index.html | 0 .../examples/features/features.css | 0 .../{5.1 => 5.2}/examples/features/index.html | 0 .../examples/features/unsplash-photo-1.jpg | Bin .../examples/features/unsplash-photo-2.jpg | Bin .../examples/features/unsplash-photo-3.jpg | Bin .../{5.1 => 5.2}/examples/footers/index.html | 0 .../docs/{5.1 => 5.2}/examples/grid/grid.css | 0 .../{5.1 => 5.2}/examples/grid/index.html | 0 .../{5.1 => 5.2}/examples/headers/headers.css | 0 .../{5.1 => 5.2}/examples/headers/index.html | 0 .../examples/heroes/bootstrap-docs.png | Bin .../examples/heroes/bootstrap-themes.png | Bin .../{5.1 => 5.2}/examples/heroes/heroes.css | 0 .../{5.1 => 5.2}/examples/heroes/index.html | 0 .../examples/jumbotron/index.html | 0 .../examples/list-groups/index.html | 0 .../examples/list-groups/list-groups.css | 0 .../{5.1 => 5.2}/examples/masonry/index.html | 0 .../{5.1 => 5.2}/examples/modals/index.html | 0 .../{5.1 => 5.2}/examples/modals/modals.css | 0 .../examples/navbar-bottom/index.html | 0 .../examples/navbar-fixed/index.html | 0 .../navbar-fixed/navbar-top-fixed.css | 0 .../examples/navbar-static/index.html | 0 .../examples/navbar-static/navbar-top.css | 0 .../examples/navbars-offcanvas/index.html | 0 .../examples/navbars-offcanvas/navbar.css | 0 .../{5.1 => 5.2}/examples/navbars/index.html | 0 .../{5.1 => 5.2}/examples/navbars/navbar.css | 0 .../examples/offcanvas-navbar/index.html | 2 +- .../examples/offcanvas-navbar/offcanvas.css | 0 .../examples/offcanvas-navbar/offcanvas.js | 0 .../{5.1 => 5.2}/examples/pricing/index.html | 0 .../{5.1 => 5.2}/examples/pricing/pricing.css | 0 .../{5.1 => 5.2}/examples/product/index.html | 0 .../{5.1 => 5.2}/examples/product/product.css | 0 .../{5.1 => 5.2}/examples/sidebars/index.html | 0 .../examples/sidebars/sidebars.css | 0 .../examples/sidebars/sidebars.js | 0 .../{5.1 => 5.2}/examples/sign-in/index.html | 0 .../{5.1 => 5.2}/examples/sign-in/signin.css | 0 .../examples/starter-template/index.html | 0 .../starter-template/starter-template.css | 0 .../examples/sticky-footer-navbar/index.html | 0 .../sticky-footer-navbar.css | 0 .../examples/sticky-footer/index.html | 0 .../examples/sticky-footer/sticky-footer.css | 0 .../docs/{5.1 => 5.2}/extend/approach.md | 2 +- .../content/docs/{5.1 => 5.2}/extend/icons.md | 0 .../docs/{5.1 => 5.2}/forms/checks-radios.md | 2 +- .../{5.1 => 5.2}/forms/floating-labels.md | 0 .../docs/{5.1 => 5.2}/forms/form-control.md | 0 .../docs/{5.1 => 5.2}/forms/input-group.md | 0 .../content/docs/{5.1 => 5.2}/forms/layout.md | 0 .../docs/{5.1 => 5.2}/forms/overview.md | 2 +- site/content/docs/{5.1 => 5.2}/forms/range.md | 0 .../content/docs/{5.1 => 5.2}/forms/select.md | 0 .../docs/{5.1 => 5.2}/forms/validation.md | 2 +- .../getting-started/accessibility.md | 0 .../getting-started/best-practices.md | 0 .../getting-started/browsers-devices.md | 0 .../{5.1 => 5.2}/getting-started/contents.md | 0 .../getting-started/contribute.md | 2 +- .../{5.1 => 5.2}/getting-started/download.md | 0 .../getting-started/introduction.md | 2 +- .../getting-started/javascript.md | 0 .../{5.1 => 5.2}/getting-started/parcel.md | 0 .../docs/{5.1 => 5.2}/getting-started/rfs.md | 0 .../docs/{5.1 => 5.2}/getting-started/rtl.md | 0 .../{5.1 => 5.2}/getting-started/webpack.md | 0 .../docs/{5.1 => 5.2}/helpers/clearfix.md | 2 +- .../{5.1 => 5.2}/helpers/color-background.md | 0 .../{5.1 => 5.2}/helpers/colored-links.md | 0 .../docs/{5.1 => 5.2}/helpers/position.md | 0 .../docs/{5.1 => 5.2}/helpers/ratio.md | 0 .../docs/{5.1 => 5.2}/helpers/stacks.md | 0 .../{5.1 => 5.2}/helpers/stretched-link.md | 0 .../{5.1 => 5.2}/helpers/text-truncation.md | 0 .../{5.1 => 5.2}/helpers/vertical-rule.md | 0 .../{5.1 => 5.2}/helpers/visually-hidden.md | 2 +- .../docs/{5.1 => 5.2}/layout/breakpoints.md | 2 +- .../docs/{5.1 => 5.2}/layout/columns.md | 0 .../docs/{5.1 => 5.2}/layout/containers.md | 0 .../docs/{5.1 => 5.2}/layout/css-grid.md | 0 site/content/docs/{5.1 => 5.2}/layout/grid.md | 0 .../docs/{5.1 => 5.2}/layout/gutters.md | 0 .../docs/{5.1 => 5.2}/layout/utilities.md | 0 .../docs/{5.1 => 5.2}/layout/z-index.md | 0 site/content/docs/{5.1 => 5.2}/migration.md | 0 .../docs/{5.1 => 5.2}/utilities/api.md | 2 +- .../docs/{5.1 => 5.2}/utilities/background.md | 0 .../docs/{5.1 => 5.2}/utilities/borders.md | 0 .../docs/{5.1 => 5.2}/utilities/colors.md | 0 .../docs/{5.1 => 5.2}/utilities/display.md | 0 .../docs/{5.1 => 5.2}/utilities/flex.md | 0 .../docs/{5.1 => 5.2}/utilities/float.md | 0 .../{5.1 => 5.2}/utilities/interactions.md | 0 .../docs/{5.1 => 5.2}/utilities/opacity.md | 0 .../docs/{5.1 => 5.2}/utilities/overflow.md | 0 .../docs/{5.1 => 5.2}/utilities/position.md | 0 .../docs/{5.1 => 5.2}/utilities/shadows.md | 0 .../docs/{5.1 => 5.2}/utilities/sizing.md | 0 .../docs/{5.1 => 5.2}/utilities/spacing.md | 0 .../docs/{5.1 => 5.2}/utilities/text.md | 0 .../{5.1 => 5.2}/utilities/vertical-align.md | 0 .../docs/{5.1 => 5.2}/utilities/visibility.md | 0 site/content/docs/_index.html | 2 +- site/data/docs-versions.yml | 3 +- site/layouts/partials/home/masthead.html | 6 ++-- .../assets/brand/bootstrap-logo-black.svg | 0 .../assets/brand/bootstrap-logo-shadow.png | Bin .../assets/brand/bootstrap-logo-white.svg | 0 .../assets/brand/bootstrap-logo.svg | 0 .../assets/brand/bootstrap-social-logo.png | Bin .../assets/brand/bootstrap-social.png | Bin .../assets/img/bootstrap-icons.png | Bin .../assets/img/bootstrap-icons@2x.png | Bin .../assets/img/bootstrap-themes-collage.png | Bin .../img/bootstrap-themes-collage@2x.png | Bin .../assets/img/bootstrap-themes.png | Bin .../assets/img/bootstrap-themes@2x.png | Bin .../assets/img/examples/album-rtl.png | Bin .../assets/img/examples/album-rtl@2x.png | Bin .../assets/img/examples/album.png | Bin .../assets/img/examples/album@2x.png | Bin .../assets/img/examples/blog-rtl.png | Bin .../assets/img/examples/blog-rtl@2x.png | Bin .../{5.1 => 5.2}/assets/img/examples/blog.png | Bin .../assets/img/examples/blog@2x.png | Bin .../assets/img/examples/carousel-rtl.png | Bin .../assets/img/examples/carousel-rtl@2x.png | Bin .../assets/img/examples/carousel.png | Bin .../assets/img/examples/carousel@2x.png | Bin .../assets/img/examples/cheatsheet-rtl.png | Bin .../assets/img/examples/cheatsheet-rtl@2x.png | Bin .../assets/img/examples/cheatsheet.png | Bin .../assets/img/examples/cheatsheet@2x.png | Bin .../assets/img/examples/checkout-rtl.png | Bin .../assets/img/examples/checkout-rtl@2x.png | Bin .../assets/img/examples/checkout.png | Bin .../assets/img/examples/checkout@2x.png | Bin .../assets/img/examples/cover.png | Bin .../assets/img/examples/cover@2x.png | Bin .../assets/img/examples/dashboard-rtl.png | Bin .../assets/img/examples/dashboard-rtl@2x.png | Bin .../assets/img/examples/dashboard.png | Bin .../assets/img/examples/dashboard@2x.png | Bin .../assets/img/examples/dropdowns.png | Bin .../assets/img/examples/dropdowns@2x.png | Bin .../assets/img/examples/features.png | Bin .../assets/img/examples/features@2x.png | Bin .../assets/img/examples/footers.png | Bin .../assets/img/examples/footers@2x.png | Bin .../{5.1 => 5.2}/assets/img/examples/grid.png | Bin .../assets/img/examples/grid@2x.png | Bin .../assets/img/examples/headers.png | Bin .../assets/img/examples/headers@2x.png | Bin .../assets/img/examples/heroes.png | Bin .../assets/img/examples/heroes@2x.png | Bin .../assets/img/examples/jumbotron.png | Bin .../assets/img/examples/jumbotron@2x.png | Bin .../assets/img/examples/list-groups.png | Bin .../assets/img/examples/list-groups@2x.png | Bin .../assets/img/examples/masonry.png | Bin .../assets/img/examples/masonry@2x.png | Bin .../assets/img/examples/modals.png | Bin .../assets/img/examples/modals@2x.png | Bin .../assets/img/examples/navbar-bottom.png | Bin .../assets/img/examples/navbar-bottom@2x.png | Bin .../assets/img/examples/navbar-fixed.png | Bin .../assets/img/examples/navbar-fixed@2x.png | Bin .../assets/img/examples/navbar-static.png | Bin .../assets/img/examples/navbar-static@2x.png | Bin .../assets/img/examples/navbars-offcanvas.png | Bin .../img/examples/navbars-offcanvas@2x.png | Bin .../assets/img/examples/navbars.png | Bin .../assets/img/examples/navbars@2x.png | Bin .../assets/img/examples/offcanvas-navbar.png | Bin .../img/examples/offcanvas-navbar@2x.png | Bin .../assets/img/examples/pricing.png | Bin .../assets/img/examples/pricing@2x.png | Bin .../assets/img/examples/product.png | Bin .../assets/img/examples/product@2x.png | Bin .../assets/img/examples/sidebars.png | Bin .../assets/img/examples/sidebars@2x.png | Bin .../assets/img/examples/sign-in.png | Bin .../assets/img/examples/sign-in@2x.png | Bin .../assets/img/examples/starter-template.png | Bin .../img/examples/starter-template@2x.png | Bin .../img/examples/sticky-footer-navbar.png | Bin .../img/examples/sticky-footer-navbar@2x.png | Bin .../assets/img/examples/sticky-footer.png | Bin .../assets/img/examples/sticky-footer@2x.png | Bin .../img/favicons/android-chrome-192x192.png | Bin .../img/favicons/android-chrome-512x512.png | Bin .../assets/img/favicons/apple-touch-icon.png | Bin .../assets/img/favicons/favicon-16x16.png | Bin .../assets/img/favicons/favicon-32x32.png | Bin .../assets/img/favicons/favicon.ico | Bin .../assets/img/favicons/manifest.json | 0 .../assets/img/favicons/safari-pinned-tab.svg | 0 .../{5.1 => 5.2}/assets/js/validate-forms.js | 0 313 files changed, 85 insertions(+), 84 deletions(-) delete mode 100644 site/content/docs/5.1/_index.html create mode 100644 site/content/docs/5.2/_index.html rename site/content/docs/{5.1 => 5.2}/about/brand.md (100%) rename site/content/docs/{5.1 => 5.2}/about/license.md (100%) rename site/content/docs/{5.1 => 5.2}/about/overview.md (99%) rename site/content/docs/{5.1 => 5.2}/about/team.md (100%) rename site/content/docs/{5.1 => 5.2}/about/translations.md (100%) rename site/content/docs/{5.1 => 5.2}/components/accordion.md (99%) rename site/content/docs/{5.1 => 5.2}/components/alerts.md (100%) rename site/content/docs/{5.1 => 5.2}/components/badge.md (100%) rename site/content/docs/{5.1 => 5.2}/components/breadcrumb.md (100%) rename site/content/docs/{5.1 => 5.2}/components/button-group.md (100%) rename site/content/docs/{5.1 => 5.2}/components/buttons.md (100%) rename site/content/docs/{5.1 => 5.2}/components/card.md (100%) rename site/content/docs/{5.1 => 5.2}/components/carousel.md (100%) rename site/content/docs/{5.1 => 5.2}/components/close-button.md (100%) rename site/content/docs/{5.1 => 5.2}/components/collapse.md (100%) rename site/content/docs/{5.1 => 5.2}/components/dropdowns.md (100%) rename site/content/docs/{5.1 => 5.2}/components/list-group.md (100%) rename site/content/docs/{5.1 => 5.2}/components/modal.md (100%) rename site/content/docs/{5.1 => 5.2}/components/navbar.md (100%) rename site/content/docs/{5.1 => 5.2}/components/navs-tabs.md (99%) rename site/content/docs/{5.1 => 5.2}/components/offcanvas.md (100%) rename site/content/docs/{5.1 => 5.2}/components/pagination.md (100%) rename site/content/docs/{5.1 => 5.2}/components/placeholders.md (100%) rename site/content/docs/{5.1 => 5.2}/components/popovers.md (100%) rename site/content/docs/{5.1 => 5.2}/components/progress.md (100%) rename site/content/docs/{5.1 => 5.2}/components/scrollspy.md (100%) rename site/content/docs/{5.1 => 5.2}/components/spinners.md (100%) rename site/content/docs/{5.1 => 5.2}/components/toasts.md (100%) rename site/content/docs/{5.1 => 5.2}/components/tooltips.md (100%) rename site/content/docs/{5.1 => 5.2}/content/figures.md (100%) rename site/content/docs/{5.1 => 5.2}/content/images.md (100%) rename site/content/docs/{5.1 => 5.2}/content/reboot.md (99%) rename site/content/docs/{5.1 => 5.2}/content/tables.md (100%) rename site/content/docs/{5.1 => 5.2}/content/typography.md (100%) rename site/content/docs/{5.1 => 5.2}/customize/color.md (100%) rename site/content/docs/{5.1 => 5.2}/customize/components.md (100%) rename site/content/docs/{5.1 => 5.2}/customize/css-variables.md (100%) rename site/content/docs/{5.1 => 5.2}/customize/optimize.md (100%) rename site/content/docs/{5.1 => 5.2}/customize/options.md (100%) rename site/content/docs/{5.1 => 5.2}/customize/overview.md (99%) rename site/content/docs/{5.1 => 5.2}/customize/sass.md (100%) rename site/content/docs/{5.1 => 5.2}/examples/.stylelintrc (100%) rename site/content/docs/{5.1 => 5.2}/examples/_index.md (100%) rename site/content/docs/{5.1 => 5.2}/examples/album-rtl/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/album/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/blog-rtl/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/blog/blog.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/blog/blog.rtl.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/blog/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/carousel-rtl/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/carousel/carousel.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/carousel/carousel.rtl.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/carousel/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/cheatsheet-rtl/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/cheatsheet/cheatsheet.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/cheatsheet/cheatsheet.js (100%) rename site/content/docs/{5.1 => 5.2}/examples/cheatsheet/cheatsheet.rtl.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/cheatsheet/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/checkout-rtl/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/checkout/form-validation.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/checkout/form-validation.js (100%) rename site/content/docs/{5.1 => 5.2}/examples/checkout/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/cover/cover.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/cover/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/dashboard-rtl/dashboard.js (100%) rename site/content/docs/{5.1 => 5.2}/examples/dashboard-rtl/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/dashboard/dashboard.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/dashboard/dashboard.js (100%) rename site/content/docs/{5.1 => 5.2}/examples/dashboard/dashboard.rtl.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/dashboard/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/dropdowns/dropdowns.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/dropdowns/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/features/features.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/features/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/features/unsplash-photo-1.jpg (100%) rename site/content/docs/{5.1 => 5.2}/examples/features/unsplash-photo-2.jpg (100%) rename site/content/docs/{5.1 => 5.2}/examples/features/unsplash-photo-3.jpg (100%) rename site/content/docs/{5.1 => 5.2}/examples/footers/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/grid/grid.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/grid/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/headers/headers.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/headers/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/heroes/bootstrap-docs.png (100%) rename site/content/docs/{5.1 => 5.2}/examples/heroes/bootstrap-themes.png (100%) rename site/content/docs/{5.1 => 5.2}/examples/heroes/heroes.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/heroes/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/jumbotron/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/list-groups/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/list-groups/list-groups.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/masonry/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/modals/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/modals/modals.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbar-bottom/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbar-fixed/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbar-fixed/navbar-top-fixed.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbar-static/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbar-static/navbar-top.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbars-offcanvas/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbars-offcanvas/navbar.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbars/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/navbars/navbar.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/offcanvas-navbar/index.html (99%) rename site/content/docs/{5.1 => 5.2}/examples/offcanvas-navbar/offcanvas.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/offcanvas-navbar/offcanvas.js (100%) rename site/content/docs/{5.1 => 5.2}/examples/pricing/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/pricing/pricing.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/product/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/product/product.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/sidebars/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/sidebars/sidebars.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/sidebars/sidebars.js (100%) rename site/content/docs/{5.1 => 5.2}/examples/sign-in/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/sign-in/signin.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/starter-template/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/starter-template/starter-template.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/sticky-footer-navbar/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/sticky-footer-navbar/sticky-footer-navbar.css (100%) rename site/content/docs/{5.1 => 5.2}/examples/sticky-footer/index.html (100%) rename site/content/docs/{5.1 => 5.2}/examples/sticky-footer/sticky-footer.css (100%) rename site/content/docs/{5.1 => 5.2}/extend/approach.md (99%) rename site/content/docs/{5.1 => 5.2}/extend/icons.md (100%) rename site/content/docs/{5.1 => 5.2}/forms/checks-radios.md (99%) rename site/content/docs/{5.1 => 5.2}/forms/floating-labels.md (100%) rename site/content/docs/{5.1 => 5.2}/forms/form-control.md (100%) rename site/content/docs/{5.1 => 5.2}/forms/input-group.md (100%) rename site/content/docs/{5.1 => 5.2}/forms/layout.md (100%) rename site/content/docs/{5.1 => 5.2}/forms/overview.md (99%) rename site/content/docs/{5.1 => 5.2}/forms/range.md (100%) rename site/content/docs/{5.1 => 5.2}/forms/select.md (100%) rename site/content/docs/{5.1 => 5.2}/forms/validation.md (99%) rename site/content/docs/{5.1 => 5.2}/getting-started/accessibility.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/best-practices.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/browsers-devices.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/contents.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/contribute.md (98%) rename site/content/docs/{5.1 => 5.2}/getting-started/download.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/introduction.md (99%) rename site/content/docs/{5.1 => 5.2}/getting-started/javascript.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/parcel.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/rfs.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/rtl.md (100%) rename site/content/docs/{5.1 => 5.2}/getting-started/webpack.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/clearfix.md (96%) rename site/content/docs/{5.1 => 5.2}/helpers/color-background.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/colored-links.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/position.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/ratio.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/stacks.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/stretched-link.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/text-truncation.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/vertical-rule.md (100%) rename site/content/docs/{5.1 => 5.2}/helpers/visually-hidden.md (96%) rename site/content/docs/{5.1 => 5.2}/layout/breakpoints.md (99%) rename site/content/docs/{5.1 => 5.2}/layout/columns.md (100%) rename site/content/docs/{5.1 => 5.2}/layout/containers.md (100%) rename site/content/docs/{5.1 => 5.2}/layout/css-grid.md (100%) rename site/content/docs/{5.1 => 5.2}/layout/grid.md (100%) rename site/content/docs/{5.1 => 5.2}/layout/gutters.md (100%) rename site/content/docs/{5.1 => 5.2}/layout/utilities.md (100%) rename site/content/docs/{5.1 => 5.2}/layout/z-index.md (100%) rename site/content/docs/{5.1 => 5.2}/migration.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/api.md (99%) rename site/content/docs/{5.1 => 5.2}/utilities/background.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/borders.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/colors.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/display.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/flex.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/float.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/interactions.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/opacity.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/overflow.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/position.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/shadows.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/sizing.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/spacing.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/text.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/vertical-align.md (100%) rename site/content/docs/{5.1 => 5.2}/utilities/visibility.md (100%) rename site/static/docs/{5.1 => 5.2}/assets/brand/bootstrap-logo-black.svg (100%) rename site/static/docs/{5.1 => 5.2}/assets/brand/bootstrap-logo-shadow.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/brand/bootstrap-logo-white.svg (100%) rename site/static/docs/{5.1 => 5.2}/assets/brand/bootstrap-logo.svg (100%) rename site/static/docs/{5.1 => 5.2}/assets/brand/bootstrap-social-logo.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/brand/bootstrap-social.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/bootstrap-icons.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/bootstrap-icons@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/bootstrap-themes-collage.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/bootstrap-themes-collage@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/bootstrap-themes.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/bootstrap-themes@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/album-rtl.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/album-rtl@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/album.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/album@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/blog-rtl.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/blog-rtl@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/blog.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/blog@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/carousel-rtl.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/carousel-rtl@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/carousel.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/carousel@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/cheatsheet-rtl.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/cheatsheet-rtl@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/cheatsheet.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/cheatsheet@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/checkout-rtl.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/checkout-rtl@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/checkout.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/checkout@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/cover.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/cover@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/dashboard-rtl.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/dashboard-rtl@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/dashboard.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/dashboard@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/dropdowns.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/dropdowns@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/features.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/features@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/footers.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/footers@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/grid.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/grid@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/headers.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/headers@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/heroes.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/heroes@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/jumbotron.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/jumbotron@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/list-groups.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/list-groups@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/masonry.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/masonry@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/modals.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/modals@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbar-bottom.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbar-bottom@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbar-fixed.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbar-fixed@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbar-static.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbar-static@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbars-offcanvas.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbars-offcanvas@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbars.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/navbars@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/offcanvas-navbar.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/offcanvas-navbar@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/pricing.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/pricing@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/product.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/product@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sidebars.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sidebars@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sign-in.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sign-in@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/starter-template.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/starter-template@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sticky-footer-navbar.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sticky-footer-navbar@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sticky-footer.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/examples/sticky-footer@2x.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/android-chrome-192x192.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/android-chrome-512x512.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/apple-touch-icon.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/favicon-16x16.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/favicon-32x32.png (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/favicon.ico (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/manifest.json (100%) rename site/static/docs/{5.1 => 5.2}/assets/img/favicons/safari-pinned-tab.svg (100%) rename site/static/docs/{5.1 => 5.2}/assets/js/validate-forms.js (100%) diff --git a/README.md b/README.md index 32a9608ff1b5..4821c170eece 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Bootstrap logo + Bootstrap logo

@@ -9,7 +9,7 @@

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs » + Explore Bootstrap docs »

Report bug @@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [` Several quick start options are available: -- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.3.zip) +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` - Install with [npm](https://www.npmjs.com/): `npm install bootstrap` - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap` -- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.3` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0-beta1` - Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` -Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates, examples, and more. +Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more. ## Status diff --git a/config.yml b/config.yml index aff997edc38c..214d4e897073 100644 --- a/config.yml +++ b/config.yml @@ -31,7 +31,7 @@ publishDir: "_site" module: mounts: - source: dist - target: static/docs/5.1/dist + target: static/docs/5.2/dist - source: site/assets target: assets - source: site/content @@ -42,20 +42,20 @@ module: target: layouts - source: site/static target: static - - source: site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png + - source: site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png target: static/apple-touch-icon.png - - source: site/static/docs/5.1/assets/img/favicons/favicon.ico + - source: site/static/docs/5.2/assets/img/favicons/favicon.ico target: static/favicon.ico params: description: "The most popular HTML, CSS, and JS library in the world." authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors" - social_image_path: /docs/5.1/assets/brand/bootstrap-social.png - social_logo_path: /docs/5.1/assets/brand/bootstrap-social-logo.png + social_image_path: /docs/5.2/assets/brand/bootstrap-social.png + social_logo_path: /docs/5.2/assets/brand/bootstrap-social-logo.png - current_version: "5.1.3" - current_ruby_version: "5.1.3" - docs_version: "5.1" + current_version: "5.2.0-beta1" + current_ruby_version: "5.2.0-beta1" + docs_version: "5.2" rfs_version: "v9.0.6" github_org: "https://github.com/twbs" repo: "https://github.com/twbs/bootstrap" @@ -67,19 +67,19 @@ params: icons: "https://icons.getbootstrap.com/" download: - source: "https://github.com/twbs/bootstrap/archive/v5.1.3.zip" - dist: "https://github.com/twbs/bootstrap/releases/download/v5.1.3/bootstrap-5.1.3-dist.zip" - dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.1.3/bootstrap-5.1.3-examples.zip" + source: "https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip" + dist: "https://github.com/twbs/bootstrap/releases/download/v5.2.0-beta1/bootstrap-5.2.0-beta1-dist.zip" + dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.2.0-beta1/bootstrap-5.2.0-beta1-examples.zip" cdn: # See https://www.srihash.org for info on how to generate the hashes - css: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" + css: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" css_hash: "sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" - css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.rtl.min.css" + css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.rtl.min.css" css_rtl_hash: "sha384-+qdLaIRZfNu4cVPK/PxJJEy0B0f3Ugv8i482AKY7gwXwhaCroABd086ybrVKTa0q" - js: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" + js: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.min.js" js_hash: "sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" - js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" + js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" js_bundle_hash: "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js" popper_hash: "sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk" diff --git a/js/index.esm.js b/js/index.esm.js index 51a9ff8ea262..0c03cb2ecbca 100644 --- a/js/index.esm.js +++ b/js/index.esm.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): index.esm.js + * Bootstrap (v5.2.0-beta1): index.esm.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/index.umd.js b/js/index.umd.js index d6e587fb1d54..d4a5ee338d43 100644 --- a/js/index.umd.js +++ b/js/index.umd.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): index.umd.js + * Bootstrap (v5.2.0-beta1): index.umd.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/alert.js b/js/src/alert.js index 7d4b555ea0a5..0263d756ffbf 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): alert.js + * Bootstrap (v5.2.0-beta1): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/base-component.js b/js/src/base-component.js index 75bb90c32697..09de681beb8f 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): base-component.js + * Bootstrap (v5.2.0-beta1): base-component.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ import Config from './util/config' * Constants */ -const VERSION = '5.1.3' +const VERSION = '5.2.0-beta1' /** * Class definition diff --git a/js/src/button.js b/js/src/button.js index e2a52e7ebaa8..c891f383d49b 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): button.js + * Bootstrap (v5.2.0-beta1): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/carousel.js b/js/src/carousel.js index 64f38d7e64d4..b68f32e7cce4 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): carousel.js + * Bootstrap (v5.2.0-beta1): carousel.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/collapse.js b/js/src/collapse.js index b1088e106fb7..24892fb4bae9 100644 --- a/js/src/collapse.js +++ b/js/src/collapse.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): collapse.js + * Bootstrap (v5.2.0-beta1): collapse.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/data.js b/js/src/dom/data.js index 4209f3188e89..04bb2e58819b 100644 --- a/js/src/dom/data.js +++ b/js/src/dom/data.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): dom/data.js + * Bootstrap (v5.2.0-beta1): dom/data.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/event-handler.js b/js/src/dom/event-handler.js index 413aa6e284ad..c3abaca67c04 100644 --- a/js/src/dom/event-handler.js +++ b/js/src/dom/event-handler.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): dom/event-handler.js + * Bootstrap (v5.2.0-beta1): dom/event-handler.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/manipulator.js b/js/src/dom/manipulator.js index 2d96d65fc87e..842f0ab21fa0 100644 --- a/js/src/dom/manipulator.js +++ b/js/src/dom/manipulator.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): dom/manipulator.js + * Bootstrap (v5.2.0-beta1): dom/manipulator.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/selector-engine.js b/js/src/dom/selector-engine.js index ed565bebbf4e..37d09a227455 100644 --- a/js/src/dom/selector-engine.js +++ b/js/src/dom/selector-engine.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): dom/selector-engine.js + * Bootstrap (v5.2.0-beta1): dom/selector-engine.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dropdown.js b/js/src/dropdown.js index dfa9a63aadcd..87dc49676481 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): dropdown.js + * Bootstrap (v5.2.0-beta1): dropdown.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/modal.js b/js/src/modal.js index cb6c5e627cf6..824e04e3dc00 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): modal.js + * Bootstrap (v5.2.0-beta1): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/offcanvas.js b/js/src/offcanvas.js index 0ae5dbfdab4d..34616eb37a6b 100644 --- a/js/src/offcanvas.js +++ b/js/src/offcanvas.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): offcanvas.js + * Bootstrap (v5.2.0-beta1): offcanvas.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/popover.js b/js/src/popover.js index b6d1e2010e82..d4c9b34892c1 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): popover.js + * Bootstrap (v5.2.0-beta1): popover.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index 71c111a9416f..323194c53420 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): scrollspy.js + * Bootstrap (v5.2.0-beta1): scrollspy.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/tab.js b/js/src/tab.js index 3fa5e4c9e9fe..74bfc4148423 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): tab.js + * Bootstrap (v5.2.0-beta1): tab.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/toast.js b/js/src/toast.js index 8ee8c8c968ee..14e923ea6f3d 100644 --- a/js/src/toast.js +++ b/js/src/toast.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): toast.js + * Bootstrap (v5.2.0-beta1): toast.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/tooltip.js b/js/src/tooltip.js index db626048f67b..a7368d085b72 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): tooltip.js + * Bootstrap (v5.2.0-beta1): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/backdrop.js b/js/src/util/backdrop.js index 8f121e5bd297..31619de719a4 100644 --- a/js/src/util/backdrop.js +++ b/js/src/util/backdrop.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/backdrop.js + * Bootstrap (v5.2.0-beta1): util/backdrop.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/component-functions.js b/js/src/util/component-functions.js index bd44c3fdc4ba..f1f0701c5515 100644 --- a/js/src/util/component-functions.js +++ b/js/src/util/component-functions.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/component-functions.js + * Bootstrap (v5.2.0-beta1): util/component-functions.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/config.js b/js/src/util/config.js index f6c194276bf3..1878de330759 100644 --- a/js/src/util/config.js +++ b/js/src/util/config.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/config.js + * Bootstrap (v5.2.0-beta1): util/config.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/focustrap.js b/js/src/util/focustrap.js index 88fd16b10447..40509c1ba985 100644 --- a/js/src/util/focustrap.js +++ b/js/src/util/focustrap.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/focustrap.js + * Bootstrap (v5.2.0-beta1): util/focustrap.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/index.js b/js/src/util/index.js index 4e52fd3eb0bf..161501e391d7 100644 --- a/js/src/util/index.js +++ b/js/src/util/index.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/index.js + * Bootstrap (v5.2.0-beta1): util/index.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/sanitizer.js b/js/src/util/sanitizer.js index 1db61ae707c2..06402d296f6b 100644 --- a/js/src/util/sanitizer.js +++ b/js/src/util/sanitizer.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/sanitizer.js + * Bootstrap (v5.2.0-beta1): util/sanitizer.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/scrollbar.js b/js/src/util/scrollbar.js index 86a2bca01ff3..8b66b76be837 100644 --- a/js/src/util/scrollbar.js +++ b/js/src/util/scrollbar.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/scrollBar.js + * Bootstrap (v5.2.0-beta1): util/scrollBar.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/swipe.js b/js/src/util/swipe.js index ac09b6fa1399..66baa3dadeb8 100644 --- a/js/src/util/swipe.js +++ b/js/src/util/swipe.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/swipe.js + * Bootstrap (v5.2.0-beta1): util/swipe.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/template-factory.js b/js/src/util/template-factory.js index 8a8d4da7984f..39fa450c02b2 100644 --- a/js/src/util/template-factory.js +++ b/js/src/util/template-factory.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): util/template-factory.js + * Bootstrap (v5.2.0-beta1): util/template-factory.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/package-lock.json b/package-lock.json index e76e69304249..0c11636522ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap", - "version": "5.1.3", + "version": "5.2.0-beta1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap", - "version": "5.1.3", + "version": "5.2.0-beta1", "funding": [ { "type": "github", diff --git a/package.js b/package.js index e561a6a74afa..fe9b818c4fde 100644 --- a/package.js +++ b/package.js @@ -5,7 +5,7 @@ Package.describe({ name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', - version: '5.1.3', + version: '5.2.0-beta1', git: 'https://github.com/twbs/bootstrap.git' }) diff --git a/package.json b/package.json index 392b1d6827e0..049c51bb2529 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "5.1.3", + "version": "5.2.0-beta1", "config": { - "version_short": "5.1" + "version_short": "5.2" }, "keywords": [ "css", diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index e927ee49125a..115cab4db553 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) + * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index b733597f77a3..4bae00fe785e 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) + * Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/scss/bootstrap-utilities.scss b/scss/bootstrap-utilities.scss index 48428a10fbc5..43a40c5c66c2 100644 --- a/scss/bootstrap-utilities.scss +++ b/scss/bootstrap-utilities.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/) + * Bootstrap Utilities v5.2.0-beta1 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 794bbf5ed99f..a167ff89a73f 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap v5.1.3 (https://getbootstrap.com/) + * Bootstrap v5.2.0-beta1 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/site/content/docs/5.1/_index.html b/site/content/docs/5.1/_index.html deleted file mode 100644 index 198e6af8c3e2..000000000000 --- a/site/content/docs/5.1/_index.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: redirect -sitemap_exclude: true -redirect: "/docs/5.1/getting-started/introduction/" ---- diff --git a/site/content/docs/5.2/_index.html b/site/content/docs/5.2/_index.html new file mode 100644 index 000000000000..fe65dc364ce8 --- /dev/null +++ b/site/content/docs/5.2/_index.html @@ -0,0 +1,5 @@ +--- +layout: redirect +sitemap_exclude: true +redirect: "/docs/5.2/getting-started/introduction/" +--- diff --git a/site/content/docs/5.1/about/brand.md b/site/content/docs/5.2/about/brand.md similarity index 100% rename from site/content/docs/5.1/about/brand.md rename to site/content/docs/5.2/about/brand.md diff --git a/site/content/docs/5.1/about/license.md b/site/content/docs/5.2/about/license.md similarity index 100% rename from site/content/docs/5.1/about/license.md rename to site/content/docs/5.2/about/license.md diff --git a/site/content/docs/5.1/about/overview.md b/site/content/docs/5.2/about/overview.md similarity index 99% rename from site/content/docs/5.1/about/overview.md rename to site/content/docs/5.2/about/overview.md index 4fd019314360..f61101c15f7f 100644 --- a/site/content/docs/5.1/about/overview.md +++ b/site/content/docs/5.2/about/overview.md @@ -5,7 +5,7 @@ description: Learn more about the team maintaining Bootstrap, how and why the pr group: about aliases: - "/about/" - - "/docs/5.1/about/" + - "/docs/5.2/about/" --- ## Team diff --git a/site/content/docs/5.1/about/team.md b/site/content/docs/5.2/about/team.md similarity index 100% rename from site/content/docs/5.1/about/team.md rename to site/content/docs/5.2/about/team.md diff --git a/site/content/docs/5.1/about/translations.md b/site/content/docs/5.2/about/translations.md similarity index 100% rename from site/content/docs/5.1/about/translations.md rename to site/content/docs/5.2/about/translations.md diff --git a/site/content/docs/5.1/components/accordion.md b/site/content/docs/5.2/components/accordion.md similarity index 99% rename from site/content/docs/5.1/components/accordion.md rename to site/content/docs/5.2/components/accordion.md index ee906f686ad9..2e247239c8c4 100644 --- a/site/content/docs/5.1/components/accordion.md +++ b/site/content/docs/5.2/components/accordion.md @@ -5,7 +5,7 @@ description: Build vertically collapsing accordions in combination with our Coll group: components aliases: - "/components/" - - "/docs/5.1/components/" + - "/docs/5.2/components/" toc: true --- diff --git a/site/content/docs/5.1/components/alerts.md b/site/content/docs/5.2/components/alerts.md similarity index 100% rename from site/content/docs/5.1/components/alerts.md rename to site/content/docs/5.2/components/alerts.md diff --git a/site/content/docs/5.1/components/badge.md b/site/content/docs/5.2/components/badge.md similarity index 100% rename from site/content/docs/5.1/components/badge.md rename to site/content/docs/5.2/components/badge.md diff --git a/site/content/docs/5.1/components/breadcrumb.md b/site/content/docs/5.2/components/breadcrumb.md similarity index 100% rename from site/content/docs/5.1/components/breadcrumb.md rename to site/content/docs/5.2/components/breadcrumb.md diff --git a/site/content/docs/5.1/components/button-group.md b/site/content/docs/5.2/components/button-group.md similarity index 100% rename from site/content/docs/5.1/components/button-group.md rename to site/content/docs/5.2/components/button-group.md diff --git a/site/content/docs/5.1/components/buttons.md b/site/content/docs/5.2/components/buttons.md similarity index 100% rename from site/content/docs/5.1/components/buttons.md rename to site/content/docs/5.2/components/buttons.md diff --git a/site/content/docs/5.1/components/card.md b/site/content/docs/5.2/components/card.md similarity index 100% rename from site/content/docs/5.1/components/card.md rename to site/content/docs/5.2/components/card.md diff --git a/site/content/docs/5.1/components/carousel.md b/site/content/docs/5.2/components/carousel.md similarity index 100% rename from site/content/docs/5.1/components/carousel.md rename to site/content/docs/5.2/components/carousel.md diff --git a/site/content/docs/5.1/components/close-button.md b/site/content/docs/5.2/components/close-button.md similarity index 100% rename from site/content/docs/5.1/components/close-button.md rename to site/content/docs/5.2/components/close-button.md diff --git a/site/content/docs/5.1/components/collapse.md b/site/content/docs/5.2/components/collapse.md similarity index 100% rename from site/content/docs/5.1/components/collapse.md rename to site/content/docs/5.2/components/collapse.md diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.2/components/dropdowns.md similarity index 100% rename from site/content/docs/5.1/components/dropdowns.md rename to site/content/docs/5.2/components/dropdowns.md diff --git a/site/content/docs/5.1/components/list-group.md b/site/content/docs/5.2/components/list-group.md similarity index 100% rename from site/content/docs/5.1/components/list-group.md rename to site/content/docs/5.2/components/list-group.md diff --git a/site/content/docs/5.1/components/modal.md b/site/content/docs/5.2/components/modal.md similarity index 100% rename from site/content/docs/5.1/components/modal.md rename to site/content/docs/5.2/components/modal.md diff --git a/site/content/docs/5.1/components/navbar.md b/site/content/docs/5.2/components/navbar.md similarity index 100% rename from site/content/docs/5.1/components/navbar.md rename to site/content/docs/5.2/components/navbar.md diff --git a/site/content/docs/5.1/components/navs-tabs.md b/site/content/docs/5.2/components/navs-tabs.md similarity index 99% rename from site/content/docs/5.1/components/navs-tabs.md rename to site/content/docs/5.2/components/navs-tabs.md index b3d3067503ff..e09a9fee0e0b 100644 --- a/site/content/docs/5.1/components/navs-tabs.md +++ b/site/content/docs/5.2/components/navs-tabs.md @@ -3,7 +3,7 @@ layout: docs title: Navs and tabs description: Documentation and examples for how to use Bootstrap's included navigation components. group: components -aliases: "/docs/5.1/components/navs/" +aliases: "/docs/5.2/components/navs/" toc: true --- diff --git a/site/content/docs/5.1/components/offcanvas.md b/site/content/docs/5.2/components/offcanvas.md similarity index 100% rename from site/content/docs/5.1/components/offcanvas.md rename to site/content/docs/5.2/components/offcanvas.md diff --git a/site/content/docs/5.1/components/pagination.md b/site/content/docs/5.2/components/pagination.md similarity index 100% rename from site/content/docs/5.1/components/pagination.md rename to site/content/docs/5.2/components/pagination.md diff --git a/site/content/docs/5.1/components/placeholders.md b/site/content/docs/5.2/components/placeholders.md similarity index 100% rename from site/content/docs/5.1/components/placeholders.md rename to site/content/docs/5.2/components/placeholders.md diff --git a/site/content/docs/5.1/components/popovers.md b/site/content/docs/5.2/components/popovers.md similarity index 100% rename from site/content/docs/5.1/components/popovers.md rename to site/content/docs/5.2/components/popovers.md diff --git a/site/content/docs/5.1/components/progress.md b/site/content/docs/5.2/components/progress.md similarity index 100% rename from site/content/docs/5.1/components/progress.md rename to site/content/docs/5.2/components/progress.md diff --git a/site/content/docs/5.1/components/scrollspy.md b/site/content/docs/5.2/components/scrollspy.md similarity index 100% rename from site/content/docs/5.1/components/scrollspy.md rename to site/content/docs/5.2/components/scrollspy.md diff --git a/site/content/docs/5.1/components/spinners.md b/site/content/docs/5.2/components/spinners.md similarity index 100% rename from site/content/docs/5.1/components/spinners.md rename to site/content/docs/5.2/components/spinners.md diff --git a/site/content/docs/5.1/components/toasts.md b/site/content/docs/5.2/components/toasts.md similarity index 100% rename from site/content/docs/5.1/components/toasts.md rename to site/content/docs/5.2/components/toasts.md diff --git a/site/content/docs/5.1/components/tooltips.md b/site/content/docs/5.2/components/tooltips.md similarity index 100% rename from site/content/docs/5.1/components/tooltips.md rename to site/content/docs/5.2/components/tooltips.md diff --git a/site/content/docs/5.1/content/figures.md b/site/content/docs/5.2/content/figures.md similarity index 100% rename from site/content/docs/5.1/content/figures.md rename to site/content/docs/5.2/content/figures.md diff --git a/site/content/docs/5.1/content/images.md b/site/content/docs/5.2/content/images.md similarity index 100% rename from site/content/docs/5.1/content/images.md rename to site/content/docs/5.2/content/images.md diff --git a/site/content/docs/5.1/content/reboot.md b/site/content/docs/5.2/content/reboot.md similarity index 99% rename from site/content/docs/5.1/content/reboot.md rename to site/content/docs/5.2/content/reboot.md index 7d00e42c6429..4a1521cd003e 100644 --- a/site/content/docs/5.1/content/reboot.md +++ b/site/content/docs/5.2/content/reboot.md @@ -3,7 +3,7 @@ layout: docs title: Reboot description: Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon. group: content -aliases: "/docs/5.1/content/" +aliases: "/docs/5.2/content/" toc: true --- diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.2/content/tables.md similarity index 100% rename from site/content/docs/5.1/content/tables.md rename to site/content/docs/5.2/content/tables.md diff --git a/site/content/docs/5.1/content/typography.md b/site/content/docs/5.2/content/typography.md similarity index 100% rename from site/content/docs/5.1/content/typography.md rename to site/content/docs/5.2/content/typography.md diff --git a/site/content/docs/5.1/customize/color.md b/site/content/docs/5.2/customize/color.md similarity index 100% rename from site/content/docs/5.1/customize/color.md rename to site/content/docs/5.2/customize/color.md diff --git a/site/content/docs/5.1/customize/components.md b/site/content/docs/5.2/customize/components.md similarity index 100% rename from site/content/docs/5.1/customize/components.md rename to site/content/docs/5.2/customize/components.md diff --git a/site/content/docs/5.1/customize/css-variables.md b/site/content/docs/5.2/customize/css-variables.md similarity index 100% rename from site/content/docs/5.1/customize/css-variables.md rename to site/content/docs/5.2/customize/css-variables.md diff --git a/site/content/docs/5.1/customize/optimize.md b/site/content/docs/5.2/customize/optimize.md similarity index 100% rename from site/content/docs/5.1/customize/optimize.md rename to site/content/docs/5.2/customize/optimize.md diff --git a/site/content/docs/5.1/customize/options.md b/site/content/docs/5.2/customize/options.md similarity index 100% rename from site/content/docs/5.1/customize/options.md rename to site/content/docs/5.2/customize/options.md diff --git a/site/content/docs/5.1/customize/overview.md b/site/content/docs/5.2/customize/overview.md similarity index 99% rename from site/content/docs/5.1/customize/overview.md rename to site/content/docs/5.2/customize/overview.md index e839c45d27ae..1b332bfe4671 100644 --- a/site/content/docs/5.1/customize/overview.md +++ b/site/content/docs/5.2/customize/overview.md @@ -4,7 +4,7 @@ title: Customize description: Learn how to theme, customize, and extend Bootstrap with Sass, a boatload of global options, an expansive color system, and more. group: customize toc: false -aliases: "/docs/5.1/customize/" +aliases: "/docs/5.2/customize/" sections: - title: Sass description: Utilize our source Sass files to take advantage of variables, maps, mixins, and functions. diff --git a/site/content/docs/5.1/customize/sass.md b/site/content/docs/5.2/customize/sass.md similarity index 100% rename from site/content/docs/5.1/customize/sass.md rename to site/content/docs/5.2/customize/sass.md diff --git a/site/content/docs/5.1/examples/.stylelintrc b/site/content/docs/5.2/examples/.stylelintrc similarity index 100% rename from site/content/docs/5.1/examples/.stylelintrc rename to site/content/docs/5.2/examples/.stylelintrc diff --git a/site/content/docs/5.1/examples/_index.md b/site/content/docs/5.2/examples/_index.md similarity index 100% rename from site/content/docs/5.1/examples/_index.md rename to site/content/docs/5.2/examples/_index.md diff --git a/site/content/docs/5.1/examples/album-rtl/index.html b/site/content/docs/5.2/examples/album-rtl/index.html similarity index 100% rename from site/content/docs/5.1/examples/album-rtl/index.html rename to site/content/docs/5.2/examples/album-rtl/index.html diff --git a/site/content/docs/5.1/examples/album/index.html b/site/content/docs/5.2/examples/album/index.html similarity index 100% rename from site/content/docs/5.1/examples/album/index.html rename to site/content/docs/5.2/examples/album/index.html diff --git a/site/content/docs/5.1/examples/blog-rtl/index.html b/site/content/docs/5.2/examples/blog-rtl/index.html similarity index 100% rename from site/content/docs/5.1/examples/blog-rtl/index.html rename to site/content/docs/5.2/examples/blog-rtl/index.html diff --git a/site/content/docs/5.1/examples/blog/blog.css b/site/content/docs/5.2/examples/blog/blog.css similarity index 100% rename from site/content/docs/5.1/examples/blog/blog.css rename to site/content/docs/5.2/examples/blog/blog.css diff --git a/site/content/docs/5.1/examples/blog/blog.rtl.css b/site/content/docs/5.2/examples/blog/blog.rtl.css similarity index 100% rename from site/content/docs/5.1/examples/blog/blog.rtl.css rename to site/content/docs/5.2/examples/blog/blog.rtl.css diff --git a/site/content/docs/5.1/examples/blog/index.html b/site/content/docs/5.2/examples/blog/index.html similarity index 100% rename from site/content/docs/5.1/examples/blog/index.html rename to site/content/docs/5.2/examples/blog/index.html diff --git a/site/content/docs/5.1/examples/carousel-rtl/index.html b/site/content/docs/5.2/examples/carousel-rtl/index.html similarity index 100% rename from site/content/docs/5.1/examples/carousel-rtl/index.html rename to site/content/docs/5.2/examples/carousel-rtl/index.html diff --git a/site/content/docs/5.1/examples/carousel/carousel.css b/site/content/docs/5.2/examples/carousel/carousel.css similarity index 100% rename from site/content/docs/5.1/examples/carousel/carousel.css rename to site/content/docs/5.2/examples/carousel/carousel.css diff --git a/site/content/docs/5.1/examples/carousel/carousel.rtl.css b/site/content/docs/5.2/examples/carousel/carousel.rtl.css similarity index 100% rename from site/content/docs/5.1/examples/carousel/carousel.rtl.css rename to site/content/docs/5.2/examples/carousel/carousel.rtl.css diff --git a/site/content/docs/5.1/examples/carousel/index.html b/site/content/docs/5.2/examples/carousel/index.html similarity index 100% rename from site/content/docs/5.1/examples/carousel/index.html rename to site/content/docs/5.2/examples/carousel/index.html diff --git a/site/content/docs/5.1/examples/cheatsheet-rtl/index.html b/site/content/docs/5.2/examples/cheatsheet-rtl/index.html similarity index 100% rename from site/content/docs/5.1/examples/cheatsheet-rtl/index.html rename to site/content/docs/5.2/examples/cheatsheet-rtl/index.html diff --git a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.css b/site/content/docs/5.2/examples/cheatsheet/cheatsheet.css similarity index 100% rename from site/content/docs/5.1/examples/cheatsheet/cheatsheet.css rename to site/content/docs/5.2/examples/cheatsheet/cheatsheet.css diff --git a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.js b/site/content/docs/5.2/examples/cheatsheet/cheatsheet.js similarity index 100% rename from site/content/docs/5.1/examples/cheatsheet/cheatsheet.js rename to site/content/docs/5.2/examples/cheatsheet/cheatsheet.js diff --git a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css b/site/content/docs/5.2/examples/cheatsheet/cheatsheet.rtl.css similarity index 100% rename from site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css rename to site/content/docs/5.2/examples/cheatsheet/cheatsheet.rtl.css diff --git a/site/content/docs/5.1/examples/cheatsheet/index.html b/site/content/docs/5.2/examples/cheatsheet/index.html similarity index 100% rename from site/content/docs/5.1/examples/cheatsheet/index.html rename to site/content/docs/5.2/examples/cheatsheet/index.html diff --git a/site/content/docs/5.1/examples/checkout-rtl/index.html b/site/content/docs/5.2/examples/checkout-rtl/index.html similarity index 100% rename from site/content/docs/5.1/examples/checkout-rtl/index.html rename to site/content/docs/5.2/examples/checkout-rtl/index.html diff --git a/site/content/docs/5.1/examples/checkout/form-validation.css b/site/content/docs/5.2/examples/checkout/form-validation.css similarity index 100% rename from site/content/docs/5.1/examples/checkout/form-validation.css rename to site/content/docs/5.2/examples/checkout/form-validation.css diff --git a/site/content/docs/5.1/examples/checkout/form-validation.js b/site/content/docs/5.2/examples/checkout/form-validation.js similarity index 100% rename from site/content/docs/5.1/examples/checkout/form-validation.js rename to site/content/docs/5.2/examples/checkout/form-validation.js diff --git a/site/content/docs/5.1/examples/checkout/index.html b/site/content/docs/5.2/examples/checkout/index.html similarity index 100% rename from site/content/docs/5.1/examples/checkout/index.html rename to site/content/docs/5.2/examples/checkout/index.html diff --git a/site/content/docs/5.1/examples/cover/cover.css b/site/content/docs/5.2/examples/cover/cover.css similarity index 100% rename from site/content/docs/5.1/examples/cover/cover.css rename to site/content/docs/5.2/examples/cover/cover.css diff --git a/site/content/docs/5.1/examples/cover/index.html b/site/content/docs/5.2/examples/cover/index.html similarity index 100% rename from site/content/docs/5.1/examples/cover/index.html rename to site/content/docs/5.2/examples/cover/index.html diff --git a/site/content/docs/5.1/examples/dashboard-rtl/dashboard.js b/site/content/docs/5.2/examples/dashboard-rtl/dashboard.js similarity index 100% rename from site/content/docs/5.1/examples/dashboard-rtl/dashboard.js rename to site/content/docs/5.2/examples/dashboard-rtl/dashboard.js diff --git a/site/content/docs/5.1/examples/dashboard-rtl/index.html b/site/content/docs/5.2/examples/dashboard-rtl/index.html similarity index 100% rename from site/content/docs/5.1/examples/dashboard-rtl/index.html rename to site/content/docs/5.2/examples/dashboard-rtl/index.html diff --git a/site/content/docs/5.1/examples/dashboard/dashboard.css b/site/content/docs/5.2/examples/dashboard/dashboard.css similarity index 100% rename from site/content/docs/5.1/examples/dashboard/dashboard.css rename to site/content/docs/5.2/examples/dashboard/dashboard.css diff --git a/site/content/docs/5.1/examples/dashboard/dashboard.js b/site/content/docs/5.2/examples/dashboard/dashboard.js similarity index 100% rename from site/content/docs/5.1/examples/dashboard/dashboard.js rename to site/content/docs/5.2/examples/dashboard/dashboard.js diff --git a/site/content/docs/5.1/examples/dashboard/dashboard.rtl.css b/site/content/docs/5.2/examples/dashboard/dashboard.rtl.css similarity index 100% rename from site/content/docs/5.1/examples/dashboard/dashboard.rtl.css rename to site/content/docs/5.2/examples/dashboard/dashboard.rtl.css diff --git a/site/content/docs/5.1/examples/dashboard/index.html b/site/content/docs/5.2/examples/dashboard/index.html similarity index 100% rename from site/content/docs/5.1/examples/dashboard/index.html rename to site/content/docs/5.2/examples/dashboard/index.html diff --git a/site/content/docs/5.1/examples/dropdowns/dropdowns.css b/site/content/docs/5.2/examples/dropdowns/dropdowns.css similarity index 100% rename from site/content/docs/5.1/examples/dropdowns/dropdowns.css rename to site/content/docs/5.2/examples/dropdowns/dropdowns.css diff --git a/site/content/docs/5.1/examples/dropdowns/index.html b/site/content/docs/5.2/examples/dropdowns/index.html similarity index 100% rename from site/content/docs/5.1/examples/dropdowns/index.html rename to site/content/docs/5.2/examples/dropdowns/index.html diff --git a/site/content/docs/5.1/examples/features/features.css b/site/content/docs/5.2/examples/features/features.css similarity index 100% rename from site/content/docs/5.1/examples/features/features.css rename to site/content/docs/5.2/examples/features/features.css diff --git a/site/content/docs/5.1/examples/features/index.html b/site/content/docs/5.2/examples/features/index.html similarity index 100% rename from site/content/docs/5.1/examples/features/index.html rename to site/content/docs/5.2/examples/features/index.html diff --git a/site/content/docs/5.1/examples/features/unsplash-photo-1.jpg b/site/content/docs/5.2/examples/features/unsplash-photo-1.jpg similarity index 100% rename from site/content/docs/5.1/examples/features/unsplash-photo-1.jpg rename to site/content/docs/5.2/examples/features/unsplash-photo-1.jpg diff --git a/site/content/docs/5.1/examples/features/unsplash-photo-2.jpg b/site/content/docs/5.2/examples/features/unsplash-photo-2.jpg similarity index 100% rename from site/content/docs/5.1/examples/features/unsplash-photo-2.jpg rename to site/content/docs/5.2/examples/features/unsplash-photo-2.jpg diff --git a/site/content/docs/5.1/examples/features/unsplash-photo-3.jpg b/site/content/docs/5.2/examples/features/unsplash-photo-3.jpg similarity index 100% rename from site/content/docs/5.1/examples/features/unsplash-photo-3.jpg rename to site/content/docs/5.2/examples/features/unsplash-photo-3.jpg diff --git a/site/content/docs/5.1/examples/footers/index.html b/site/content/docs/5.2/examples/footers/index.html similarity index 100% rename from site/content/docs/5.1/examples/footers/index.html rename to site/content/docs/5.2/examples/footers/index.html diff --git a/site/content/docs/5.1/examples/grid/grid.css b/site/content/docs/5.2/examples/grid/grid.css similarity index 100% rename from site/content/docs/5.1/examples/grid/grid.css rename to site/content/docs/5.2/examples/grid/grid.css diff --git a/site/content/docs/5.1/examples/grid/index.html b/site/content/docs/5.2/examples/grid/index.html similarity index 100% rename from site/content/docs/5.1/examples/grid/index.html rename to site/content/docs/5.2/examples/grid/index.html diff --git a/site/content/docs/5.1/examples/headers/headers.css b/site/content/docs/5.2/examples/headers/headers.css similarity index 100% rename from site/content/docs/5.1/examples/headers/headers.css rename to site/content/docs/5.2/examples/headers/headers.css diff --git a/site/content/docs/5.1/examples/headers/index.html b/site/content/docs/5.2/examples/headers/index.html similarity index 100% rename from site/content/docs/5.1/examples/headers/index.html rename to site/content/docs/5.2/examples/headers/index.html diff --git a/site/content/docs/5.1/examples/heroes/bootstrap-docs.png b/site/content/docs/5.2/examples/heroes/bootstrap-docs.png similarity index 100% rename from site/content/docs/5.1/examples/heroes/bootstrap-docs.png rename to site/content/docs/5.2/examples/heroes/bootstrap-docs.png diff --git a/site/content/docs/5.1/examples/heroes/bootstrap-themes.png b/site/content/docs/5.2/examples/heroes/bootstrap-themes.png similarity index 100% rename from site/content/docs/5.1/examples/heroes/bootstrap-themes.png rename to site/content/docs/5.2/examples/heroes/bootstrap-themes.png diff --git a/site/content/docs/5.1/examples/heroes/heroes.css b/site/content/docs/5.2/examples/heroes/heroes.css similarity index 100% rename from site/content/docs/5.1/examples/heroes/heroes.css rename to site/content/docs/5.2/examples/heroes/heroes.css diff --git a/site/content/docs/5.1/examples/heroes/index.html b/site/content/docs/5.2/examples/heroes/index.html similarity index 100% rename from site/content/docs/5.1/examples/heroes/index.html rename to site/content/docs/5.2/examples/heroes/index.html diff --git a/site/content/docs/5.1/examples/jumbotron/index.html b/site/content/docs/5.2/examples/jumbotron/index.html similarity index 100% rename from site/content/docs/5.1/examples/jumbotron/index.html rename to site/content/docs/5.2/examples/jumbotron/index.html diff --git a/site/content/docs/5.1/examples/list-groups/index.html b/site/content/docs/5.2/examples/list-groups/index.html similarity index 100% rename from site/content/docs/5.1/examples/list-groups/index.html rename to site/content/docs/5.2/examples/list-groups/index.html diff --git a/site/content/docs/5.1/examples/list-groups/list-groups.css b/site/content/docs/5.2/examples/list-groups/list-groups.css similarity index 100% rename from site/content/docs/5.1/examples/list-groups/list-groups.css rename to site/content/docs/5.2/examples/list-groups/list-groups.css diff --git a/site/content/docs/5.1/examples/masonry/index.html b/site/content/docs/5.2/examples/masonry/index.html similarity index 100% rename from site/content/docs/5.1/examples/masonry/index.html rename to site/content/docs/5.2/examples/masonry/index.html diff --git a/site/content/docs/5.1/examples/modals/index.html b/site/content/docs/5.2/examples/modals/index.html similarity index 100% rename from site/content/docs/5.1/examples/modals/index.html rename to site/content/docs/5.2/examples/modals/index.html diff --git a/site/content/docs/5.1/examples/modals/modals.css b/site/content/docs/5.2/examples/modals/modals.css similarity index 100% rename from site/content/docs/5.1/examples/modals/modals.css rename to site/content/docs/5.2/examples/modals/modals.css diff --git a/site/content/docs/5.1/examples/navbar-bottom/index.html b/site/content/docs/5.2/examples/navbar-bottom/index.html similarity index 100% rename from site/content/docs/5.1/examples/navbar-bottom/index.html rename to site/content/docs/5.2/examples/navbar-bottom/index.html diff --git a/site/content/docs/5.1/examples/navbar-fixed/index.html b/site/content/docs/5.2/examples/navbar-fixed/index.html similarity index 100% rename from site/content/docs/5.1/examples/navbar-fixed/index.html rename to site/content/docs/5.2/examples/navbar-fixed/index.html diff --git a/site/content/docs/5.1/examples/navbar-fixed/navbar-top-fixed.css b/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css similarity index 100% rename from site/content/docs/5.1/examples/navbar-fixed/navbar-top-fixed.css rename to site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css diff --git a/site/content/docs/5.1/examples/navbar-static/index.html b/site/content/docs/5.2/examples/navbar-static/index.html similarity index 100% rename from site/content/docs/5.1/examples/navbar-static/index.html rename to site/content/docs/5.2/examples/navbar-static/index.html diff --git a/site/content/docs/5.1/examples/navbar-static/navbar-top.css b/site/content/docs/5.2/examples/navbar-static/navbar-top.css similarity index 100% rename from site/content/docs/5.1/examples/navbar-static/navbar-top.css rename to site/content/docs/5.2/examples/navbar-static/navbar-top.css diff --git a/site/content/docs/5.1/examples/navbars-offcanvas/index.html b/site/content/docs/5.2/examples/navbars-offcanvas/index.html similarity index 100% rename from site/content/docs/5.1/examples/navbars-offcanvas/index.html rename to site/content/docs/5.2/examples/navbars-offcanvas/index.html diff --git a/site/content/docs/5.1/examples/navbars-offcanvas/navbar.css b/site/content/docs/5.2/examples/navbars-offcanvas/navbar.css similarity index 100% rename from site/content/docs/5.1/examples/navbars-offcanvas/navbar.css rename to site/content/docs/5.2/examples/navbars-offcanvas/navbar.css diff --git a/site/content/docs/5.1/examples/navbars/index.html b/site/content/docs/5.2/examples/navbars/index.html similarity index 100% rename from site/content/docs/5.1/examples/navbars/index.html rename to site/content/docs/5.2/examples/navbars/index.html diff --git a/site/content/docs/5.1/examples/navbars/navbar.css b/site/content/docs/5.2/examples/navbars/navbar.css similarity index 100% rename from site/content/docs/5.1/examples/navbars/navbar.css rename to site/content/docs/5.2/examples/navbars/navbar.css diff --git a/site/content/docs/5.1/examples/offcanvas-navbar/index.html b/site/content/docs/5.2/examples/offcanvas-navbar/index.html similarity index 99% rename from site/content/docs/5.1/examples/offcanvas-navbar/index.html rename to site/content/docs/5.2/examples/offcanvas-navbar/index.html index 0e6d569158cb..0499cc30345a 100644 --- a/site/content/docs/5.1/examples/offcanvas-navbar/index.html +++ b/site/content/docs/5.2/examples/offcanvas-navbar/index.html @@ -6,7 +6,7 @@ extra_js: - src: "offcanvas.js" body_class: "bg-light" -aliases: "/docs/5.1/examples/offcanvas/" +aliases: "/docs/5.2/examples/offcanvas/" ---