aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-15Update devDependencies (#36024)XhmikosR3-309/+277
* @babel/core ^7.17.5 → ^7.17.7 * @popperjs/core ^2.11.2 → ^2.11.4 * eslint ^8.10.0 → ^8.11.0 * hugo-bin ^0.81.3 → ^0.82.2 * karma-chrome-launcher ^3.1.0 → ^3.1.1 * lockfile-lint ^4.6.2 → ^4.7.4 * rollup ^2.70.0 → ^2.70.1 * terser ^5.12.0 → ^5.12.1
2022-03-14Rewrite docs tables in Markdown with table shortcode (#31337)Mark Otto22-1955/+467
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: GeoSot <[email protected]>
2022-03-13Remove duplicate entry in migration.mdSabrus1-2/+0
2022-03-13Add v5.1.0 to migration guide, update v5.2.0 additionsMark Otto1-4/+65
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto29-566/+581
* Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch
2022-03-12Convert added in badges to shortcode (#36007)Mark Otto15-16/+21
2022-03-11BundlewatchMark Otto1-1/+1
2022-03-11Convert breadcrumb to CSS variablesMark Otto2-9/+32
2022-03-11Redesign the "Added in" badges in the docs (#35980)Mark Otto17-17/+19
Co-authored-by: XhmikosR <[email protected]>
2022-03-11Allow to set active and disabled class also to .page-link (#35804)A Web Artisan1-14/+16
Sometimes we can set `.active` class only to link tag and not parent. Since active status style is applied only to `.page-link` and not `.page-item`, would also make more sense to just add the active class to `.page-link` itself. The other way to set `.active` class to `.page-item` still remain, so there is not BC. Allow to set also `.disabled` class to `.page-link` Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-03-11Set opacity on dropdown-divider for nowMark Otto1-0/+1
2022-03-11Updates -color to use rgba()Mark Otto1-1/+1
2022-03-11Update .cspell.jsonXhmikosR1-1/+1
2022-03-11Adjust border-radius values and add some new utilitiesMark Otto5-3/+13
- Updates global border-radius values for a more modern appearance - New .fw-semibold - New .rounded-4 and .rounded-5
2022-03-11Fix some instances of lazy Sass math when multiplying new CSS var based ↵Mark Otto3-5/+5
border-width
2022-03-11Fix docs error after #35644 (#36002)GeoSot1-11/+13
2022-03-11docs: add missing `.dropup` in dropup centered example (#35948)Julien Déramond1-1/+1
2022-03-10Ignore warning for `.navbar-light` deprecation (#35995)XhmikosR1-1/+1
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot2-3/+3
Also, fix the corresponding test
2022-03-10Carousel: rename private propertyGeoSot2-8/+8
2022-03-10Carousel: add comment for future fixesGeoSot1-0/+1
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot2-12/+0
2022-03-10Carousel: omit config merging in jQueryInterface after we create the instanceGeoSot1-9/+1
This is already done inside `getOrCreateInstance` method
2022-03-09update google material icons link (#35942)Ihor Sychevskyi1-1/+1
2022-03-09docs: add a StackBlitz "Try It" button in code examples (#35644)Puru Vijay4-12/+74
Co-authored-by: GeoSot <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2022-03-09Carousel: return early in `_slide` methodGeoSot1-4/+4
2022-03-09Carousel: small refactoring, remove unnecessary checksGeoSot1-2/+1
2022-03-09Carousel: refactor using inline function and move variables to the proper placeGeoSot1-11/+5
2022-03-09Carousel: refactor `_slide` method te accept only order as first argumentGeoSot2-26/+19
2022-03-09Carousel: add a `getItems` helperGeoSot1-13/+11
2022-03-09Carousel: use combined selector and drop variable used onceGeoSot1-1/+1
2022-03-09Carousel: reorder variables and refactor method to use it inlineGeoSot2-33/+27
2022-03-09Carousel: cleanup jQueryInterfaceGeoSot1-7/+11
Drop chained else ifs and unused variable. Since we were checking for `typeof config === 'string'` in both places, action was never `_config.slide`.
2022-03-09Bump rollup from 2.68.0 to 2.70.0 (#35972)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 2.68.0 to 2.70.0. - [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.68.0...v2.70.0) --- updated-dependencies: - dependency-name: rollup 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]>
2022-03-09Bump postcss from 8.4.7 to 8.4.8 (#35971)dependabot[bot]2-8/+8
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.7...8.4.8) --- updated-dependencies: - dependency-name: postcss 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]>
2022-03-09Bump hugo-bin from 0.81.0 to 0.81.3 (#35974)dependabot[bot]2-8/+8
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.81.0 to 0.81.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.81.0...v0.81.3) --- updated-dependencies: - dependency-name: hugo-bin 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]>
2022-03-08bundlewatchMark Otto1-2/+2
2022-03-08Add migration guide mentionMark Otto1-0/+2
2022-03-08Convert popovers to CSS variablesMark Otto5-65/+147
2022-03-08Deprecate the tooltip-arrow-bg color since we're using CSS variables to set ↵Mark Otto2-3/+3
tooltip colors
2022-03-08Document new CSS vars in tooltip docsMark Otto2-6/+17
2022-03-08Convert tooltips to CSS varsMark Otto3-27/+70
2022-03-08Fix dropdownslouismaxime.piton2-3/+19
2022-03-07Add missing root border opacity CSS varJulien Déramond1-0/+1
2022-03-06docs: Update Japanese translationAlexKoala1-1/+1
2022-03-02fix:border-widthcccabinet1-0/+1
2022-03-02Bump actions/checkout from 2 to 3 (#35933)dependabot[bot]9-9/+9
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production 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> Co-authored-by: XhmikosR <[email protected]>
2022-03-02Remove unneeded classes from toasts docs (#35931)Louis-Maxime Piton1-3/+3
2022-03-02Add static backdrop to offcanvas (#35832)Jann Westermann3-53/+145
* Add static backdrop option, to offcanvas * Trigger prevented event on esc with keyboard=false * Change offcanvas doc , moving backdrop examples to examples section
2022-03-01docs(example): fix RTL carousel exampleGaël Poupard2-1/+3