diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f54ba8953b..d7b9f60b84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,8 @@ updates: timezone: Europe/Athens versioning-strategy: increase rebase-strategy: disabled + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" diff --git a/LICENSE b/LICENSE index 2a703f5192..fa7c00bc4e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2011-2024 The Bootstrap Authors +Copyright (c) 2011-2025 The Bootstrap Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f7fa824f37..4873770b21 100644 --- a/README.md +++ b/README.md @@ -243,4 +243,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com ## Copyright and license -Code and documentation copyright 2011–2024 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). +Code and documentation copyright 2011-2025 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). diff --git a/build/build-plugins.mjs b/build/build-plugins.mjs index 532b0b4bec..f56cd213f5 100644 --- a/build/build-plugins.mjs +++ b/build/build-plugins.mjs @@ -2,7 +2,7 @@ /*! * Script to build our plugins to use them separately. - * Copyright 2020-2024 The Bootstrap Authors + * Copyright 2020-2025 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/change-version.mjs b/build/change-version.mjs index 30cfcc4561..dc96119a6f 100644 --- a/build/change-version.mjs +++ b/build/change-version.mjs @@ -2,7 +2,7 @@ /*! * Script to update version number references in the project. - * Copyright 2017-2024 The Bootstrap Authors + * Copyright 2017-2025 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/generate-sri.mjs b/build/generate-sri.mjs index 384e8f4282..9e579527e3 100644 --- a/build/generate-sri.mjs +++ b/build/generate-sri.mjs @@ -5,7 +5,7 @@ * Remember to use the same vendor files as the CDN ones, * otherwise the hashes won't match! * - * Copyright 2017-2024 The Bootstrap Authors + * Copyright 2017-2025 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/vnu-jar.mjs b/build/vnu-jar.mjs index 18a35bdfff..f0ec1ef5c0 100644 --- a/build/vnu-jar.mjs +++ b/build/vnu-jar.mjs @@ -2,7 +2,7 @@ /*! * Script to run vnu-jar if Java is available. - * Copyright 2017-2024 The Bootstrap Authors + * Copyright 2017-2025 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/zip-examples.mjs b/build/zip-examples.mjs index e5e39be3a7..e2b5245f19 100644 --- a/build/zip-examples.mjs +++ b/build/zip-examples.mjs @@ -3,7 +3,7 @@ /*! * Script to create the built examples zip archive; * requires the `zip` command to be present! - * Copyright 2020-2024 The Bootstrap Authors + * Copyright 2020-2025 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/js/tests/helpers/fixture.js b/js/tests/helpers/fixture.js index 5ad14e1db9..86e93116a0 100644 --- a/js/tests/helpers/fixture.js +++ b/js/tests/helpers/fixture.js @@ -1,11 +1,11 @@ -const fixtureId = 'fixture' +const FIXTURE_ID = 'fixture' export const getFixture = () => { - let fixtureElement = document.getElementById(fixtureId) + let fixtureElement = document.getElementById(FIXTURE_ID) if (!fixtureElement) { fixtureElement = document.createElement('div') - fixtureElement.setAttribute('id', fixtureId) + fixtureElement.setAttribute('id', FIXTURE_ID) fixtureElement.style.position = 'absolute' fixtureElement.style.top = '-10000px' fixtureElement.style.left = '-10000px' diff --git a/js/tests/visual/floating-label.html b/js/tests/visual/floating-label.html index f78442eff1..debecd7ebd 100644 --- a/js/tests/visual/floating-label.html +++ b/js/tests/visual/floating-label.html @@ -167,6 +167,34 @@ + +
This is some placeholder content to show the scrolling behavior for modals. Instead of repeating the text in the modal, we use an inline style to set a minimum height, thereby extending the length of the overall modal and demonstrating the overflow scrolling. When content becomes longer than the height of the viewport, scrolling will move the modal as needed.
هذه بطاقة أوسع مع نص داعم أدناه كمقدمة طبيعية لمحتوى إضافي.
أكمل القراءة -This is a wider card with supporting text below as a natural lead-in to additional content.
Continue reading -This is a wider card with supporting text below as a natural lead-in to additional content.
Continue reading -