https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
cebb843 Update nuget/bootstrap.png (#35641) 04 January 2022, 07:40:53 UTC
0b57c44 Update devDependencies (#35640) * @babel/cli ^7.16.0 → ^7.16.7 * @babel/core ^7.16.5 → ^7.16.7 * @babel/preset-env ^7.16.5 → ^7.16.7 * @rollup/plugin-node-resolve ^13.1.1 → ^13.1.2 * @rollup/plugin-replace ^3.0.0 → ^3.0.1 * autoprefixer ^10.4.0 → ^10.4.1 * cspell ^5.13.4 → ^5.14.0 * eslint ^8.5.0 → ^8.6.0 * eslint-plugin-import ^2.25.3 → ^2.25.4 * eslint-plugin-unicorn ^39.0.0 → ^40.0.0 * sass ^1.45.1 → ^1.45.2 04 January 2022, 07:26:50 UTC
9680e17 Bump copyright year to 2022 (#35639) 03 January 2022, 13:03:42 UTC
2c9ecd0 Update api.md (#35486) * Wording tweak * Tweak wording Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> 28 December 2021, 12:38:35 UTC
33c7f9f Update devDependencies (#35591) * hugo-bin ^0.79.0 → ^0.79.2 * linkinator ^3.0.2 → ^3.0.3 * rollup ^2.61.1 → ^2.62.0 * stylelint ^14.1.0 → ^14.2.0 * stylelint-config-twbs-bootstrap ^3.0.0 → ^3.0.1 28 December 2021, 06:16:16 UTC
deb8e3f Add note to carousel crossfade docs about bg color (#35587) Fixes #35181 Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> 23 December 2021, 12:38:43 UTC
f171d3e Strengthen and expand note about dynamic tabs with dropdown menus (#35588) following on from https://github.com/twbs/bootstrap/pull/35213 this - expands the note, making it clear it's not supported - makes it a callout 23 December 2021, 07:15:36 UTC
0d4213b Carousel: move repeated code to a method 21 December 2021, 15:37:24 UTC
b8ee68c Carousel: remove always true `visibilityState` check According to https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState `visibilityState` is always a string, so the check was always true 21 December 2021, 15:37:24 UTC
ff4bf4a Carousel: move carousel default interval to `_getConfig()` and simplify it 21 December 2021, 15:37:24 UTC
6f79721 Carousel: return early and drop a loop. We can achieve the same thing by querying the specific selector directly 21 December 2021, 15:37:24 UTC
d60f146 Carousel: add a helper to get the active element 21 December 2021, 15:37:24 UTC
65cf77a Popover/Tooltip: Fix vertical alignment on arrow of tip elements (#35527) Regression of #32692 Co-authored-by: XhmikosR <xhmikosr@gmail.com> 21 December 2021, 15:19:29 UTC
aec2137 docs: add reference to sticky-xxl utils (#35579) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 21 December 2021, 07:22:58 UTC
32401fd fix(docs): typo in Alerts CSS Variables description (#35575) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 21 December 2021, 07:09:43 UTC
8ccb27a Update devDependencies (#35545) * cspell ^5.13.3 → ^5.13.4 * eslint ^8.4.1 → ^8.5.0 * hugo-bin ^0.78.1 → ^0.79.0 * linkinator ^2.16.2 → ^3.0.2 * sass ^1.45.0 → ^1.45.1 * stylelint-config-twbs-bootstrap ^3.0.0-beta1 → ^3.0.0 21 December 2021, 06:39:43 UTC
a2c056e fix(alerts): ensure color is set and used (#35571) 20 December 2021, 12:22:29 UTC
4216254 docs: A fix for CSS Variables and some proposal (#35563) * docs: Fix CSS variables sections * Minor fix for dropdowns * Minor fixes for URLs Co-authored-by: XhmikosR <xhmikosr@gmail.com> 18 December 2021, 11:53:36 UTC
c2db710 Fix typo in comment (#35564) s/moddal/modal 18 December 2021, 05:58:31 UTC
f729e4c Convert alerts to CSS variables (#35401) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 17 December 2021, 05:16:24 UTC
4a66f22 Add missing `border-radius` for `btn-group` (#35467) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 16 December 2021, 08:43:30 UTC
d178012 Add sticky bottom utility (#35518) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 16 December 2021, 08:27:00 UTC
2d07383 docs: Use param to set Bootstrap version in Contents page (#35556) 16 December 2021, 08:20:48 UTC
a22694d build/postcss.config.js: minor tweaks (#35506) 15 December 2021, 08:52:49 UTC
e0960b0 Tooltip: remove extraneous call to _getConfig() (#35540) BaseClass already initializes the config Co-authored-by: XhmikosR <xhmikosr@gmail.com> 15 December 2021, 08:47:32 UTC
d40fae4 Popover.js: Accept empty content through `data-bs-content` (#35514) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 15 December 2021, 08:41:31 UTC
cd04fe0 Scrollspy: minor refactoring (#35512) * reorder variables * join lines * use `filter(Boolean)` since it's clearer * use `for...of` 15 December 2021, 07:38:06 UTC
cb46ad6 Reprocess inline SVGs with the latest SVGO (#35484) 15 December 2021, 07:29:17 UTC
28f7c94 docs: Add responsive variations for align-content-between (#35532) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 14 December 2021, 20:29:35 UTC
8cdb6c4 Update stylelint and stylelint-config-twbs-bootstrap (#35438) 14 December 2021, 07:51:31 UTC
cd50942 Update devDependencies (#35498) * @babel/core ^7.16.0 → ^7.16.5 * @babel/preset-env ^7.16.4 → ^7.16.5 * @rollup/plugin-node-resolve ^13.0.6 → ^13.1.1 * clean-css-cli ^5.4.2 → ^5.5.0 * cspell ^5.13.2 → ^5.13.3 * hugo-bin ^0.77.4 → ^0.78.1 * postcss ^8.4.4 → ^8.4.5 * postcss-cli ^9.0.2 → ^9.1.0 * rollup ^2.60.2 → ^2.61.1 * sass ^1.44.0 → ^1.45.0 14 December 2021, 07:26:43 UTC
886b940 Extract Component config functionality to a separate class (#33872) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 10 December 2021, 16:18:18 UTC
68f2267 JS tests: only test one Node.js version (#35481) 10 December 2021, 14:40:32 UTC
63d38b1 Tab: minor refactoring (#35511) * remove unneeded parentheses * move variable 10 December 2021, 05:51:57 UTC
871c8bd util/index.js: minor refactoring (#35510) * rename variables * remove an unused variable * be more explicit * reuse variable 10 December 2021, 05:48:04 UTC
eaa801c Toast: join multiple classList calls (#35507) 10 December 2021, 05:42:08 UTC
94d4fa3 Fix tests fixture type (#35501) Previously we were adding an Array instead of a String 09 December 2021, 14:01:29 UTC
28a5a72 Scrollbar - remove margin/padding properties properly (#35388) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 09 December 2021, 13:49:28 UTC
c376cb0 Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button (#35500) 09 December 2021, 13:34:17 UTC
4fd5539 ScrollBar.js. Minor refactoring and add test (#35492) 09 December 2021, 13:05:50 UTC
2a7015e Fix variable name in form overview docs (#35468) These variables are called $input-btn-*, the documentation was erroneously talking about $btn-input-*. Co-authored-by: XhmikosR <xhmikosr@gmail.com> 07 December 2021, 18:51:50 UTC
e45111f Replace inline styles in example "Dropdowns" (#35483) 07 December 2021, 18:45:56 UTC
328f723 Tooltip: remove title attribute before show & add tests (#35456) 07 December 2021, 13:51:56 UTC
ba7863a Fix typo in $purples (#35466) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 07 December 2021, 10:34:16 UTC
b2200c3 Bump cspell from 5.13.1 to 5.13.2 (#35473) Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/compare/v5.13.1...v5.13.2) --- updated-dependencies: - dependency-name: cspell 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> 07 December 2021, 10:06:12 UTC
a75d209 Update devDependencies (#35472) 07 December 2021, 08:39:09 UTC
a780d74 Docs offcanvas navbar (#34487) * Redesign docs navbar to use offcanvas, tweak overall padding while I'm here * Match code snippets to new gutter width * Replace value with docs-specific variable Opted not to do a CSS variable here since on .bd-content it would be inherited into our examples Co-authored-by: XhmikosR <xhmikosr@gmail.com> 03 December 2021, 08:08:01 UTC
6eef480 CI: add `workflow_dispatch` (#35454) 02 December 2021, 21:02:11 UTC
2ff1eb0 README.md: wrap file contents in a `details` element (#35452) Co-authored-by: Mark Otto <markd.otto@gmail.com> 02 December 2021, 20:53:12 UTC
d8999dd Tests: Minor fixes (#35455) 02 December 2021, 10:01:11 UTC
385fea4 Tooltip/Popover: add underscore prefix to protected functions 01 December 2021, 16:00:36 UTC
bd79d69 Tooltip: a simple code-block position change 01 December 2021, 16:00:36 UTC
1f7b832 Tooltip: simplify popper check 01 December 2021, 16:00:36 UTC
9b9372e Tooltip: refactor `_hoverState` to Boolean to achieve better control 01 December 2021, 16:00:36 UTC
8eacbaa Tooltip: merge timeout functionality 01 December 2021, 16:00:36 UTC
c69ccba Tooltip: Change `_enter` & `_leave` to work without arguments 01 December 2021, 16:00:36 UTC
a20e420 Tooltip: Remove redundant `config.delay` check `config.delay` is always an object after initialization 01 December 2021, 16:00:36 UTC
724663b Tooltip: Remove `Data.set` usage for dynamically created tip This is not used any further, so we were just setting it. 01 December 2021, 16:00:36 UTC
3baeb0a Tooltip: merge `isAnimated` checks 01 December 2021, 16:00:36 UTC
53c77c0 Tooltip: refactor jQueryInterface 01 December 2021, 16:00:36 UTC
a594536 Dropdown: change doc for `data-bs-popper=none` 01 December 2021, 15:10:39 UTC
dd07c1f Dropdown: clearMenus is always an event callback 01 December 2021, 15:10:39 UTC
f71640f Dropdown: Clean more 01 December 2021, 15:10:39 UTC
21e5618 Dropdown: rename vars 01 December 2021, 15:10:39 UTC
0686fa0 Dropdown: Remove redundant `Space` check 01 December 2021, 15:10:39 UTC
a14a552 Dropdown: Deduplicate complex check 01 December 2021, 15:10:39 UTC
bff95d5 Dropdown: Remove redundant check since the `show` method already does it 01 December 2021, 15:10:39 UTC
2d32802 Dropdown: Change constant to the way we use it 01 December 2021, 15:10:39 UTC
fb5921d Dropdown: Merge `display='static'` & `isNavbar` functionality activating static popper with no styles attached 01 December 2021, 15:10:39 UTC
137b324 Dropdown: Remove static method used once 01 December 2021, 15:10:39 UTC
8b308b7 Dropdown tests: Use a function to improve readability (#35448) 01 December 2021, 14:49:02 UTC
01b08d9 Remove the now outdated build/svgo.yml (#35447) 01 December 2021, 13:16:24 UTC
cab62af Fix popover arrow & tooltip template after the `setContent` addition (#35441) 01 December 2021, 13:10:10 UTC
44a6cd7 Tooltip: remove leftover method (#35440) Remove a leftover after #32692 Co-authored-by: XhmikosR <xhmikosr@gmail.com> 01 December 2021, 12:53:56 UTC
2fe90d8 Update edge-to-edge design instructions (#35446) Add note about margins to prevent overflow. 01 December 2021, 12:34:03 UTC
e5d8256 tests/unit/util/scrollbar.spec.js: rename function `parseInt` is a global one. 01 December 2021, 12:30:49 UTC
11ce6c2 tests: fix a few typos 01 December 2021, 12:30:49 UTC
f8f9dc3 tests: remove extra spaces, unneeded arrays and add missing newlines 01 December 2021, 12:30:49 UTC
eb54e1a tests: tweak Jasmine's matchers usage Use: * toBeNull * toEqual * toBeTrue * toBeFalse * toHaveSize * toHaveClass 01 December 2021, 12:30:49 UTC
5739bf7 tests/browsers.js: remove unneeded export 01 December 2021, 12:30:49 UTC
2a51370 Fix variable name in customizing comment (#35414) Correct table lightening variable to match the variable name defined and described in the loop variable section above 30 November 2021, 14:41:08 UTC
d13b5ca Update devDependencies (#35421) * @popperjs/core ^2.10.2 → ^2.11.0 * cspell ^5.13.0 → ^5.13.1 * postcss ^8.3.11 → ^8.4.4 * rollup ^2.60.1 → ^2.60.2 * sass ^1.43.4 → ^1.44.0 30 November 2021, 06:36:39 UTC
1692fc6 Alert: add a couple more tests (#35419) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 29 November 2021, 12:32:11 UTC
3129ff0 BaseComponent: add a couple more tests (#35410) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 29 November 2021, 12:27:03 UTC
5290080 Update typography.md remove a unnecessary <abbr> tag 26 November 2021, 00:08:52 UTC
45eb70e Correctly implement RFS in `:root` CSS variable for `$body-font-size` (#35326) * rfs fix * Update scss/_root.scss * Update _reboot.scss Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 26 November 2021, 00:01:19 UTC
3c8fbb6 Update _close.scss 25 November 2021, 23:56:32 UTC
6f077ff Clean tooltip component unneeded functionality (#32692) 25 November 2021, 18:08:11 UTC
374eeec tooltip.js: use array.includes instead of for iteration (#35127) 25 November 2021, 17:39:13 UTC
91ad255 Change adjustDialog's if conditions to improve readability 25 November 2021, 17:23:49 UTC
569bca5 Add test for modal-content 25 November 2021, 17:23:49 UTC
0f9fd75 Respect modal's initial overflowY 25 November 2021, 17:23:49 UTC
cc3e578 Remove some uncovered code that seems to be unused 25 November 2021, 17:23:49 UTC
92e664c Change check for dynamic modal 25 November 2021, 17:23:49 UTC
fc33ce4 Tweak methods Name them to be more descriptive and have agnostic functionality 25 November 2021, 17:23:49 UTC
79e01c3 Some refactoring on modal, to improve readability and generic functionality 25 November 2021, 17:23:49 UTC
94a596f Add a template factory helper to handle all template cases (#34519) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 25 November 2021, 17:14:02 UTC
fa33e83 build/change-version.js: fix wrong map usage (#35395) 24 November 2021, 08:49:35 UTC
58ffe23 build: read & dynamically resolve `imports` on plugins build (#34509) Our individual js/dist files are now deduplicated properly thus resulting in a size reduction, which varies from ~25% to ~60% depending on the components used. The average savings are 20% uncompressed and ~15% with gzip. This will mostly benefit cases that more than one component is imported from js/dist. In all other cases it doesn't have any effect. Co-authored-by: XhmikosR <xhmikosr@gmail.com> 23 November 2021, 15:37:14 UTC
1ee058a Make footer examples responsive to mobile screens (#35365) 23 November 2021, 14:15:46 UTC
back to top