Mark Otto
a4841afa26
Convert toasts to CSS variables ( #35961 )
...
* Convert toasts to CSS variables
* bundlewatch
2022-03-17 14:48:36 -07:00
Mark Otto
71582eabff
Convert spinners to CSS variables ( #35960 )
...
* Convert spinners to CSS variables
* bundlewatch
2022-03-17 13:49:57 -07:00
Mark Otto
8182fd9430
Revert #35759 , fixes #35869
2022-03-17 13:39:17 -07:00
Mark Otto
11751c613f
Fixes #36015 : Fix pagination link border-radius if statement
2022-03-17 13:39:17 -07:00
Mark Otto
91f6a01c69
Fixes #36016 : Update .dropdown-item padding
2022-03-17 13:39:17 -07:00
XhmikosR
33827d24a4
Update devDependencies ( #36024 )
...
* @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-15 10:24:21 +02:00
Mark Otto
a9a89debc7
Rewrite docs tables in Markdown with table shortcode ( #31337 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-03-14 09:38:04 +02:00
Sabrus
8fe82c7176
Remove duplicate entry in migration.md
2022-03-13 18:37:32 -07:00
Mark Otto
70cb00c349
Add v5.1.0 to migration guide, update v5.2.0 additions
2022-03-13 10:16:42 -07:00
Mark Otto
acf6ea74a7
Add additional root variables, rename $variable-prefix
to $prefix
( #35981 )
...
* 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-13 10:13:09 -07:00
Mark Otto
7c966f5848
Convert added in badges to shortcode ( #36007 )
2022-03-12 07:27:58 +02:00
Mark Otto
1936e0c5ea
Bundlewatch
2022-03-11 12:59:55 -08:00
Mark Otto
e567d511d4
Convert breadcrumb to CSS variables
2022-03-11 12:59:55 -08:00
Mark Otto
d16088d5d1
Redesign the "Added in" badges in the docs ( #35980 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-11 21:29:52 +02:00
A Web Artisan
ce655ee6f2
Allow to set active and disabled class also to .page-link ( #35804 )
...
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 <ffoodd@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-03-11 21:25:41 +02:00
Mark Otto
58ac9a9a5c
Set opacity on dropdown-divider for now
2022-03-11 09:46:03 -08:00
Mark Otto
e72a090aee
Updates -color to use rgba()
2022-03-11 09:15:33 -08:00
XhmikosR
ea7ff1eab9
Update .cspell.json
2022-03-11 09:10:37 -08:00
Mark Otto
c73480c636
Adjust border-radius values and add some new utilities
...
- Updates global border-radius values for a more modern appearance
- New .fw-semibold
- New .rounded-4 and .rounded-5
2022-03-11 09:10:37 -08:00
Mark Otto
63145c8bc6
Fix some instances of lazy Sass math when multiplying new CSS var based border-width
2022-03-11 09:04:13 -08:00
GeoSot
05c6e7dd66
Fix docs error after #35644 ( #36002 )
2022-03-11 17:56:57 +02:00
Julien Déramond
5bdd5e02a4
docs: add missing .dropup
in dropup centered example ( #35948 )
2022-03-11 16:04:41 +02:00
XhmikosR
d21a51a2ea
Ignore warning for .navbar-light
deprecation ( #35995 )
2022-03-10 20:32:48 +02:00
GeoSot
6e904341c9
Carousel: change class check as it can only exist if carousel is sliding
...
Also, fix the corresponding test
2022-03-10 15:22:14 +02:00
GeoSot
3673933fe7
Carousel: rename private property
2022-03-10 15:22:14 +02:00
GeoSot
ec0e1c220e
Carousel: add comment for future fixes
2022-03-10 15:22:14 +02:00
GeoSot
88da704eed
Carousel: omit redundant checks as we are always transforming the right values
2022-03-10 15:22:14 +02:00
GeoSot
28f150d720
Carousel: omit config merging in jQueryInterface after we create the instance
...
This is already done inside `getOrCreateInstance` method
2022-03-10 15:22:14 +02:00
Ihor Sychevskyi
3ef6a435be
update google material icons link ( #35942 )
2022-03-09 17:36:50 +02:00
Puru Vijay
645f955845
docs: add a StackBlitz "Try It" button in code examples ( #35644 )
...
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09 17:32:58 +02:00
GeoSot
7e5a8016ba
Carousel: return early in _slide
method
2022-03-09 17:25:47 +02:00
GeoSot
d4e87d28cd
Carousel: small refactoring, remove unnecessary checks
2022-03-09 17:25:47 +02:00
GeoSot
dd93551914
Carousel: refactor using inline function and move variables to the proper place
2022-03-09 17:25:47 +02:00
GeoSot
699402bee5
Carousel: refactor _slide
method te accept only order as first argument
2022-03-09 17:25:47 +02:00
GeoSot
fcc2c80976
Carousel: add a getItems
helper
2022-03-09 17:25:47 +02:00
GeoSot
b7cce49dbc
Carousel: use combined selector and drop variable used once
2022-03-09 17:25:47 +02:00
GeoSot
a8142497c7
Carousel: reorder variables and refactor method to use it inline
2022-03-09 17:25:47 +02:00
GeoSot
e77ae50311
Carousel: cleanup jQueryInterface
...
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-09 17:25:47 +02:00
dependabot[bot]
21fa2cfc12
Bump rollup from 2.68.0 to 2.70.0 ( #35972 )
...
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09 17:21:34 +02:00
dependabot[bot]
298cb9194b
Bump postcss from 8.4.7 to 8.4.8 ( #35971 )
...
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09 17:14:22 +02:00
dependabot[bot]
55fb59c074
Bump hugo-bin from 0.81.0 to 0.81.3 ( #35974 )
...
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09 16:55:43 +02:00
Mark Otto
3a57da425b
bundlewatch
2022-03-08 14:53:53 -08:00
Mark Otto
488e426141
Add migration guide mention
2022-03-08 14:53:53 -08:00
Mark Otto
2e75ec3c41
Convert popovers to CSS variables
2022-03-08 14:53:53 -08:00
Mark Otto
91312486b2
Deprecate the tooltip-arrow-bg color since we're using CSS variables to set tooltip colors
2022-03-08 14:53:53 -08:00
Mark Otto
a68e1af2d5
Document new CSS vars in tooltip docs
2022-03-08 14:53:53 -08:00
Mark Otto
fdcbbe3d92
Convert tooltips to CSS vars
2022-03-08 14:53:53 -08:00
louismaxime.piton
6c40476af9
Fix dropdowns
2022-03-08 14:37:44 -08:00
Julien Déramond
2d11c1c28a
Add missing root border opacity CSS var
2022-03-07 16:24:53 -08:00
AlexKoala
e84aadb36c
docs: Update Japanese translation
2022-03-06 13:22:55 -08:00