https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
a2edb2a Doc: fix offset content for examples page 29 April 2022, 01:32:22 UTC
00d45b1 Docs: update documentation js examples, using es6 (#36203) * Docs: update components documentation using es6 * Docs: update js blocks around docs, using es6 * Docs: update components documentation using es6 * Test linter 26 April 2022, 16:38:41 UTC
3edead4 EventHandler: change check method for custom events, avoiding regex 26 April 2022, 02:52:27 UTC
9a614a7 Add .show class to offcanvas example, and disable it's normal behavior in our JS 22 April 2022, 02:56:05 UTC
5547368 Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983) * Fix not used option (`ride`) (according to docs), continuing of #35753 a247fe9 * separate concept of `programmatical cycle` vs `maybe cycle after click` functionality 21 April 2022, 19:42:17 UTC
584600b Manipulator: Add JSON parse support (#35077) Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> 21 April 2022, 18:41:43 UTC
01cffa6 Doc: minor modifications in Scrollspy (#36195) Doc: minor modifications in Scrollspy 21 April 2022, 16:20:24 UTC
fc87624 Rewrite Getting Started > Introduction page to be more guide-like (#36204) * Rewrite Getting Started > Introduction page to be more guide-like * Add tabs, mention offcanvas for navbar 21 April 2022, 05:27:28 UTC
1dc59b0 Minor fixes 20 April 2022, 19:35:26 UTC
9ccee92 Update _breakpoints.scss 20 April 2022, 18:24:43 UTC
d606426 Update CODE_OF_CONDUCT.md I fixed a grammatical mistake. The word "to making" in line 3 has been changed to "to make". 19 April 2022, 20:10:03 UTC
e089aef Refactor some docs examples CSS (#36194) * Fix some more borders and margins * Flex utilities docs: remove .bd-highlight class from snippets * Explicit close target * Reorder to keep base class up top * Fix custom position example * Tooltips: add code snippet, use scss-docs ref for custom tooltip * Tweak text for pagination examples * Modals: move custom styles to utilities * Grid docs: Combine selectors and share coloring * Refactor tons of little things 19 April 2022, 18:21:43 UTC
9ec51f4 Realign Cheatsheet nav tabs example rendering with the examples in the doc 19 April 2022, 07:51:52 UTC
c1eab89 Update devDependencies (#36193) * @rollup/plugin-commonjs ^21.0.3 → ^21.1.0 * @rollup/plugin-node-resolve ^13.2.0 → ^13.2.1 * globby ^11.0.4 → ^11.1.0 * hugo-bin ^0.84.0 → ^0.85.3 * rollup ^2.70.1 → ^2.70.2 * sass ^1.50.0 → ^1.50.1 * stylelint ^14.6.1 → ^14.7.1 19 April 2022, 05:33:54 UTC
2aad169 One more code snippet fix 19 April 2022, 04:49:31 UTC
3362c8c Do some CSS and Migration guide cleanup (#36191) * Do some CSS and Migration guide cleanup - More code snippet tweaks - Fix some homepage hero bugs - Do a cleanup on Migration guide content to highlight more changes and fix some issues from merge conflicts 19 April 2022, 03:56:18 UTC
3990ff0 Fix spacing of code snippets 19 April 2022, 01:19:01 UTC
5602093 change `.border-right` to `.border-end` 18 April 2022, 13:56:11 UTC
195440f v5.2.0 design refresh, plus responsive offcanvas classes (#35736) * Add responsive offcanvas classes - Updates navbar-expand classes to de-dupe some styles—these shouldn't interfere now. - Adds some JS to the offcanvas component to help with responsiveness Co-Authored-By: GeoSot <geo.sotis@gmail.com> * Redesign homepage, docs, and examples Homepage: - New Bootstrap purple navbar - Redesigned masthead - Rewrote and redesigned homepage content - Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances - Fixed padding issues in site footer - Match homepage button styles to examples page, use gap instead of tons of responsive margin utils Docs: - New navbar, no more subnav. Migrated search and version picker into the main navbar and refreshed the design of it all, including the responsive toggles. - New sidebar navigation is always expanded, and now features Bootstrap Icons alongside section headings - Sidebar navigation autoscrolls to active link for better usability - Subnav and navbar padding issues ironed out - Enhanced the version picker in anticipation of v5.2: we can now link right to the same page in the previous version. - Redesign callouts to add more color to our pages - Collapse table of contents on mobile - Cleanup and redesign button styles with CSS variables - Update design for subnav version dropdown - Update highlight and example to be full-width until md - Improve the Added In badges - Turn the ToC into a well on mobile - Redesign code snippets to better house two action buttons Examples: - Redesign Examples page layout - Add new example for responsive offcanvases in navbars * Convert offcanvas to CSS vars * Feat: add resize handler to Offcanvas.js. If we could use as default the `.offcanvas` class without modifiers, we then, could add a simplified selector The selector itself, ignores the .offcanvas class as it doesn't have any responsive behavior The `aria-modal` addon is to protect us, selection backdrop elements * Separate examples code, Add some selectors, fix stackblitz btn Co-authored-by: GeoSot <geo.sotis@gmail.com> 18 April 2022, 05:17:50 UTC
26ea6f1 Fix containers page in docs to re-order list so it matches sections below it. 17 April 2022, 05:37:11 UTC
fa0adc9 Minor fixes 16 April 2022, 17:06:13 UTC
fb21233 Fix Chroma line highlight style 15 April 2022, 06:40:32 UTC
7a84596 Bump karma-jasmine from 4.0.2 to 5.0.0 (#36162) Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.2 to 5.0.0. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-jasmine/compare/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: karma-jasmine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 14 April 2022, 05:44:15 UTC
d059c1d Doc: Uniformization of nav tabs content panes (#36163) * Doc: Uniformization of nav tabs content panes * Fix after review 13 April 2022, 21:56:29 UTC
ece1601 Revamp Scrollspy using Intersection observer (#33421) * Revamp scrollspy to use IntersectionObserver * Add smooth scroll support * Update scrollspy.js/md * move functionality to method * Update scrollspy.js * Add SmoothScroll to docs example * Refactor Using `Maps` and smaller methods * Update scrollspy.md/js * Update scrollspy.spec.js * Support backwards compatibility * minor optimizations * Merge activation functionality * Update scrollspy.md * Update scrollspy.js * Rewording some of the documentation changes * Update scrollspy.js * Update scrollspy.md * tweaking calculation functionality & drop text that suggests, to deactivate target when wrapper is not visible * tweak calculation * Fix lint * Support scrollspy in body & tests * change doc example to a more valid solution Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 13 April 2022, 17:29:13 UTC
cfd2f3f Update dropdown.js minor refactoring 13 April 2022, 15:41:03 UTC
87da340 Bump karma from 6.3.17 to 6.3.18 (#36161) Bumps [karma](https://github.com/karma-runner/karma) from 6.3.17 to 6.3.18. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 April 2022, 06:06:08 UTC
1fed10d Update parcel.md Following the Parcel v1 installation guide seems to install the latest version of Parcel (v2), which makes several instructions in this guide throw errors. Therefore, I have updated the guide to work with version 2 of Parcel. Change Details: 1) Update the URL to point to the latest doc pages. 2) Use the `type="module"` HTML attribute to reference a module [migration](https://parceljs.org/getting-started/migration/#code-changes) 3) The `--out-dir <dir>` CLI parameter has been changed to `--dist-dir <dir>` [CLI](https://parceljs.org/features/cli/#parameters) 4) For a reason I'm unsure of, `--experimental-scope-hoisting` throws the following error: `error: unknown option '--experimental-scope-hoisting'`, so I removed it to get the build to work. 13 April 2022, 04:14:54 UTC
74be17e Add black to colors map 13 April 2022, 03:49:36 UTC
7ff974b Fix space between popover's arrow and triggering element (#35976) * Fix margin between popover arrow and triggering element * Oups-use .25 increment for bundlewatch Co-authored-by: Mark Otto <markd.otto@gmail.com> 13 April 2022, 01:53:17 UTC
3984ebb Fix proposal 13 April 2022, 01:36:50 UTC
36e75f6 Changing the CSS var management 13 April 2022, 01:25:04 UTC
8aaeb3c Remove tooltip and popover styling as it is handled by Popper (#34627) * Remove not needed css form tooltip & popover as it is made by popper Remove tooltip margin variable, as popper needs margin to be zero * Remove popover left/top initializers as they are handled by popper * nullify `margin` variable and add deprecation message * Document change in migration guide * Update _variables.scss Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 13 April 2022, 01:16:18 UTC
33992b7 Change second example dropdown form (#36137) To check cases as #36135 12 April 2022, 15:08:12 UTC
fe25782 Use Babel and ES6 in docs JS files (#31607) * Pass docs js through Babel * Use ES6 in docs js * Only run babel on src files * Allow babel in Hugo * Update scripts.html * Inherit from the root .eslintrc.json * Use `Array.from` * Drop Babel from docs * Prefer template * replace IIFE with arrow functions Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: GeoSot <geo.sotis@gmail.com> 12 April 2022, 15:07:25 UTC
f6cb4b6 Bump @rollup/plugin-node-resolve from 13.1.3 to 13.2.0 (#36153) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.1.3 to 13.2.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.2.0/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 12 April 2022, 14:16:39 UTC
f7312f7 Bump eslint from 8.12.0 to 8.13.0 (#36154) Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.12.0...v8.13.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 12 April 2022, 14:16:18 UTC
e206a60 Update docs syntax colors head of dark mode (#35984) * update syntax colors in preparation for dark mode changes * Improve color contrast 12 April 2022, 01:43:18 UTC
a58d894 Improve use of CSS vars in Toasts 11 April 2022, 22:36:10 UTC
10f2830 Add CSS vars for accordions (#36148) * Add CSS vars for accordions * Fix Bundlewatch 11 April 2022, 22:33:18 UTC
3c78f77 Doc: fix modals and navs CSS vars description 11 April 2022, 16:46:20 UTC
7648848 Update devDependencies (#36120) * Update devDependencies * @babel/core ^7.17.8 → ^7.17.9 * @popperjs/core ^2.11.4 → ^2.11.5 * clean-css-cli ^5.5.2 → ^5.6.0 * eslint-plugin-import ^2.25.4 → ^2.26.0 * find-unused-sass-variables ^4.0.3 → ^4.0.4 * karma-rollup-preprocessor ^7.0.8 → ^7.0.7 * sass ^1.49.11 → ^1.50.0 * stylelint 14.2.0 → ^14.6.1 * Fix currentcolor case 08 April 2022, 06:17:00 UTC
dab026f Revert border-color utilities to use the CSS property instead of the variable 07 April 2022, 16:37:04 UTC
5b31463 Doc: Reorder alphabetically lists of components 06 April 2022, 23:48:08 UTC
135b9cd Revamp tabs & follow ARIA 1.1 practices (#33079) * Tab: Revamp tab.js & add support Aria features * Tab: Add tab support, just to keep backwards compatibility. Better to remove it on v6 * Revert "Tab: Add tab support, just to keep backwards compatibility. Better to remove it on v6" * Support arrow down/up functionality * add prevent default to avoid scrolling the page during up/down keys handling * remove panel tabindex handling * Expand documentation text for JS plugin * Rearrange new docs to specifically call out a11y * properly place section Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: Mark Otto <markdotto@gmail.com> 06 April 2022, 23:36:08 UTC
238afd9 New CSS var 06 April 2022, 20:27:56 UTC
0323fe9 Fix for missing CSS variables on `.navbar-nav` (#36105) * Fix for missing CSS variables on .navbar-nav * Document new CSS vars on .navbar-nav 06 April 2022, 20:08:07 UTC
a715356 Bring back webkit calendar picker indicator for datalists (#35406) * Bring back webkit calendar picker indicator for datalists * Replace webkit datalist indicator with Bootstrap Icons * Use default datalist icons on date or time inputs in Chrome Remove the dropdown arrow from text type inputs * Bundlewatch Co-authored-by: Mark Otto <markdotto@gmail.com> 06 April 2022, 17:37:54 UTC
f948974 Bump @babel/core from 7.17.7 to 7.17.8 (#36053) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.7 to 7.17.8. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.8/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:26:22 UTC
d70f3af Bump postcss from 8.4.8 to 8.4.12 (#36056) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.8 to 8.4.12. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.8...8.4.12) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:25:55 UTC
a787f3c Bump eslint-plugin-unicorn from 41.0.0 to 42.0.0 (#36117) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.0 to 42.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.0...v42.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:23:30 UTC
8b17ac6 Bump autoprefixer from 10.4.2 to 10.4.4 (#36057) Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.4. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.2...10.4.4) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:22:56 UTC
51463f3 Bump hugo-bin from 0.82.2 to 0.84.0 (#36076) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.82.2 to 0.84.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.82.2...v0.84.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:19:14 UTC
bd420d5 Bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3 (#36078) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.2 to 21.0.3. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.3/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:18:20 UTC
4eeaee7 Bump eslint from 8.11.0 to 8.12.0 (#36079) Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:18:02 UTC
aa4e707 Bump sass from 1.49.9 to 1.49.11 (#36118) Bumps [sass](https://github.com/sass/dart-sass) from 1.49.9 to 1.49.11. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.49.9...1.49.11) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:17:45 UTC
3840755 Bump minimist from 1.2.5 to 1.2.6 (#36119) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:15:19 UTC
159dc4b Bump karma-jasmine from 4.0.1 to 4.0.2 (#36116) Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-jasmine/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: karma-jasmine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 April 2022, 15:10:28 UTC
0ceaad3 Use new CSS vars (#36098) * Proposal to use new CSS var when it could be used. * Bundlewatch Co-authored-by: Mark Otto <markdotto@gmail.com> 04 April 2022, 20:51:21 UTC
55c541f Move "Navbar" before "Navs & Tabs" in sidebar This ensures consistent alphabetic ordering. 04 April 2022, 17:43:17 UTC
f789c2c Adding CSS var to list-group-item-action 04 April 2022, 17:37:42 UTC
2fccd1c Fix CSpell by adding 'Analyser' 04 April 2022, 17:29:17 UTC
273ebad Changing to btnTitle and btnEdit 01 April 2022, 08:26:32 UTC
00d028e Adding @include everytime it's not the case 31 March 2022, 21:41:02 UTC
8006203 Doc fixes 31 March 2022, 21:27:09 UTC
53fe107 Reuse all breadcrumb CSS vars available 31 March 2022, 21:16:36 UTC
d071481 Fix duplicate border radius CSS var definition 31 March 2022, 21:12:14 UTC
16711ff Fix duplicate `.rounded-*` and `.fw-semibold` defs in examples 31 March 2022, 21:00:10 UTC
bef4f3b Fix StackBlitz edit feature by selecting the closest example 31 March 2022, 11:04:57 UTC
6b4bdcc Fix typo for StackBlitz edit button's tooltip (#36073) 29 March 2022, 15:16:11 UTC
e342142 Train PR: CSS variables for accordion, cards, navs, and modals (#36071) * Convert accordion to CSS vars * Update accordion.md * Convert navs to CSS variables * Split up CSS vars * bundlewatch * fix vars * Convert cards to CSS vars * Convert modals to CSS variables * Bundlewatch Co-authored-by: Geremia Taglialatela <tagliala.dev@gmail.com> 28 March 2022, 22:05:37 UTC
7f35bc5 Define Pagination font size CSS var (#35917) Co-authored-by: Mark Otto <markd.otto@gmail.com> 25 March 2022, 04:14:42 UTC
0eb8080 Convert list group to CSS variables (#35862) * Convert list-group to CSS vars * bundlewatch 22 March 2022, 17:02:12 UTC
9e73b6a v5.2.0 migration updates (#36038) 19 March 2022, 18:58:22 UTC
fbf6440 Fix migration guide typos (#36040) * Correct font-weight semibold utility class name * Tiny sentence correction 19 March 2022, 18:18:45 UTC
0e5cd69 No propagating escape event in an open dropdown. 18 March 2022, 23:43:43 UTC
88bd287 Convert progress bars to CSS variables (#35962) * Convert progress bars to CSS variables * bundlewatch 18 March 2022, 16:02:03 UTC
b165f35 Add another list-group snippet example 17 March 2022, 21:52:29 UTC
a4841af Convert toasts to CSS variables (#35961) * Convert toasts to CSS variables * bundlewatch 17 March 2022, 21:48:36 UTC
71582ea Convert spinners to CSS variables (#35960) * Convert spinners to CSS variables * bundlewatch 17 March 2022, 20:49:57 UTC
8182fd9 Revert #35759, fixes #35869 17 March 2022, 20:39:17 UTC
11751c6 Fixes #36015: Fix pagination link border-radius if statement 17 March 2022, 20:39:17 UTC
91f6a01 Fixes #36016: Update .dropdown-item padding 17 March 2022, 20:39:17 UTC
33827d2 Update devDependencies (#36024) * @babel/core ^7.17.5 → ^7.17.7 * @popperjs/core ^2.11.2 → ^2.11.4 * eslint ^8.10.0 → ^8.11.0 * hugo-bin ^0.81.3 → ^0.82.2 * karma-chrome-launcher ^3.1.0 → ^3.1.1 * lockfile-lint ^4.6.2 → ^4.7.4 * rollup ^2.70.0 → ^2.70.1 * terser ^5.12.0 → ^5.12.1 15 March 2022, 08:24:21 UTC
a9a89de Rewrite docs tables in Markdown with table shortcode (#31337) Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: GeoSot <geo.sotis@gmail.com> 14 March 2022, 07:38:04 UTC
8fe82c7 Remove duplicate entry in migration.md 14 March 2022, 01:37:32 UTC
70cb00c Add v5.1.0 to migration guide, update v5.2.0 additions 13 March 2022, 17:16:42 UTC
acf6ea7 Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981) * Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch 13 March 2022, 17:13:09 UTC
7c966f5 Convert added in badges to shortcode (#36007) 12 March 2022, 05:27:58 UTC
1936e0c Bundlewatch 11 March 2022, 20:59:55 UTC
e567d51 Convert breadcrumb to CSS variables 11 March 2022, 20:59:55 UTC
d16088d Redesign the "Added in" badges in the docs (#35980) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 11 March 2022, 19:29:52 UTC
ce655ee Allow to set active and disabled class also to .page-link (#35804) Sometimes we can set `.active` class only to link tag and not parent. Since active status style is applied only to `.page-link` and not `.page-item`, would also make more sense to just add the active class to `.page-link` itself. The other way to set `.active` class to `.page-item` still remain, so there is not BC. Allow to set also `.disabled` class to `.page-link` Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 11 March 2022, 19:25:41 UTC
58ac9a9 Set opacity on dropdown-divider for now 11 March 2022, 17:46:03 UTC
e72a090 Updates -color to use rgba() 11 March 2022, 17:15:33 UTC
ea7ff1e Update .cspell.json 11 March 2022, 17:10:37 UTC
c73480c Adjust border-radius values and add some new utilities - Updates global border-radius values for a more modern appearance - New .fw-semibold - New .rounded-4 and .rounded-5 11 March 2022, 17:10:37 UTC
63145c8 Fix some instances of lazy Sass math when multiplying new CSS var based border-width 11 March 2022, 17:04:13 UTC
05c6e7d Fix docs error after #35644 (#36002) 11 March 2022, 15:56:57 UTC
5bdd5e0 docs: add missing `.dropup` in dropup centered example (#35948) 11 March 2022, 14:04:41 UTC
back to top