aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-28Use logical property values for mx, my, px, and py utilitieslogical-props-spacing-utilsMark Otto2-10/+13
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot12-71/+184
* use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]>
2021-07-28Fix `Manipulator.offset()` (#33603)alpadev2-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-28Correct Toast docs (#34604)Mark Young1-2/+2
Removes incorrect references to scrollspy in Toasts documentation
2021-07-28Make text decoration consistent with other anchors (#34475)Andrew Pucci1-1/+1
Fixes #34474 Co-authored-by: XhmikosR <[email protected]>
2021-07-28Update devDependencies (#34585)XhmikosR2-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-27Document change to hr in v5 (#34574)Mark Otto1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2021-07-27Rename Build Tools page to Contribute (#34578)Mark Otto4-8/+9
Co-authored-by: XhmikosR <[email protected]>
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) ↵Ryan Berliner9-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-27More concise improvements for `add()` and `subtract()` (#34432)Gaël Poupard1-12/+0
2021-07-26Make note of _root.scss being requiredMark Otto1-6/+6
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto3-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-26Update the custom Sass import docs (#34573)Mark Otto1-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-26Update nav-tab.mdJitan Gupta1-4/+4
Updated the from anchor tag to button in sample examples
2021-07-25Make default $accordion-icon-color consistentTheFakeCake1-1/+1
Change the $accordion-icon-color variable default value to $accordion-button-color
2021-07-25docs: minor image compression improvements (#34557)XhmikosR10-0/+0
Before: 121 KB (124.549 bytes) After: 121 KB (124.367 bytes)
2021-07-22docs: Add Github Octicons to the list (#34526)Ben Koshy1-2/+4
Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by ↵GeoSot3-11/+16
default (#33610)
2021-07-22make `dataApiKeydownHandler` to handle specific instance, avoiding extra ↵GeoSot1-5/+5
manipulations
2021-07-22extract createPopper methodGeoSot1-23/+27
2021-07-22handle click event in one place, remove undocumented click listener on ↵GeoSot2-35/+3
element in case of not having the proper markup
2021-07-22use classList `add` instead of `toggle` on showGeoSot1-2/+2
2021-07-22simplify toggleGeoSot1-12/+1
2021-07-22Merge `dropdownInterface` to `jQueryInterface`GeoSot1-10/+8
2021-07-22Add `isShown` method and reuse itGeoSot1-6/+10
2021-07-22Use on private method to set content & cleanup templateGeoSot2-29/+14
2021-07-22popover: Move common code in tooltip's `getTipElement()`GeoSot2-6/+4
2021-07-22use one private method to resolve string or functionGeoSot2-14/+9
2021-07-22Use `getOrCreateInstance` on `_initializeOnDelegatedTarget`GeoSot1-9/+1
2021-07-22`_getDelegateConfig()`: add a comment and remove an unneeded config checkGeoSot1-5/+6
2021-07-22use a class private getter to decouple same methods usageGeoSot2-15/+9
2021-07-21Update devDependencies (#34552)XhmikosR4-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-21Bump 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-21Remove whitespace at beginning of util/index.js (#34545)Ryan Berliner1-1/+0
2021-07-20Fix `Util.reflow` function and add documentation (#34543)GeoSot2-3/+15
* add documentation to reflow function * refactor to void as it should be Co-authored-by: XhmikosR <[email protected]>
2021-07-20Bump @rollup/plugin-replace from 2.4.2 to 3.0.0 (#34536)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 2.4.2 to 3.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/wasm-v3.0.0/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-20Bump stylelint-config-twbs-bootstrap from 2.2.1 to 2.2.3 (#34541)dependabot[bot]2-9/+9
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: stylelint-config-twbs-bootstrap 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> Co-authored-by: XhmikosR <[email protected]>
2021-07-20Bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 (#34540)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.0 to 13.0.2. - [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.0.2/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" 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-20Bump @rollup/plugin-commonjs from 19.0.0 to 19.0.1 (#34539)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 19.0.0 to 19.0.1. - [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-v19.0.1/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" 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> Co-authored-by: XhmikosR <[email protected]>
2021-07-20Bump eslint from 7.30.0 to 7.31.0 (#34538)dependabot[bot]2-8/+8
Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.30.0...v7.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-07-20Bump rollup from 2.53.1 to 2.53.2 (#34537)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.53.1 to 2.53.2. - [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.1...v2.53.2) --- 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-19CI: make use of the `actions/setup-node`'s `cache` option (#34453)XhmikosR6-48/+6
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using ↵GeoSot3-3/+54
`bs-target` (#33403) * change data-dismiss, so can be outside modal, using a bs-target * Update site/content/docs/5.0/components/modal.md Co-authored-by: Gaël Poupard <[email protected]>
2021-07-17Add new offcanvas support to navbarscraftwerk2-1/+94
Co-Authored-By: craftwerk <[email protected]>
2021-07-16Bump bundlewatchMark Otto1-2/+2
2021-07-16Split .vr from stacks as a new helperMark Otto6-12/+55
2021-07-16Add hstack and vstack helpersMark Otto4-0/+108
2021-07-15Regenerate package-lock.json (#34499)XhmikosR1-226/+165
2021-07-14fix(forms): prevent color control from shrinking (#34445)Gaël Poupard2-1/+3
* fix(forms): prevent color control from shrinking Fixes #34195 Setting `min-width` alongside `max-width` wouldn't make any sense IMHO. The only concern I have is whether we should introduce a dedicated variable for said width? * feat(forms): introduce ` $form-color-width` * feat(forms): use ` $form-color-width` Co-authored-by: XhmikosR <[email protected]>
2021-07-14util.js: remove `Selector.findOne()` dependency (#34441)GeoSot1-2/+1
Co-authored-by: XhmikosR <[email protected]>