| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-01 | Always set the CSS variables for gutters in containerscontainer-reset-gutter-vars | Mark Otto | 1 | -0/+2 | |
| We already do this in rows, so to best support our containers, we need to do it at the container level as well. Fixes #32658, fixes #34614, closes #32658. | |||||
| 2021-07-30 | Add missing newlines around fenced codeblocks (#34630) | XhmikosR | 2 | -0/+2 | |
| 2021-07-30 | tooltip: move repeated strings to constants (#34619) | XhmikosR | 1 | -2/+5 | |
| 2021-07-30 | Enable a few eslint-config-xo rules (#34620) | XhmikosR | 14 | -28/+25 | |
| * unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove | |||||
| 2021-07-29 | transfer `interface` inside `jQueryInterface` | GeoSot | 1 | -18/+14 | |
| 2021-07-29 | simplify initialization on `data-toggle` click | GeoSot | 1 | -6/+1 | |
| 2021-07-29 | keep parent only as element | GeoSot | 2 | -19/+15 | |
| 2021-07-29 | remove duplicated `Selector.find` | GeoSot | 1 | -4/+1 | |
| 2021-07-29 | Simplify check for children | GeoSot | 1 | -8/+2 | |
| 2021-07-29 | initialize variable properly | GeoSot | 1 | -16/+10 | |
| 2021-07-29 | Refactor internal function to use it in more cases. | GeoSot | 1 | -25/+13 | |
| Also, remove a few redundant checks since we already check for it in `_addAriaAndCollapsedClass()`. | |||||
| 2021-07-29 | Add a helper function to check for showing | GeoSot | 1 | -12/+12 | |
| Also, remove the `isTransitioning()` helper. | |||||
| 2021-07-29 | Remove redundant check on `data-toggle` click. | GeoSot | 1 | -12/+2 | |
| Previously, it was assumed that the trigger element would have its own separate config than the collapse element itself. | |||||
| 2021-07-29 | streamline `_getConfig` & interface | GeoSot | 1 | -11/+4 | |
| 2021-07-29 | Collapse page: add a link to the accordion page (#34605) | XhmikosR | 1 | -1/+1 | |
| 2021-07-29 | Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612) | Mark Otto | 2 | -28/+3 | |
| This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e. | |||||
| 2021-07-28 | Use a streamlined way to trigger component dismiss (#34170) | GeoSot | 12 | -71/+184 | |
| * use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-28 | Fix `Manipulator.offset()` (#33603) | alpadev | 2 | -2/+56 | |
| * test: add more test cases for Manipulator.offset() * fix: Manipulator.offset() is using obsolete properties to get scroll position Co-authored-by: XhmikosR <[email protected]> Co-authored-by: GeoSot <[email protected]> | |||||
| 2021-07-28 | Correct Toast docs (#34604) | Mark Young | 1 | -2/+2 | |
| Removes incorrect references to scrollspy in Toasts documentation | |||||
| 2021-07-28 | Make text decoration consistent with other anchors (#34475) | Andrew Pucci | 1 | -1/+1 | |
| Fixes #34474 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-28 | Update devDependencies (#34585) | XhmikosR | 2 | -43/+43 | |
| * @rollup/plugin-commonjs ^19.0.1 → ^19.0.2 * @rollup/plugin-node-resolve ^13.0.2 → ^13.0.4 * postcss ^8.3.5 → ^8.3.6 * rollup ^2.53.3 → ^2.55.0 * sass ^1.35.2 → ^1.36.0 | |||||
| 2021-07-27 | Document change to hr in v5 (#34574) | Mark Otto | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-27 | Rename Build Tools page to Contribute (#34578) | Mark Otto | 4 | -8/+9 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-27 | Add shift-tab keyboard support for dialogs (modal & Offcanvas components) ↵ | Ryan Berliner | 9 | -71/+499 | |
| (#33865) * consolidate dialog focus trap logic * add shift-tab support to focustrap * remove redundant null check of trap element Co-authored-by: GeoSot <[email protected]> * remove area support forom focusableChildren * fix no expectations warning in focustrap tests Co-authored-by: GeoSot <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-27 | More concise improvements for `add()` and `subtract()` (#34432) | Gaël Poupard | 1 | -12/+0 | |
| 2021-07-26 | Make note of _root.scss being required | Mark Otto | 1 | -6/+6 | |
| 2021-07-26 | Clean up a couple CSS Grid issues (#34572) | Mark Otto | 3 | -24/+25 | |
| - Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-26 | Update the custom Sass import docs (#34573) | Mark Otto | 1 | -2/+7 | |
| Now includes mentino of the two utilities stylesheets, plus how and why to include the API stylesheet last Fixes #34397 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-26 | Update nav-tab.md | Jitan Gupta | 1 | -4/+4 | |
| Updated the from anchor tag to button in sample examples | |||||
| 2021-07-25 | Make default $accordion-icon-color consistent | TheFakeCake | 1 | -1/+1 | |
| Change the $accordion-icon-color variable default value to $accordion-button-color | |||||
| 2021-07-25 | docs: minor image compression improvements (#34557) | XhmikosR | 10 | -0/+0 | |
| Before: 121 KB (124.549 bytes) After: 121 KB (124.367 bytes) | |||||
| 2021-07-22 | docs: Add Github Octicons to the list (#34526) | Ben Koshy | 1 | -2/+4 | |
| Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-22 | Toasts: Change showing timings and classes to keep toast `display:none` by ↵ | GeoSot | 3 | -11/+16 | |
| default (#33610) | |||||
| 2021-07-22 | make `dataApiKeydownHandler` to handle specific instance, avoiding extra ↵ | GeoSot | 1 | -5/+5 | |
| manipulations | |||||
| 2021-07-22 | extract createPopper method | GeoSot | 1 | -23/+27 | |
| 2021-07-22 | handle click event in one place, remove undocumented click listener on ↵ | GeoSot | 2 | -35/+3 | |
| element in case of not having the proper markup | |||||
| 2021-07-22 | use classList `add` instead of `toggle` on show | GeoSot | 1 | -2/+2 | |
| 2021-07-22 | simplify toggle | GeoSot | 1 | -12/+1 | |
| 2021-07-22 | Merge `dropdownInterface` to `jQueryInterface` | GeoSot | 1 | -10/+8 | |
| 2021-07-22 | Add `isShown` method and reuse it | GeoSot | 1 | -6/+10 | |
| 2021-07-22 | Use on private method to set content & cleanup template | GeoSot | 2 | -29/+14 | |
| 2021-07-22 | popover: Move common code in tooltip's `getTipElement()` | GeoSot | 2 | -6/+4 | |
| 2021-07-22 | use one private method to resolve string or function | GeoSot | 2 | -14/+9 | |
| 2021-07-22 | Use `getOrCreateInstance` on `_initializeOnDelegatedTarget` | GeoSot | 1 | -9/+1 | |
| 2021-07-22 | `_getDelegateConfig()`: add a comment and remove an unneeded config check | GeoSot | 1 | -5/+6 | |
| 2021-07-22 | use a class private getter to decouple same methods usage | GeoSot | 2 | -15/+9 | |
| 2021-07-21 | Update devDependencies (#34552) | XhmikosR | 4 | -108/+135 | |
| * @babel/cli ^7.14.5 → ^7.14.8 * @babel/core ^7.14.6 → ^7.14.8 * @babel/preset-env ^7.14.7 → ^7.14.8 * eslint-config-xo ^0.36.0 → ^0.37.0 * eslint-plugin-unicorn ^31.0.0 → ^34.0.1 * hugo-bin ^0.73.0 → ^0.74.0 | |||||
| 2021-07-21 | Bump rollup from 2.53.2 to 2.53.3 (#34548) | dependabot[bot] | 2 | -4/+4 | |
| Bumps [rollup](https://github.com/rollup/rollup) from 2.53.2 to 2.53.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.53.2...v2.53.3) --- updated-dependencies: - dependency-name: rollup 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-07-21 | Remove whitespace at beginning of util/index.js (#34545) | Ryan Berliner | 1 | -1/+0 | |
| 2021-07-20 | Fix `Util.reflow` function and add documentation (#34543) | GeoSot | 2 | -3/+15 | |
| * add documentation to reflow function * refactor to void as it should be Co-authored-by: XhmikosR <[email protected]> | |||||
