]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Wed, 28 Jul 2021 16:43:43 +0000 (09:43 -0700)]
Use logical property values for mx, my, px, and py utilities
GeoSot [Wed, 28 Jul 2021 14:39:32 +0000 (17:39 +0300)]
Use a streamlined way to trigger component dismiss (#34170)
* use a streamlined way to trigger component dismiss
* add documentation
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
alpadev [Wed, 28 Jul 2021 14:23:32 +0000 (16:23 +0200)]
Fix `Manipulator.offset()` (#33603)
* test: add more test cases for Manipulator.offset()
* fix: Manipulator.offset() is using obsolete properties to get scroll position
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Mark Young [Wed, 28 Jul 2021 13:17:24 +0000 (14:17 +0100)]
Correct Toast docs (#34604)
Removes incorrect references to scrollspy in Toasts documentation
Andrew Pucci [Wed, 28 Jul 2021 13:00:10 +0000 (09:00 -0400)]
Make text decoration consistent with other anchors (#34475)
Fixes #34474
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 28 Jul 2021 12:55:42 +0000 (15:55 +0300)]
Update devDependencies (#34585)
* @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
Mark Otto [Tue, 27 Jul 2021 05:25:07 +0000 (23:25 -0600)]
Document change to hr in v5 (#34574)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Tue, 27 Jul 2021 05:14:24 +0000 (23:14 -0600)]
Rename Build Tools page to Contribute (#34578)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Ryan Berliner [Tue, 27 Jul 2021 05:01:04 +0000 (01:01 -0400)]
Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#33865)
* consolidate dialog focus trap logic
* add shift-tab support to focustrap
* remove redundant null check of trap element
Co-authored-by: GeoSot <geo.sotis@gmail.com>
* remove area support forom focusableChildren
* fix no expectations warning in focustrap tests
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Tue, 27 Jul 2021 04:48:08 +0000 (06:48 +0200)]
More concise improvements for `add()` and `subtract()` (#34432)
Mark Otto [Mon, 26 Jul 2021 00:53:08 +0000 (17:53 -0700)]
Make note of _root.scss being required
Mark Otto [Mon, 26 Jul 2021 15:45:10 +0000 (10:45 -0500)]
Clean up a couple CSS Grid issues (#34572)
- 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 <xhmikosr@gmail.com>
Mark Otto [Mon, 26 Jul 2021 15:41:43 +0000 (10:41 -0500)]
Update the custom Sass import docs (#34573)
Now includes mentino of the two utilities stylesheets, plus how and why to include the API stylesheet last
Fixes #34397
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Jitan Gupta [Fri, 16 Jul 2021 05:50:50 +0000 (11:20 +0530)]
Update nav-tab.md
Updated the from anchor tag to button in sample examples
TheFakeCake [Mon, 12 Jul 2021 12:41:16 +0000 (14:41 +0200)]
Make default $accordion-icon-color consistent
Change the $accordion-icon-color variable default value to
$accordion-button-color
XhmikosR [Sun, 25 Jul 2021 17:33:45 +0000 (20:33 +0300)]
docs: minor image compression improvements (#34557)
Before: 121 KB (124.549 bytes)
After: 121 KB (124.367 bytes)
Ben Koshy [Thu, 22 Jul 2021 15:29:47 +0000 (01:29 +1000)]
docs: Add Github Octicons to the list (#34526)
Co-authored-by: Mark Otto <otto@github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
GeoSot [Thu, 22 Jul 2021 15:13:13 +0000 (18:13 +0300)]
Toasts: Change showing timings and classes to keep toast `display:none` by default (#33610)
GeoSot [Thu, 8 Jul 2021 15:44:58 +0000 (18:44 +0300)]
make `dataApiKeydownHandler` to handle specific instance, avoiding extra manipulations
GeoSot [Thu, 8 Jul 2021 15:23:54 +0000 (18:23 +0300)]
extract createPopper method
GeoSot [Thu, 8 Jul 2021 14:59:18 +0000 (17:59 +0300)]
handle click event in one place, remove undocumented click listener on element in case of not having the proper markup
GeoSot [Thu, 8 Jul 2021 14:54:15 +0000 (17:54 +0300)]
use classList `add` instead of `toggle` on show
GeoSot [Thu, 8 Jul 2021 14:42:09 +0000 (17:42 +0300)]
simplify toggle
GeoSot [Thu, 10 Jun 2021 14:56:43 +0000 (17:56 +0300)]
Merge `dropdownInterface` to `jQueryInterface`
GeoSot [Thu, 10 Jun 2021 14:51:01 +0000 (17:51 +0300)]
Add `isShown` method and reuse it
GeoSot [Thu, 10 Jun 2021 08:00:05 +0000 (11:00 +0300)]
Use on private method to set content & cleanup template
GeoSot [Thu, 10 Jun 2021 07:58:41 +0000 (10:58 +0300)]
popover: Move common code in tooltip's `getTipElement()`
GeoSot [Thu, 10 Jun 2021 07:55:34 +0000 (10:55 +0300)]
use one private method to resolve string or function
GeoSot [Thu, 10 Jun 2021 07:53:59 +0000 (10:53 +0300)]
Use `getOrCreateInstance` on `_initializeOnDelegatedTarget`
GeoSot [Thu, 10 Jun 2021 07:52:35 +0000 (10:52 +0300)]
`_getDelegateConfig()`: add a comment and remove an unneeded config check
GeoSot [Thu, 10 Jun 2021 07:48:35 +0000 (10:48 +0300)]
use a class private getter to decouple same methods usage
XhmikosR [Wed, 21 Jul 2021 12:57:47 +0000 (15:57 +0300)]
Update devDependencies (#34552)
* @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
dependabot[bot] [Wed, 21 Jul 2021 11:06:40 +0000 (14:06 +0300)]
Bump rollup from 2.53.2 to 2.53.3 (#34548)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ryan Berliner [Wed, 21 Jul 2021 04:49:55 +0000 (00:49 -0400)]
Remove whitespace at beginning of util/index.js (#34545)
GeoSot [Tue, 20 Jul 2021 14:20:43 +0000 (17:20 +0300)]
Fix `Util.reflow` function and add documentation (#34543)
* add documentation to reflow function
* refactor to void as it should be
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 20 Jul 2021 14:13:58 +0000 (17:13 +0300)]
Bump @rollup/plugin-replace from 2.4.2 to 3.0.0 (#34536)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 20 Jul 2021 14:05:29 +0000 (17:05 +0300)]
Bump stylelint-config-twbs-bootstrap from 2.2.1 to 2.2.3 (#34541)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 20 Jul 2021 14:01:49 +0000 (17:01 +0300)]
Bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 (#34540)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 20 Jul 2021 13:54:38 +0000 (16:54 +0300)]
Bump @rollup/plugin-commonjs from 19.0.0 to 19.0.1 (#34539)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 20 Jul 2021 13:50:04 +0000 (16:50 +0300)]
Bump eslint from 7.30.0 to 7.31.0 (#34538)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 20 Jul 2021 13:41:59 +0000 (16:41 +0300)]
Bump rollup from 2.53.1 to 2.53.2 (#34537)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 19 Jul 2021 15:38:49 +0000 (18:38 +0300)]
CI: make use of the `actions/setup-node`'s `cache` option (#34453)
GeoSot [Mon, 19 Jul 2021 13:56:05 +0000 (16:56 +0300)]
modal: change `data-dismiss` so that it can be outside of a modal using `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 <ffoodd@users.noreply.github.com>
craftwerk [Thu, 1 Apr 2021 17:24:17 +0000 (19:24 +0200)]
Add new offcanvas support to navbars
Co-Authored-By: craftwerk <1193597+craftwerk@users.noreply.github.com>
Mark Otto [Wed, 23 Jun 2021 05:27:31 +0000 (22:27 -0700)]
Bump bundlewatch
Mark Otto [Wed, 23 Jun 2021 05:22:02 +0000 (22:22 -0700)]
Split .vr from stacks as a new helper
Mark Otto [Fri, 14 May 2021 21:32:24 +0000 (14:32 -0700)]
Add hstack and vstack helpers
XhmikosR [Wed, 14 Jul 2021 21:10:22 +0000 (00:10 +0300)]
Regenerate package-lock.json (#34499)
Gaël Poupard [Wed, 14 Jul 2021 06:19:28 +0000 (08:19 +0200)]
fix(forms): prevent color control from shrinking (#34445)
* 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 <xhmikosr@gmail.com>
GeoSot [Wed, 14 Jul 2021 06:08:10 +0000 (09:08 +0300)]
util.js: remove `Selector.findOne()` dependency (#34441)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Wed, 14 Jul 2021 05:55:08 +0000 (08:55 +0300)]
Bump rtlcss from 3.2.1 to 3.3.0 (#34490)
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/MohammadYounes/rtlcss/releases)
- [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MohammadYounes/rtlcss/compare/v3.2.1...v3.3.0)
---
updated-dependencies:
- dependency-name: rtlcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Wed, 14 Jul 2021 05:47:25 +0000 (08:47 +0300)]
Bump nodemon from 2.0.9 to 2.0.12 (#34489)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.9 to 2.0.12.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.9...v2.0.12)
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Wed, 14 Jul 2021 05:34:25 +0000 (08:34 +0300)]
Bump karma-jasmine-html-reporter from 1.6.0 to 1.7.0 (#34492)
Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
- [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/compare/v1.6.0...v1.7.0)
---
updated-dependencies:
- dependency-name: karma-jasmine-html-reporter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Wed, 14 Jul 2021 05:29:28 +0000 (08:29 +0300)]
Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.2...1.1.3)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Wed, 14 Jul 2021 05:24:01 +0000 (08:24 +0300)]
Bump rollup from 2.52.8 to 2.53.1 (#34493)
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.8 to 2.53.1.
- [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.52.8...v2.53.1)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Eric Horstmanshof [Sat, 10 Jul 2021 14:33:40 +0000 (16:33 +0200)]
Added new Offcanvas file to import example
Added the new B5 Offcanvas component in the import examples.
XhmikosR [Thu, 8 Jul 2021 06:55:20 +0000 (09:55 +0300)]
npm scripts: add `aggregate-output` (#32907)
Mark Otto [Thu, 8 Jul 2021 06:44:55 +0000 (23:44 -0700)]
Add null `$card-box-shadow` variable (#34440)
Fixes #34421
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Kijima Daigo [Thu, 8 Jul 2021 05:49:41 +0000 (14:49 +0900)]
CONTRIBUTING.md: fix broken link to README.md (#34389)
dependabot[bot] [Thu, 8 Jul 2021 05:41:19 +0000 (08:41 +0300)]
Bump sass from 1.35.1 to 1.35.2 (#34452)
Bumps [sass](https://github.com/sass/dart-sass) from 1.35.1 to 1.35.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.35.1...1.35.2)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 8 Jul 2021 05:33:40 +0000 (08:33 +0300)]
Bump rollup from 2.52.6 to 2.52.8 (#34451)
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.6 to 2.52.8.
- [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.52.6...v2.52.8)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 8 Jul 2021 05:30:20 +0000 (08:30 +0300)]
Bump eslint from 7.29.0 to 7.30.0 (#34430)
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.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.29.0...v7.30.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 8 Jul 2021 05:26:36 +0000 (08:26 +0300)]
Bump hugo-bin from 0.72.5 to 0.73.0 (#34429)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.72.5 to 0.73.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.72.5...v0.73.0)
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Tue, 6 Jul 2021 21:31:20 +0000 (11:31 -1000)]
Add maps for all colors, document how to extend color utilities (#32319)
* Add maps for all colors, document how to extend color utilities
* Updates to make this more functional for v5
- Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there)
- Adds a new function, map-merge-multiple(), and updates docs that reference combo-map
- Updates code snippet and docs guidance about how to extend the color utils to handle this
* Update site/content/docs/5.0/customize/color.md
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
acyoush [Sat, 3 Jul 2021 06:42:53 +0000 (13:42 +0700)]
Fix site params variable on themes section
Mark Otto [Mon, 14 Jun 2021 20:25:11 +0000 (23:25 +0300)]
Add horizontal collapse support
dependabot[bot] [Thu, 1 Jul 2021 13:46:19 +0000 (16:46 +0300)]
Bump hugo-bin from 0.72.4 to 0.72.5 (#34394)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.72.4 to 0.72.5.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.72.4...v0.72.5)
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Thu, 1 Jul 2021 11:18:33 +0000 (14:18 +0300)]
Bump nodemon from 2.0.7 to 2.0.9 (#34393)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.7...v2.0.9)
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 1 Jul 2021 11:13:15 +0000 (14:13 +0300)]
Bump rollup from 2.52.3 to 2.52.6 (#34392)
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.3 to 2.52.6.
- [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.52.3...v2.52.6)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mark Otto [Tue, 29 Jun 2021 15:46:25 +0000 (08:46 -0700)]
Add dynamic, live alerts example to docs (#33866)
Jeremy Jackson [Tue, 29 Jun 2021 14:45:45 +0000 (09:45 -0500)]
Accept argument of different types in the `getInstance` method (#34333)
dependabot[bot] [Tue, 29 Jun 2021 14:32:52 +0000 (17:32 +0300)]
Bump hugo-bin from 0.72.1 to 0.72.4 (#34376)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.72.1 to 0.72.4.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.72.1...v0.72.4)
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 29 Jun 2021 14:28:51 +0000 (17:28 +0300)]
Bump rtlcss from 3.2.0 to 3.2.1 (#34372)
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/MohammadYounes/rtlcss/releases)
- [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MohammadYounes/rtlcss/compare/3.2.0...v3.2.1)
---
updated-dependencies:
- dependency-name: rtlcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 29 Jun 2021 14:23:52 +0000 (17:23 +0300)]
Bump linkinator from 2.13.6 to 2.14.0 (#34371)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.13.6 to 2.14.0.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.13.6...v2.14.0)
---
updated-dependencies:
- dependency-name: linkinator
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 29 Jun 2021 14:18:14 +0000 (17:18 +0300)]
Bump rollup from 2.52.2 to 2.52.3 (#34370)
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.2 to 2.52.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.52.2...v2.52.3)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
GeoSot [Mon, 28 Jun 2021 13:34:47 +0000 (16:34 +0300)]
Changes to Alert component to match the others (#33402)
Alert.js: Refactor code to match the other components
* Use this._element
* Remove handleDismiss method and keep its functionality on event
* Change JqueryInterface to be more generic
* Correct docs to be aligned with code, and add undocumented functionality
* Update alerts.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Fri, 25 Jun 2021 20:41:15 +0000 (13:41 -0700)]
Variablize backdrop for modal and offcanvas
Christian Oliff [Thu, 24 Jun 2021 07:51:17 +0000 (16:51 +0900)]
Remove unneeded `.text-white-50` CSS rule (#34336)
This is already part of Bootstrap 4.6 and 5.0.
Mark Otto [Thu, 24 Jun 2021 03:37:07 +0000 (20:37 -0700)]
Fixes #34187
Mark Otto [Wed, 23 Jun 2021 02:53:24 +0000 (19:53 -0700)]
Bump bundlewatch bundle
Mark Otto [Wed, 23 Jun 2021 02:51:16 +0000 (19:51 -0700)]
v5.1: Add optional CSS grid (#31813)
Rohit Sharma [Wed, 9 Jun 2021 09:32:45 +0000 (15:02 +0530)]
Use the `switch` statement instead of `if`
GeoSot [Tue, 8 Jun 2021 07:38:27 +0000 (10:38 +0300)]
ScrollSpy: Make Proper use of the SelectorEngine
* avoid extra work, creating ids
* simplify selectors and constrain search inside `config.target`
harishhalodoc [Wed, 23 Jun 2021 02:20:01 +0000 (07:50 +0530)]
Add utility classes for opacity (#33781)
* Add responsive utility classes for opacity
- fix for #33483
* remove responsive opacity utils as it has impact on bootstrap.css bundle size
* Update opacity.md
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <otto@github.com>
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <otto@github.com>
Co-authored-by: Harish <halodoc@ip-192-168-1-101.ap-southeast-1.compute.internal>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com>
Mark Otto [Wed, 23 Jun 2021 02:15:02 +0000 (19:15 -0700)]
Add four new snippet examples (#33882)
* Add four new snippet examples
- Dropdowns
- Footers
- List groups
- Modals
* Fix HTML linter errors
* more linter
XhmikosR [Tue, 22 Jun 2021 18:29:16 +0000 (21:29 +0300)]
Release v5.0.2 (#34276)
* Bump version to v5.0.2.
* Dist
Mark Otto [Tue, 22 Jun 2021 17:39:13 +0000 (10:39 -0700)]
Fix another Sass division (#34332)
* Fix another Sass division
* Revert the percentage division in the mixins for accuracy
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
alpadev [Tue, 22 Jun 2021 17:19:55 +0000 (19:19 +0200)]
Register only one `DOMContentLoaded` event listener in `onDOMContentLoaded` (#34158)
* refactor: reuse one DOMContentLoaded event listener in onDOMContentLoaded function
Instead of adding an event listener everytime the utility function is called, cache the callbacks and execute them all at once.
* refactor: drop iife for onDOMContentLoaded
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 22 Jun 2021 17:17:34 +0000 (20:17 +0300)]
Bump sass from 1.32.13 to 1.35.1 (#34285)
* Bump sass from 1.32.13 to 1.35.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.13 to 1.35.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.13...1.35.1)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update package.json
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Fri, 18 Jun 2021 05:29:21 +0000 (22:29 -0700)]
Update rfs to v9.0.4.
Mark Otto [Fri, 18 Jun 2021 02:58:31 +0000 (05:58 +0300)]
Update the divide() function
alpadev [Tue, 22 Jun 2021 10:11:03 +0000 (12:11 +0200)]
fix(carousel): arrow keys break animation if carousel sliding (#34307)
dependabot[bot] [Tue, 22 Jun 2021 09:46:19 +0000 (12:46 +0300)]
Bump @babel/preset-env from 7.14.5 to 7.14.7 (#34326)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.5 to 7.14.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.7/packages/babel-preset-env)
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 22 Jun 2021 09:42:49 +0000 (12:42 +0300)]
build/vnu-jar.js: clean up ignores (#34279)
dependabot[bot] [Tue, 22 Jun 2021 09:41:32 +0000 (12:41 +0300)]
Bump rollup from 2.52.1 to 2.52.2 (#34325)
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.1 to 2.52.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.52.1...v2.52.2)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 22 Jun 2021 09:34:54 +0000 (12:34 +0300)]
Bump eslint from 7.28.0 to 7.29.0 (#34324)
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.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.28.0...v7.29.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 22 Jun 2021 09:31:29 +0000 (12:31 +0300)]
Bump hugo-bin from 0.71.1 to 0.72.1 (#34327)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.71.1 to 0.72.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.71.1...v0.72.1)
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mark Otto [Sat, 19 Jun 2021 23:30:31 +0000 (16:30 -0700)]
Small typos, closes #34249
dependabot[bot] [Fri, 18 Jun 2021 06:14:44 +0000 (09:14 +0300)]
Bump rollup from 2.51.2 to 2.52.1 (#34288)
Bumps [rollup](https://github.com/rollup/rollup) from 2.51.2 to 2.52.1.
- [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.51.2...v2.52.1)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Fri, 18 Jun 2021 06:08:48 +0000 (09:08 +0300)]
Bump postcss from 8.3.4 to 8.3.5 (#34287)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.4 to 8.3.5.
- [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.3.4...8.3.5)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>