| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-01 | Tooltip: Remove `Data.set` usage for dynamically created tip | GeoSot | 1 | -2/+0 | |
| This is not used any further, so we were just setting it. | |||||
| 2021-12-01 | Tooltip: merge `isAnimated` checks | GeoSot | 1 | -5/+7 | |
| 2021-12-01 | Tooltip: refactor jQueryInterface | GeoSot | 2 | -10/+14 | |
| 2021-12-01 | Dropdown: change doc for `data-bs-popper=none` | GeoSot | 1 | -1/+1 | |
| 2021-12-01 | Dropdown: clearMenus is always an event callback | GeoSot | 1 | -18/+16 | |
| 2021-12-01 | Dropdown: Clean more | GeoSot | 1 | -4/+3 | |
| 2021-12-01 | Dropdown: rename vars | GeoSot | 1 | -6/+8 | |
| 2021-12-01 | Dropdown: Remove redundant `Space` check | GeoSot | 1 | -14/+4 | |
| 2021-12-01 | Dropdown: Deduplicate complex check | GeoSot | 1 | -7/+14 | |
| 2021-12-01 | Dropdown: Remove redundant check since the `show` method already does it | GeoSot | 1 | -4/+1 | |
| 2021-12-01 | Dropdown: Change constant to the way we use it | GeoSot | 1 | -2/+2 | |
| 2021-12-01 | Dropdown: Merge `display='static'` & `isNavbar` functionality activating ↵ | GeoSot | 2 | -19/+10 | |
| static popper with no styles attached | |||||
| 2021-12-01 | Dropdown: Remove static method used once | GeoSot | 1 | -5/+1 | |
| 2021-12-01 | Dropdown tests: Use a function to improve readability (#35448) | GeoSot | 1 | -32/+13 | |
| 2021-12-01 | Remove the now outdated build/svgo.yml (#35447) | XhmikosR | 1 | -59/+0 | |
| 2021-12-01 | Fix popover arrow & tooltip template after the `setContent` addition (#35441) | GeoSot | 3 | -11/+48 | |
| 2021-12-01 | Tooltip: remove leftover method (#35440) | GeoSot | 2 | -46/+0 | |
| Remove a leftover after #32692 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-01 | Update edge-to-edge design instructions (#35446) | Ethan Clevenger | 1 | -1/+1 | |
| Add note about margins to prevent overflow. | |||||
| 2021-12-01 | tests/unit/util/scrollbar.spec.js: rename function | XhmikosR | 1 | -6/+6 | |
| `parseInt` is a global one. | |||||
| 2021-12-01 | tests: fix a few typos | XhmikosR | 3 | -15/+15 | |
| 2021-12-01 | tests: remove extra spaces, unneeded arrays and add missing newlines | XhmikosR | 18 | -157/+145 | |
| 2021-12-01 | tests: tweak Jasmine's matchers usage | XhmikosR | 24 | -437/+438 | |
| Use: * toBeNull * toEqual * toBeTrue * toBeFalse * toHaveSize * toHaveClass | |||||
| 2021-12-01 | tests/browsers.js: remove unneeded export | XhmikosR | 2 | -10/+3 | |
| 2021-11-30 | Fix variable name in customizing comment (#35414) | Christopher Boik | 1 | -1/+1 | |
| Correct table lightening variable to match the variable name defined and described in the loop variable section above | |||||
| 2021-11-30 | Update devDependencies (#35421) | XhmikosR | 3 | -165/+179 | |
| * @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 | |||||
| 2021-11-29 | Alert: add a couple more tests (#35419) | GeoSot | 1 | -0/+28 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-11-29 | BaseComponent: add a couple more tests (#35410) | GeoSot | 1 | -0/+18 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-11-28 | Merge branch 'twbs:main' into main | Priyansh | 192 | -3264/+16602 | |
| 2021-11-25 | Update typography.md | François Karman | 1 | -1/+1 | |
| remove a unnecessary <abbr> tag | |||||
| 2021-11-25 | Correctly implement RFS in `:root` CSS variable for `$body-font-size` (#35326) | Travis Risner | 2 | -2/+2 | |
| * rfs fix * Update scss/_root.scss * Update _reboot.scss Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-11-25 | Update _close.scss | Si Nguyen | 1 | -1/+1 | |
| 2021-11-25 | Clean tooltip component unneeded functionality (#32692) | GeoSot | 3 | -67/+13 | |
| 2021-11-25 | tooltip.js: use array.includes instead of for iteration (#35127) | GeoSot | 1 | -7/+1 | |
| 2021-11-25 | Change adjustDialog's if conditions to improve readability | GeoSot | 1 | -4/+6 | |
| 2021-11-25 | Add test for modal-content | GeoSot | 1 | -0/+32 | |
| 2021-11-25 | Respect modal's initial overflowY | GeoSot | 1 | -7/+5 | |
| 2021-11-25 | Remove some uncovered code that seems to be unused | GeoSot | 1 | -19/+0 | |
| 2021-11-25 | Change check for dynamic modal | GeoSot | 1 | -2/+2 | |
| 2021-11-25 | Tweak methods | GeoSot | 1 | -8/+8 | |
| Name them to be more descriptive and have agnostic functionality | |||||
| 2021-11-25 | Some refactoring on modal, to improve readability and generic functionality | GeoSot | 1 | -30/+30 | |
| 2021-11-25 | Add a template factory helper to handle all template cases (#34519) | GeoSot | 10 | -125/+600 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-11-24 | build/change-version.js: fix wrong map usage (#35395) | XhmikosR | 1 | -2/+2 | |
| 2021-11-23 | build: read & dynamically resolve `imports` on plugins build (#34509) | GeoSot | 1 | -141/+62 | |
| 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 <[email protected]> | |||||
| 2021-11-23 | Make footer examples responsive to mobile screens (#35365) | Neeraj Kumar Das | 1 | -13/+13 | |
| 2021-11-23 | Add missing scss/maps imports (#35373) | Julien Déramond | 3 | -0/+8 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-11-23 | Update devDependencies (#35368) | XhmikosR | 2 | -338/+370 | |
| * @babel/preset-env ^7.16.0 → ^7.16.4 * cspell ^5.12.6 → ^5.13.0 * eslint ^8.2.0 → ^8.3.0 * eslint-plugin-unicorn ^38.0.1 → ^39.0.0 * hugo-bin ^0.77.2 → ^0.77.4 * karma ^6.3.8 → ^6.3.9 * rollup ^2.60.0 → ^2.60.1 | |||||
| 2021-11-16 | Update devDependencies (#35356) | XhmikosR | 2 | -170/+178 | |
| * eslint-plugin-import ^2.25.2 → ^2.25.3 * linkinator ^2.14.5 → ^2.16.2 * nodemon ^2.0.14 → ^2.0.15 * rollup ^2.59.0 → ^2.60.0 * terser ^5.9.0 → ^5.10.0 | |||||
| 2021-11-15 | Move reassigned Sass maps for colors to another stylesheet (#34942) | Mark Otto | 10 | -48/+106 | |
| 2021-11-15 | Fix typo in vertical alignment of table cells (#35348) | Tobias Nießen | 1 | -1/+1 | |
| 2021-11-09 | Update devDependencies (#35322) | XhmikosR | 4 | -551/+332 | |
| * cspell ^5.12.4 → ^5.12.6 * eslint ^8.1.0 → ^8.2.0 * eslint-plugin-unicorn ^37.0.1 → ^38.0.1 * hugo-bin ^0.76.1 → ^0.77.2 * karma ^6.3.7 → ^6.3.8 * linkinator ^2.14.4 → ^2.14.5 * postcss-cli ^9.0.1 → ^9.0.2 * rtlcss ^3.4.0 → ^3.5.0 | |||||
