https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
6d998a4 Use logical property values for mx, my, px, and py utilities 28 July 2021, 16:43:43 UTC
4bfd8a2 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> 28 July 2021, 14:39:32 UTC
047145e 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> 28 July 2021, 14:23:32 UTC
24e14c3 Correct Toast docs (#34604) Removes incorrect references to scrollspy in Toasts documentation 28 July 2021, 13:17:24 UTC
fd9285b Make text decoration consistent with other anchors (#34475) Fixes #34474 Co-authored-by: XhmikosR <xhmikosr@gmail.com> 28 July 2021, 13:00:10 UTC
a389cb4 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 28 July 2021, 12:55:42 UTC
8513c69 Document change to hr in v5 (#34574) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 27 July 2021, 05:25:07 UTC
f41bf2f Rename Build Tools page to Contribute (#34578) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 27 July 2021, 05:14:24 UTC
7646f6b 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> 27 July 2021, 05:01:04 UTC
8536474 More concise improvements for `add()` and `subtract()` (#34432) 27 July 2021, 04:48:08 UTC
d140981 Make note of _root.scss being required 26 July 2021, 22:28:06 UTC
e208774 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> 26 July 2021, 15:45:10 UTC
905db7d 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> 26 July 2021, 15:41:43 UTC
e805a5e Update nav-tab.md Updated the from anchor tag to button in sample examples 26 July 2021, 15:07:27 UTC
9ef7ca5 Make default $accordion-icon-color consistent Change the $accordion-icon-color variable default value to $accordion-button-color 26 July 2021, 02:06:42 UTC
dd303fa docs: minor image compression improvements (#34557) Before: 121 KB (124.549 bytes) After: 121 KB (124.367 bytes) 25 July 2021, 17:33:45 UTC
2bdbb42 docs: Add Github Octicons to the list (#34526) Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 22 July 2021, 15:29:47 UTC
41292a5 Toasts: Change showing timings and classes to keep toast `display:none` by default (#33610) 22 July 2021, 15:13:13 UTC
e85a6ed make `dataApiKeydownHandler` to handle specific instance, avoiding extra manipulations 22 July 2021, 14:54:48 UTC
9916191 extract createPopper method 22 July 2021, 14:54:48 UTC
b1dad09 handle click event in one place, remove undocumented click listener on element in case of not having the proper markup 22 July 2021, 14:54:48 UTC
d01a085 use classList `add` instead of `toggle` on show 22 July 2021, 14:54:48 UTC
d130b00 simplify toggle 22 July 2021, 14:54:48 UTC
3533e2d Merge `dropdownInterface` to `jQueryInterface` 22 July 2021, 14:54:48 UTC
d3c6f25 Add `isShown` method and reuse it 22 July 2021, 14:54:48 UTC
da2db21 Use on private method to set content & cleanup template 22 July 2021, 14:20:38 UTC
9c3ceaa popover: Move common code in tooltip's `getTipElement()` 22 July 2021, 14:20:38 UTC
a97fd1c use one private method to resolve string or function 22 July 2021, 14:20:38 UTC
3716603 Use `getOrCreateInstance` on `_initializeOnDelegatedTarget` 22 July 2021, 14:20:38 UTC
92c7056 `_getDelegateConfig()`: add a comment and remove an unneeded config check 22 July 2021, 14:20:38 UTC
c4e189d use a class private getter to decouple same methods usage 22 July 2021, 14:20:38 UTC
75b2934 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 21 July 2021, 12:57:47 UTC
3e01830 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> 21 July 2021, 11:06:40 UTC
119cfc3 Remove whitespace at beginning of util/index.js (#34545) 21 July 2021, 04:49:55 UTC
5541179 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> 20 July 2021, 14:20:43 UTC
365b9e5 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> 20 July 2021, 14:13:58 UTC
5eaf73b 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> 20 July 2021, 14:05:29 UTC
7218c3e 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> 20 July 2021, 14:01:49 UTC
3f7476b 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> 20 July 2021, 13:54:38 UTC
ed9850c 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> 20 July 2021, 13:50:04 UTC
95e5b76 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> 20 July 2021, 13:41:59 UTC
2721f60 CI: make use of the `actions/setup-node`'s `cache` option (#34453) 19 July 2021, 15:38:49 UTC
dfafb9a 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> 19 July 2021, 13:56:05 UTC
06a1ca5 Add new offcanvas support to navbars Co-Authored-By: craftwerk <1193597+craftwerk@users.noreply.github.com> 18 July 2021, 03:33:34 UTC
ed3f2d4 Bump bundlewatch 16 July 2021, 22:11:40 UTC
aee169d Split .vr from stacks as a new helper 16 July 2021, 22:11:40 UTC
2bc6de1 Add hstack and vstack helpers 16 July 2021, 22:11:40 UTC
5c1691a Regenerate package-lock.json (#34499) 14 July 2021, 21:10:22 UTC
054f878 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> 14 July 2021, 06:19:28 UTC
e45b25e util.js: remove `Selector.findOne()` dependency (#34441) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 14 July 2021, 06:08:10 UTC
2b297b9 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> 14 July 2021, 05:55:08 UTC
96db178 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> 14 July 2021, 05:47:25 UTC
f50ce61 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> 14 July 2021, 05:34:25 UTC
3f3f8dd 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> 14 July 2021, 05:29:28 UTC
da524f6 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> 14 July 2021, 05:24:01 UTC
145aaee Added new Offcanvas file to import example Added the new B5 Offcanvas component in the import examples. 12 July 2021, 20:49:42 UTC
452e2f0 npm scripts: add `aggregate-output` (#32907) 08 July 2021, 06:55:20 UTC
0fc117c Add null `$card-box-shadow` variable (#34440) Fixes #34421 Co-authored-by: XhmikosR <xhmikosr@gmail.com> 08 July 2021, 06:44:55 UTC
f254047 CONTRIBUTING.md: fix broken link to README.md (#34389) 08 July 2021, 05:49:41 UTC
0e165e5 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> 08 July 2021, 05:41:19 UTC
7987bfd 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> 08 July 2021, 05:33:40 UTC
8fd62c4 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> 08 July 2021, 05:30:20 UTC
0132b77 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> 08 July 2021, 05:26:36 UTC
47bbd94 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> 06 July 2021, 21:31:20 UTC
66ce774 Fix site params variable on themes section 06 July 2021, 21:25:12 UTC
359ed09 Add horizontal collapse support 06 July 2021, 03:22:29 UTC
8bc89b2 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> 01 July 2021, 13:46:19 UTC
f323fad 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> 01 July 2021, 11:18:33 UTC
0c7018a 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> 01 July 2021, 11:13:15 UTC
696996d Add dynamic, live alerts example to docs (#33866) 29 June 2021, 15:46:25 UTC
d314466 Accept argument of different types in the `getInstance` method (#34333) 29 June 2021, 14:45:45 UTC
b00355d 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> 29 June 2021, 14:32:52 UTC
d979dcf 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> 29 June 2021, 14:28:51 UTC
cb18759 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> 29 June 2021, 14:23:52 UTC
921d8ae 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> 29 June 2021, 14:18:14 UTC
70dd7f6 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> 28 June 2021, 13:34:47 UTC
45d26de Variablize backdrop for modal and offcanvas 25 June 2021, 20:41:15 UTC
088ef62 Remove unneeded `.text-white-50` CSS rule (#34336) This is already part of Bootstrap 4.6 and 5.0. 24 June 2021, 07:51:17 UTC
653476e Fixes #34187 24 June 2021, 03:37:07 UTC
77d4143 Bump bundlewatch bundle 23 June 2021, 02:53:24 UTC
dd824f2 v5.1: Add optional CSS grid (#31813) 23 June 2021, 02:51:16 UTC
5967ebd Use the `switch` statement instead of `if` 23 June 2021, 02:50:37 UTC
f94f497 ScrollSpy: Make Proper use of the SelectorEngine * avoid extra work, creating ids * simplify selectors and constrain search inside `config.target` 23 June 2021, 02:50:21 UTC
a816615 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> 23 June 2021, 02:20:01 UTC
2d8da8b Add four new snippet examples (#33882) * Add four new snippet examples - Dropdowns - Footers - List groups - Modals * Fix HTML linter errors * more linter 23 June 2021, 02:15:02 UTC
688bce4 Release v5.0.2 (#34276) * Bump version to v5.0.2. * Dist 22 June 2021, 18:29:16 UTC
16d5041 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> 22 June 2021, 17:39:13 UTC
4927388 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> 22 June 2021, 17:19:55 UTC
56b0004 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> 22 June 2021, 17:17:34 UTC
c11c3a7 Update rfs to v9.0.4. 22 June 2021, 17:11:39 UTC
ed13d01 Update the divide() function 22 June 2021, 17:11:39 UTC
290b9ee fix(carousel): arrow keys break animation if carousel sliding (#34307) 22 June 2021, 10:11:03 UTC
8be957b 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> 22 June 2021, 09:46:19 UTC
0fa84e8 build/vnu-jar.js: clean up ignores (#34279) 22 June 2021, 09:42:49 UTC
58a3731 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> 22 June 2021, 09:41:32 UTC
15c040a 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> 22 June 2021, 09:34:54 UTC
40373eb 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> 22 June 2021, 09:31:29 UTC
34db122 Small typos, closes #34249 19 June 2021, 23:30:31 UTC
d16a799 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> 18 June 2021, 06:14:44 UTC
c6d6156 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> 18 June 2021, 06:08:48 UTC
back to top