| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-21 | Carousel: move repeated code to a method | GeoSot | 2 | -13/+15 | |
| 2021-12-21 | Carousel: remove always true `visibilityState` check | GeoSot | 1 | -4/+2 | |
| According to https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState `visibilityState` is always a string, so the check was always true | |||||
| 2021-12-21 | Carousel: move carousel default interval to `_getConfig()` and simplify it | GeoSot | 1 | -7/+7 | |
| 2021-12-21 | Carousel: return early and drop a loop. | GeoSot | 1 | -13/+11 | |
| We can achieve the same thing by querying the specific selector directly | |||||
| 2021-12-21 | Carousel: add a helper to get the active element | GeoSot | 1 | -4/+8 | |
| 2021-12-21 | Popover/Tooltip: Fix vertical alignment on arrow of tip elements (#35527) | GeoSot | 1 | -1/+10 | |
| Regression of #32692 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-21 | docs: add reference to sticky-xxl utils (#35579) | Kyle Tsang | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-21 | fix(docs): typo in Alerts CSS Variables description (#35575) | Julien Déramond | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-21 | Update devDependencies (#35545) | XhmikosR | 3 | -405/+629 | |
| * 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 | |||||
| 2021-12-20 | fix(alerts): ensure color is set and used (#35571) | Gaël Poupard | 1 | -1/+2 | |
| 2021-12-18 | docs: A fix for CSS Variables and some proposal (#35563) | Louis-Maxime Piton | 5 | -39/+35 | |
| * docs: Fix CSS variables sections * Minor fix for dropdowns * Minor fixes for URLs Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-18 | Fix typo in comment (#35564) | Phil E. Taylor | 1 | -1/+1 | |
| s/moddal/modal | |||||
| 2021-12-17 | Convert alerts to CSS variables (#35401) | Mark Otto | 4 | -12/+36 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-16 | Add missing `border-radius` for `btn-group` (#35467) | Andy Jiang | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-16 | Add sticky bottom utility (#35518) | Florian Lacreuse | 5 | -7/+42 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-16 | docs: Use param to set Bootstrap version in Contents page (#35556) | Julien Déramond | 1 | -1/+1 | |
| 2021-12-15 | build/postcss.config.js: minor tweaks (#35506) | XhmikosR | 1 | -9/+9 | |
| 2021-12-15 | Tooltip: remove extraneous call to _getConfig() (#35540) | GeoSot | 1 | -2/+1 | |
| BaseClass already initializes the config Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-15 | Popover.js: Accept empty content through `data-bs-content` (#35514) | GeoSot | 2 | -15/+31 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-15 | Scrollspy: minor refactoring (#35512) | XhmikosR | 1 | -31/+16 | |
| * reorder variables * join lines * use `filter(Boolean)` since it's clearer * use `for...of` | |||||
| 2021-12-15 | Reprocess inline SVGs with the latest SVGO (#35484) | XhmikosR | 1 | -4/+4 | |
| 2021-12-14 | docs: Add responsive variations for align-content-between (#35532) | Ty Mick | 1 | -0/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-14 | Update stylelint and stylelint-config-twbs-bootstrap (#35438) | XhmikosR | 16 | -1891/+233 | |
| 2021-12-14 | Update devDependencies (#35498) | XhmikosR | 2 | -1296/+1041 | |
| * @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 | |||||
| 2021-12-10 | Extract Component config functionality to a separate class (#33872) | GeoSot | 18 | -240/+283 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-10 | JS tests: only test one Node.js version (#35481) | XhmikosR | 1 | -8/+3 | |
| 2021-12-10 | Tab: minor refactoring (#35511) | XhmikosR | 1 | -12/+5 | |
| * remove unneeded parentheses * move variable | |||||
| 2021-12-10 | util/index.js: minor refactoring (#35510) | XhmikosR | 1 | -27/+25 | |
| * rename variables * remove an unused variable * be more explicit * reuse variable | |||||
| 2021-12-10 | Toast: join multiple classList calls (#35507) | XhmikosR | 1 | -9/+3 | |
| 2021-12-09 | Fix tests fixture type (#35501) | XhmikosR | 5 | -30/+32 | |
| Previously we were adding an Array instead of a String | |||||
| 2021-12-09 | Scrollbar - remove margin/padding properties properly (#35388) | GeoSot | 1 | -7/+8 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-09 | Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button ↵ | GeoSot | 2 | -0/+29 | |
| (#35500) | |||||
| 2021-12-09 | ScrollBar.js. Minor refactoring and add test (#35492) | GeoSot | 2 | -13/+38 | |
| 2021-12-07 | Fix variable name in form overview docs (#35468) | Alexander Gitter | 1 | -2/+2 | |
| These variables are called $input-btn-*, the documentation was erroneously talking about $btn-input-*. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-07 | Replace inline styles in example "Dropdowns" (#35483) | Anton | 1 | -9/+9 | |
| 2021-12-07 | Tooltip: remove title attribute before show & add tests (#35456) | GeoSot | 2 | -3/+33 | |
| 2021-12-07 | Fix typo in $purples (#35466) | Alexander Gitter | 1 | -2/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-07 | Bump cspell from 5.13.1 to 5.13.2 (#35473) | dependabot[bot] | 2 | -68/+68 | |
| 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
| 2021-12-07 | Update devDependencies (#35472) | XhmikosR | 2 | -94/+109 | |
| 2021-12-03 | Docs offcanvas navbar (#34487) | Mark Otto | 7 | -59/+89 | |
| * 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 <[email protected]> | |||||
| 2021-12-02 | CI: add `workflow_dispatch` (#35454) | XhmikosR | 9 | -0/+9 | |
| 2021-12-02 | README.md: wrap file contents in a `details` element (#35452) | XhmikosR | 1 | -1/+4 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-12-02 | Tests: Minor fixes (#35455) | Louis-Maxime Piton | 7 | -25/+26 | |
| 2021-12-01 | Tooltip/Popover: add underscore prefix to protected functions | GeoSot | 4 | -48/+48 | |
| 2021-12-01 | Tooltip: a simple code-block position change | GeoSot | 1 | -16/+16 | |
| 2021-12-01 | Tooltip: simplify popper check | GeoSot | 1 | -1/+1 | |
| 2021-12-01 | Tooltip: refactor `_hoverState` to Boolean to achieve better control | GeoSot | 1 | -15/+12 | |
| 2021-12-01 | Tooltip: merge timeout functionality | GeoSot | 1 | -16/+7 | |
| 2021-12-01 | Tooltip: Change `_enter` & `_leave` to work without arguments | GeoSot | 2 | -48/+42 | |
| 2021-12-01 | Tooltip: Remove redundant `config.delay` check | GeoSot | 1 | -2/+2 | |
| `config.delay` is always an object after initialization | |||||
