dependabot[bot]
e27afa9ce8
Bump terser from 5.15.0 to 5.15.1 ( #37290 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.15.0...v5.15.1 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 16:17:06 +03:00
Mark Otto
1095d4a4af
Docs: organize callouts in partials ( #37320 )
2022-10-16 18:09:33 +02:00
Abdul Samad Siddiqui
c40495cbf8
Update PULL_REQUEST_TEMPLATE.md ( #37324 )
2022-10-14 19:16:21 +02:00
Catalin Zalog
3377ca49a1
docs: fixes text buttons to match behavior
2022-10-12 11:57:05 -07:00
Julien Déramond
16e3f97b82
Doc: add Sass vars for switches
2022-10-12 11:46:23 -07:00
Julien Déramond
137c932e47
Docs: standardize usage of <kbd>
2022-10-12 11:45:46 -07:00
naitsirch
7a2f7b06ce
Improve example of .flex-wrap and -reverse
...
The current example of `.flex-wrap` and `.flex-wrap-reverse` does not really show the difference between those two utilities, because every item is labelled 'Flex item'.
With the added numbers it is more clear what happens and how `.flex-wrap-reverse` works.
2022-10-12 11:45:13 -07:00
GeoSot
4cb046a6b8
Boost execute
function, being able to handle arguments ( #36652 )
2022-10-07 15:25:00 +03:00
Daniel Raymond
708a3a0e39
Utilities for overflow and object fit ( #36848 )
...
* Added "overflow-x" and "overflow-y"
- Having the same properties as overflow but for just the x and y axises
- Usecase being I want my y axis to be scrollable but not my x axis
- E.g a card with a vertical list of items.
* Added "object-fit" utilities
- The CSS object-fit property is used to specify how an <img> or <video> should be resized to fit its container.
- A responsive alternative to using background-img for a resizable fill/fit image.
* Updated documantation for the overflow utilities
- Now includes docs for `overflow-x` and `overflow-y` utilities
* Placeholder shortcode updated
- Can now choose to render an img tag or svg
- The image contains a base64 svg generated within the template
- example shortcode updated to detect, replace and render preview of 'img' tags as well
* New documentaion for Object Fit added
- Documentation added for the 'object-fit' util
* Updated spell checks issues
* Update object-fit.md
* Update overflow.md
* Update object-fit.md
* Updated markup to address HTML Validation Errors
- error: Bad value for attribute "src" on element "img": Illegal character in scheme data: space is not allowed.
- info warning: Self-closing tag syntax in text/html documents is widely discouraged; it's unnecessary and interacts badly with other HTML features (e.g., unquoted attribute values). If you're using a tool that injects self-closing tag syntax into all void elements, without any option to prevent it from doing so, then consider switching to a different tool.
* Updated Fix
- Added Legibility to the img markup (example.html)
- Fixed issue with example not working properly (because image closing tag no longer has "/>" )
* update values by step of 0.25 in bundlewatch.config
The following values in .bundlewatch.config.json have been updated:
- ./dist/css/bootstrap-utilities.css
- ./dist/css/bootstrap-utilities.min.css
- ./dist/css/bootstrap.css
- ./dist/css/bootstrap.min.css
Co-authored-by: Daniel O <dobiekwe@byteworks.com.ng>
Co-authored-by: Mark Otto <otto@github.com>
2022-10-06 13:14:11 -07:00
João Tomás
4822984e19
Fix button hover color in cover example
...
Replaced .btn-secondary class with .btn-light
2022-10-06 13:12:09 -07:00
Gaël Poupard
5029370a10
fix(carousel): RTL translate()
direction
...
Trying to fix #37180
2022-10-06 13:07:49 -07:00
Julien Déramond
9936ed48d7
Add $enable-important-utilities
condition in colored links
2022-10-06 13:04:43 -07:00
Julien Déramond
8291746dd4
Rename examples CSS/JS files for consistency
2022-10-06 13:03:55 -07:00
GeoSot
01dc2f5100
fix tooltip/popper disposal inconsistencies ( #37235 )
2022-10-06 11:31:38 +03:00
Louis-Maxime Piton
bf6240dad9
Add an artificial background to floating labels ( #37125 )
2022-10-06 08:12:00 +02:00
Neeraj Kumar Das
5975ca65c5
Remove duplicate --#{$prefix}offcanvas-zindex
( #37257 )
2022-10-04 13:38:07 +02:00
franko553
ebf053b792
Correct typo in documentation for hiding elements ( #37250 )
2022-10-04 09:24:52 +03:00
Julien Déramond
b1185b91ea
Add new border-radius utilities ( #36540 )
...
* Add new border-radius utilities
* Fix bundlewatch
* Fix bundlewatch again
Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-10-03 11:52:41 -07:00
maks
fffe0553c2
Add parameters to the caret mixin
2022-10-03 11:19:56 -07:00
Mark Otto
ca067371c4
Update bundlewatch
2022-10-03 11:13:36 -07:00
Stefan Haack
2fa7aa0c18
Added breakpoints as css variables ( #36095 )
2022-10-03 11:04:19 -07:00
maks
9a582767c6
add font-weight-medium(=500) / fw-medium ( #36781 )
...
* add font-weight-medium = 500
* Update _utilities.scss
2022-10-03 10:52:02 -07:00
Isabelle Chanclou
838debaad2
Add new css vars for Offcanvas ( #36815 )
...
* Add 3 new css vars for Offcanvas feature
* Fix new css variable after review
* Update _offcanvas.scss
Co-authored-by: Mark Otto <otto@github.com>
2022-10-03 10:51:30 -07:00
Vino Rodrigues
18b99f7387
color css vars for .btn-close
2022-10-03 10:48:22 -07:00
Vino Rodrigues
3b95c311ea
Add color CSS vars for .alert-link ( #36456 )
...
* color css vars for .alert-link
* Update scss/mixins/_alert.scss
Co-authored-by: Mark Otto <otto@github.com>
2022-10-03 10:47:51 -07:00
Julien Déramond
1b3c38d2cd
Rename some vars in tab unit tests for consistency ( #37248 )
2022-10-03 17:44:37 +03:00
Christian Oliff
b2f5cf9c43
Minor grammatical fixes
...
REF:
https://en.wikipedia.org/wiki/Ajax_(programming)
https://en.wikipedia.org/wiki/Server-side
2022-10-03 06:33:52 -07:00
XhmikosR
961d5ff984
Release v5.2.2 ( #37236 )
...
* Bump version to v5.2.2
* Dist
2022-10-03 10:44:02 +03:00
Julien Déramond
9edfed8a5e
Don't redefine $border-color
in table-variant
mixin ( #37239 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-10-02 16:33:11 +02:00
GeoSot
d49d8ce583
Ensure Tab keyboard functionality after #37146 ( #37200 )
...
* fix: keyboard functionality
* test: add tests
* Add some focus spies in 2 other unit tests
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2022-10-02 13:05:30 +03:00
Patrick H. Lauke
0a5f6e078c
Use <h1>
for all modal-title
examples/uses ( #37210 )
...
* Use `fs-` font sizing classes where needed
* Also add info callout about heading hierarchy in modals
2022-10-02 13:02:36 +03:00
XhmikosR
812f891bfc
Update devDependencies ( #37238 )
...
* Update devDependencies
* @babel/cli ^7.18.10 → ^7.19.3
* @babel/core ^7.19.1 → ^7.19.3
* @babel/preset-env ^7.19.1 → ^7.19.3
* eslint-plugin-unicorn ^43.0.2 → ^44.0.0
* hugo-bin ^0.92.1 → ^0.92.2
* lockfile-lint ^4.9.3 → ^4.9.5
* postcss ^8.4.16 → ^8.4.17
* stylelint ^14.12.1 → ^14.13.0
* vnu-jar 21.10.12 → 22.9.29
* toast.js: fix new lint errors
2022-10-02 08:24:41 +03:00
XhmikosR
da0fe8c8b2
Minor docs changes ( #37215 )
2022-09-27 23:02:55 +03:00
Julien Déramond
abb1cf529f
Add eslint-plugin-html to lint JS in HTML files ( #37186 )
2022-09-27 22:53:59 +03:00
Jonathan
f84d82ada0
NuGet: Use license expression ( #36421 )
2022-09-27 22:45:28 +03:00
Louis-Maxime Piton
80482af57b
Changing the way View on GitHub
links are handled ( #37214 )
2022-09-27 22:01:16 +03:00
GeoSot
597c402314
Dropdown: fix case with invalid markup ( #37190 )
...
This fixes a backward incompatible change in v5.2.1 where `.drodown-toggle` isn't present in the markup.
2022-09-27 10:39:11 +03:00
XhmikosR
e77367dddc
Slightly improve PNG files compression ( #36899 )
2022-09-27 08:50:31 +03:00
XhmikosR
2b65149e02
Update devDependencies ( #37208 )
...
* autoprefixer ^10.4.11 → ^10.4.12
* eslint ^8.23.1 → ^8.24.0
* hugo-bin ^0.91.1 → ^0.92.1
* lockfile-lint ^4.8.0 → ^4.9.3
* rollup ^2.79.0 → ^2.79.1
* sass ^1.54.9 → ^1.55.0
* stylelint ^14.12.0 → ^14.12.1
2022-09-27 08:49:52 +03:00
Julien Déramond
eff658edb7
Replace Webpack and Vite PNGs by SVGs ( #37199 )
...
* Replace Webpack and Vite pngs by svgs
* Update vite.svg
* Update webpack.svg
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-09-26 21:16:50 +03:00
GeoSot
24f6e2764a
Tests: add testcase to Tabs, keyboard handler ( #37189 )
2022-09-23 22:18:57 +02:00
Mark Otto
8da10bb1be
Add PR template ( #35079 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: julien-deramond <julien.deramond@orange.com>
2022-09-23 10:44:10 +03:00
Carson Sievert
2b46842af9
Fix active class toggling of tabs within dropdown ( #37151 )
...
* Close #36947 : fix active class toggling tabs within dropdown
2022-09-22 02:29:58 +03:00
GeoSot
27f20257eb
Use es6 on visual tests ( #36915 )
2022-09-22 01:48:23 +03:00
Mark Otto
37e2e7e124
Use Sass variable for accordion color ( #37182 )
...
Fixes #37144
2022-09-21 18:55:57 +02:00
dependabot[bot]
0173f7a9df
Bump karma from 6.4.0 to 6.4.1 ( #37178 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-20 17:51:44 +03:00
GeoSot
1510c25e9b
Drop tabs auto-focus ( #37146 )
...
* fix: drop tabs auto-focus
2022-09-20 17:20:47 +03:00
Patrick H. Lauke
2be9cd59ba
Explicitly target .btn-check
and undo :hover
( #37165 )
...
rather than the other way around, which caused specificity issues
2022-09-20 15:15:46 +02:00
flavio-b
636bb496c9
Set toast z-index variable in the correct spot
...
The .toast-container tries to use the z-index CSS variable, which is defined under .toast.
However, this variable is not accessible to the container. This change copies the variable to the spot where it can be used.
2022-09-20 04:36:45 -07:00
XhmikosR
d0117a17d8
Update devDependencies ( #37177 )
2022-09-20 08:09:14 +03:00