copilot-swe-agent[bot]
e3c004db3c
Combine original z-index content with approach content
...
Co-authored-by: mdo <98681+mdo@users.noreply.github.com >
2025-11-15 06:06:22 +00:00
copilot-swe-agent[bot]
e736432734
Move z-index approach content to layout/z-index page
...
Co-authored-by: mdo <98681+mdo@users.noreply.github.com >
2025-11-15 05:56:00 +00:00
copilot-swe-agent[bot]
fec9b021dc
Remove Extend section from documentation
...
Co-authored-by: mdo <98681+mdo@users.noreply.github.com >
2025-11-15 05:41:40 +00:00
copilot-swe-agent[bot]
63a03e0bc2
Initial plan
2025-11-15 05:36:43 +00:00
Mark Otto
14c1a4e0a1
Remove RTLCSS dependency, update docs and CSS to use native RTL ( #41858 )
...
* Remove RTLCSS dependency, update docs and CSS to use native RTL
* Rewrite more RTL stuff, was too verbose
2025-11-14 19:08:01 -08:00
Mark Otto
a40f420eca
v6: More logical properties ( #41857 )
...
* Logical properties for borders
* More logical properties for text, position, and more
* More logical for the docs
2025-11-14 12:07:45 -08:00
Mark Otto
995a74b708
v6: Switch to logical properties ( #41854 )
...
* Convert remaining utilities to all logical properties
* Move to logical properties
* Fix linter errors, bump bundlewatch
2025-11-14 12:07:45 -08:00
Mark Otto
1a2ac90d7d
v6: Cleanup utilities ( #41818 )
...
* Split font utilities, update API to do more pseudo classes, drop display type classes
* Improve display docs, remove print display utils
* Document gap and grid utils, rename a couple classes
* better url
* Fix color-mix
* Undo utilities API change for now
* fix api changes
* Bundlewatch
* Linter cleanup
* Massive utilities update
- Split several utilities across smaller pages
- New underline thickness utility
- Updated text-wrap utility to use `text-wrap` property, removes white-space utils
- Adds a dozen new width utilities for now—TBD if we keep this, they're not documented yet
- Redoes the color utilities—color, background color, border color, link color—to use color-mix without attribute selectors. Faster, simpler, better support for overriding other components.
- Redesigns margin, padding, gap utils pages—shoutout Tailwind for having a better visualization here. Cribbed their approach to emphasize spacing utilities.
- Fixed up a lot of usages of color utilities, likely more to do
- Fixed up a lot of broken links, probably also more to do
* New details component, simpler a11y color contrast warning, updated docs bottom nav, updated ref tables
* Avoid name collision, update to demo thickness hover
* Rename $new-font-sizes to $font-sizes
* Update width and height docs
* Few cleanup tweaks
* Remove unused attribute selector for borders
* Fixes
* more bundle
* fixes
* spelling
* add json
2025-11-14 12:07:45 -08:00
Mark Otto
db59235797
v6: Drop component variants for global .theme-* classes ( #41789 )
...
* New theme classes, revamped buttons
* bundle, lint, more cleanup
* update checks and radios
* Improve table theme variant usage
* remove table-border-factor
2025-11-14 12:07:45 -08:00
Mark Otto
08df8eb648
v6: Move some Getting Started content into new Guides section ( #41797 )
...
* Move some docs content around
* Update links
2025-11-14 12:07:45 -08:00
Mark Otto
1f768360b8
Add .prose class ( #41791 )
2025-11-14 12:07:45 -08:00
Mark Otto
41a1d9bdd0
v6: Range media queries ( #41786 )
...
* wip
Co-Authored-By: mdo <98681+mdo@users.noreply.github.com >
* linty linterton
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: mdo <98681+mdo@users.noreply.github.com >
2025-11-14 12:07:45 -08:00
Mark Otto
19effcdc50
Follow up: custom switches get themes
2025-11-14 12:07:45 -08:00
Mark Otto
77a5c263bd
Scope docs CSS to custom layer
2025-11-14 12:07:45 -08:00
Mark Otto
d2e1fcc15e
v6: Update colors and theme ( #41763 )
...
* new colors
* WIP: Redo some theming
* Fix sass warnings on unquoted map keys
* Revamp colors, update docs, couple new utils
* Remove key attributes
* Bump bundlewatch
* Bundlewatch
* Fix some things up
* Clean up tables, more color changes
* Fix more table color generation, simplify markup with new Table component prop
* More docs improvements, including utilities API, and checkbox and radio theme variants
2025-11-14 12:07:45 -08:00
Mark Otto
b92d380b34
New validator ( #41775 )
...
* New validator
* update
* remove
* update
2025-11-14 12:07:44 -08:00
Mark Otto
7157c3eb5b
Fix instances of 2xl, fix utilities generation ( #41774 )
2025-11-14 12:07:23 -08:00
Mark Otto
3ef010c876
v6: New lg, xl, and 2xl breakpoints, plus some renaming ( #41770 )
...
* Update xxl breakpoint and container, rename xxl to 2xl for better scaling
Co-Authored-By: mdo <98681+mdo@users.noreply.github.com >
* note for lg
* bump bundlewatch
---------
Co-authored-by: mdo <98681+mdo@users.noreply.github.com >
2025-11-14 12:07:23 -08:00
Mark Otto
5444ac5f64
Start to redo generate-utility() ( #41769 )
...
* Start to redo generate-utility()
* fixes
* bundlewatch
2025-11-14 12:07:23 -08:00
Mark Otto
cd4bb6711e
WIP: New form controls ( #41740 )
...
* New form controls
* Split Sass, update docs
* More migration docs
* basic migration, update changelog
* Bring back btn-check for now, but move to button stylesheet
* note
* Fix link
* lint
2025-11-14 12:07:23 -08:00
Mark Otto
31bb0fe027
Use @forward instead of @use for proper customization ( #41762 )
...
* Use `@forward` instead of `@use` for proper customization
* linty linterson
* woof
2025-11-14 12:07:23 -08:00
Mark Otto
c80861e9c8
v6 Migration guide ( #41683 )
...
* wip
* More updates
2025-11-14 12:07:23 -08:00
Mark Otto
5a417dc9b7
v6: Add sub-groups to Utilities docs ( #41758 )
...
* Split the flex.mdx file into separate pages
* Add subgroups to docs utils nav
* More new groups, split pages
* Update MDX linter
* fixes
2025-11-14 12:07:23 -08:00
Mark Otto
cc0ac410fa
v6: justify-items and place-items utilities ( #41757 )
...
* Add utilities for place-items and justify-items
* bump
2025-11-14 12:07:23 -08:00
Mark Otto
8872e950f6
Remove !important from utilities, make it opt-in per utility ( #41755 )
...
* Remove !important from utilities, make it opt-in per utility
* package-lock
* Fix test
2025-11-14 12:07:23 -08:00
Mark Otto
2487ccf8cd
v6: Add reference tables to utilities docs, add community links to some pages (MDN, CSS Tricks) ( #41749 )
...
* wip
* improve
* Add more utility refs
* Remove important flag from the utilities
* update
* Start on helpers
* fixes
* fix links
2025-11-14 12:07:23 -08:00
Mark Otto
b6d459b095
New forms and buttons ( #41708 )
2025-11-14 12:07:23 -08:00
Mark Otto
160b3b4519
Colocate Sass vars in their respective files ( #41706 )
...
* Co-locate Sass variables in most files
* another
* fix
* Don't bring tables into reboot, temp remove some sass vars so we don't need the co-dependency
* Move vars
* bundlewatch
* scssdocs
* Fix scssdocs
2025-11-14 12:07:23 -08:00
Mark Otto
04b8fe71d6
Refactor accordion button to use mask, remove some Sass vars and dark mode styles ( #41703 )
2025-11-14 12:07:23 -08:00
Mark Otto
b3ae589888
Restore both grids , enable CSS grid by default, and update mixins ( #41702 )
...
* Restore both grids and update mixins
* Bundlewatch
2025-11-14 12:07:22 -08:00
Mark Otto
5e83674516
First pass at CSS layers ( #41701 )
...
* First pass at CSS layers
* bundlewatch
* more bundlewatch
2025-11-14 12:07:22 -08:00
Mark Otto
9699052db1
Migrate to Sass modules ( #41512 )
...
* Reorganize scss folder
* Migrate to Sass modules
* Migrate docs to Sass modules, comment out docs grid CSS
* Give helpers folder an index.scss, migrate ratio helper to aspect-ratio utility
* Delete node sass Action
* Modify Sass tests to pass for new Sass modules implementation
* Don't disallow calc()
* Move heading classes back to Reboot to prevent a dependency
* Utilities, some helpers, and theme colors
* Temporary fix of docs compilation
* Temporary Bundlewatch fix
* docs fix import to use
* Restyle docs callouts
* Fix docs colors
* Revert typo
* Reintroduce `css-lint-vars` npm script
* Bump to Sass v1.90.x
* Fixes
* more
* Remove
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-11-14 12:07:22 -08:00
Mark Otto
e214ce62e4
Co-locate heading and some type styles in Reboot to avoid some extends and extra dependencies once we migrate to Sass modules ( #41697 )
2025-11-14 12:07:14 -08:00
Mark Otto
eedd6cfe36
Remove added badges from docs pages ( #41694 )
...
* Remove added badges from docs pages
* Remove AddedIn
2025-11-14 12:07:14 -08:00
Mark Otto
d82c983ccf
Clean up deprecated Sass ( #41693 )
...
* Remove all deprecated Sass variables and deprecation notices from docs components
* Fix linter error
* fix
2025-11-14 12:07:14 -08:00
Mark Otto
e398044ab3
Drop -prefix ( #41692 )
2025-11-14 12:07:14 -08:00
Mark Otto
23bcf39ce2
Rename mh-* and mw-* to max-h/w-*, add additional width and height va… ( #41687 )
...
* Rename mh-* and mw-* to max-h/w-*, add additional width and height values
Fixes #41330 , fixes #40674 .
* Bump bundlewatch
2025-11-14 12:07:14 -08:00
Mark Otto
c726175119
Drop clearfix for display: flow-root ( #41686 )
...
* Drop clearfix for display: flow-root
* Fix links
2025-11-14 12:07:14 -08:00
Mark Otto
51f33728bf
Add Markdownlint for our MDX ( #41685 )
2025-11-14 12:07:14 -08:00
Mark Otto
5bc6737fc2
Remove jQuery support in plugins ( #41682 )
2025-11-14 12:07:13 -08:00
Mark Otto
91f28cfc38
Move ratio from helpers to utilties ( #41684 )
...
* Convert .ratio helper to new .ratio utility
* Fix up
* Fix links for now, even though they'll be deleted
2025-11-14 12:06:13 -08:00
Mark Otto
a3f251e38a
v6: Don't disallow calc ( #41681 )
...
* Don't disallow calc()
* Remove disables that aren't needed
* Remove custom subtract and add functions
* Remove more disables
* keep it here
2025-11-14 12:06:13 -08:00
Julien Déramond
35858ff363
Build(deps-dev): Bump dependencies
...
- astro ^5.15.5 → ^5.15.6
- js-yaml ^4.1.0 → ^4.1.1
2025-11-14 07:01:47 +01:00
Julien Déramond
b4a1d28dc9
Build(deps-dev): Bump nodemon from 3.1.10 to 3.1.11
2025-11-12 09:37:24 +01:00
dependabot[bot]
25b6ac90ee
Build(deps): Bump the github-actions group with 2 updates ( #41865 )
...
Bumps the github-actions group with 2 updates: [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) and [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ).
Updates `streetsidesoftware/cspell-action` from 7.2.1 to 8.0.0
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0...3294df585d3d639e30f3bc019cb11940b9866e95 )
Updates `actions-cool/issues-helper` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions-cool/issues-helper/compare/564cd9b1baacd7a9cd634e8039a149901ee5f600...9861779a695cf1898bd984c727f685f351cfc372 )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions-cool/issues-helper
dependency-version: 3.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-11 12:10:20 +01:00
Julien Déramond
1ce39817bd
Build(deps-dev): Bump dependencies
...
- astro ^5.15.4 → ^5.15.5
- autoprefixer ^10.4.21 → ^10.4.22
2025-11-11 08:17:51 +01:00
Julien Déramond
c38c6cb6c2
Build(deps-dev): Bump rollup from 4.53.1 to 4.53.2
2025-11-10 19:45:48 +01:00
Shakil Shahadat
b7122f155f
Docs: update <meta> viewport MDN link in Getting Started > Introduction page ( #41861 )
2025-11-08 14:53:13 +01:00
Julien Déramond
14672e570c
Build(deps-dev): Bump dependencies
...
- rollup ^4.52.5 → ^4.53.1
- vnu-jar 25.11.7 → 25.11.8
2025-11-08 06:06:18 +01:00
Julien Déramond
90baf94dac
Build(deps-dev): Bump dependencies
...
- @astrojs/mdx ^4.3.9 → ^4.3.10
- astro ^5.15.3 → ^5.15.4
- terser ^5.44.0 → ^5.44.1
- vnu-jar 25.11.4 → 25.11.7
2025-11-07 08:15:24 +01:00
Julien Déramond
9214b595a7
Build(deps-dev): Bump vnu-jar from 25.11.2 to 25.11.4
2025-11-05 06:52:38 +01:00
dependabot[bot]
fe76cb3ccb
Build(deps): Bump the github-actions group with 3 updates ( #41848 )
...
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action ), [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action ) and [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ).
Updates `github/codeql-action` from 4.31.0 to 4.31.2
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/4e94bd11f71e507f7f87df81788dff88d1dacbfb...0499de31b99561a6d14a36a5f662c2a54f91beee )
Updates `JustinBeckwith/linkinator-action` from 2.1 to 2.3
- [Release notes](https://github.com/justinbeckwith/linkinator-action/releases )
- [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/justinbeckwith/linkinator-action/compare/cf305c16947ba91077d8a51fa2cbe155cd60f455...af984b9f30f63e796ae2ea5be5e07cb587f1bbd9 )
Updates `actions-cool/issues-helper` from 3.6.3 to 3.7.1
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions-cool/issues-helper/compare/45d75b6cf72bf4f254be6230cb887ad002702491...564cd9b1baacd7a9cd634e8039a149901ee5f600 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: JustinBeckwith/linkinator-action
dependency-version: '2.3'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions-cool/issues-helper
dependency-version: 3.7.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-05 06:50:42 +01:00
Julien Déramond
8bbe4018ba
Build(deps-dev): Bump vnu-jar from 25.11.1 to 25.11.2
2025-11-02 09:35:22 +01:00
Julien Déramond
6ad25a7102
Build(deps-dev): Bump vnu-jar from 24.10.17 to 25.11.1
2025-11-01 11:09:11 +01:00
Julien Déramond
12b3f76cc4
Build(deps-dev): Bump dependencies
...
- @rollup/plugin-commonjs ^28.0.9 → ^29.0.0
- astro ^5.15.2 → ^5.15.3
2025-10-31 07:02:45 +01:00
Julien Déramond
815af314f3
Build(deps-dev): Bump @rollup/plugin-replace from 6.0.2 to 6.0.3
2025-10-29 18:19:18 +01:00
Julien Déramond
26badb2f6b
Build(deps-dev): Bump dependencies
...
- @astrojs/mdx ^4.3.8 → ^4.3.9
- astro ^5.15.1 → ^5.15.2
2025-10-28 18:15:33 +01:00
dependabot[bot]
a79f4911ba
Build(deps): Bump the github-actions group across 1 directory with 5 updates ( #41840 )
...
Bumps the github-actions group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/setup-node](https://github.com/actions/setup-node ) | `5.0.0` | `6.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.30.6` | `4.31.0` |
| [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) | `7.2.0` | `7.2.1` |
| [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action ) | `1.11.0` | `2.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.6.2` | `5.0.0` |
Updates `actions/setup-node` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/a0853c24544627f65ddf259abe73b1d18a591444...2028fbc5c25fe9cf00d9f06a71cc4710d4507903 )
Updates `github/codeql-action` from 3.30.6 to 4.31.0
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/64d10c13136e1c5bce3e5fbde8d4906eeaafc885...4e94bd11f71e507f7f87df81788dff88d1dacbfb )
Updates `streetsidesoftware/cspell-action` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/dcd03dc3e8a59ec2e360d0c62db517baa0b4bb6d...76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 )
Updates `JustinBeckwith/linkinator-action` from 1.11.0 to 2.1
- [Release notes](https://github.com/justinbeckwith/linkinator-action/releases )
- [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/justinbeckwith/linkinator-action/compare/3d5ba091319fa7b0ac14703761eebb7d100e6f6d...cf305c16947ba91077d8a51fa2cbe155cd60f455 )
Updates `actions/upload-artifact` from 4.6.2 to 5.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 4.31.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: streetsidesoftware/cspell-action
dependency-version: 7.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: JustinBeckwith/linkinator-action
dependency-version: '2.1'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-26 19:41:30 +01:00
Julien Déramond
cfe66330e8
Overrides volar-service-emmet version to fix linting issues
...
This error comes from @astrojs/check version 0.9.5. More context at https://github.com/withastro/astro/issues/14544 .
2025-10-26 19:31:46 +01:00
Julien Déramond
ecee5a7765
Build(deps-dev): Bump dependencies
...
- @astrojs/check ^0.9.4 → ^0.9.5
- @astrojs/mdx ^4.3.7 → ^4.3.8
- @babel/core ^7.28.4 → ^7.28.5
- @babel/preset-env ^7.28.3 → ^7.28.5
- @rollup/plugin-babel ^6.0.4 → ^6.1.0
- @rollup/plugin-commonjs ^28.0.6 → ^28.0.9
- @rollup/plugin-node-resolve ^16.0.2 → ^16.0.3
- astro ^5.14.4 → ^5.15.1
- rollup ^4.52.4 → ^4.52.5
2025-10-26 18:57:46 +01:00
Julien Déramond
8f3d0580a3
Build(deps-dev): Bump astro from 5.14.3 to 5.14.4
2025-10-12 19:39:58 +02:00
Julien Déramond
19a4bab36d
Build(deps-dev): Bump dependencies
...
- @astrojs/markdown-remark ^6.3.7 → ^6.3.8
- @astrojs/mdx ^4.3.6 → ^4.3.7
- astro ^5.14.1 → ^5.14.3
2025-10-10 06:59:35 +02:00
Julien Déramond
88a78a6958
Build(deps-dev): Bump dependencies
...
- @rollup/plugin-node-resolve ^16.0.1 → ^16.0.2
- astro-auto-import ^0.4.4 → ^0.4.5
- jasmine ^5.11.0 → ^5.12.0
- zod ^4.1.11 → ^4.1.12
2025-10-07 20:49:40 +02:00
dependabot[bot]
8afa30c52b
Build(deps): Bump the github-actions group with 2 updates ( #41798 )
...
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action ).
Updates `github/codeql-action` from 3.30.5 to 3.30.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/3599b3baa15b485a2e49ef411a7a4bb2452e7f93...64d10c13136e1c5bce3e5fbde8d4906eeaafc885 )
Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/05b42c624433fc40578a4040d5cf5e36ddca8cde...4eaacf0543bb3f2c246792bd56e8cdeffafb205a )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 17:25:14 +02:00
Julien Déramond
ddf5853c7b
Build(deps-dev): Bump dependencies
...
- rollup ^4.52.3 → ^4.52.4
- stylelint ^16.24.0 → ^16.25.0
2025-10-04 09:02:05 +02:00
dependabot[bot]
4189b3075c
Build(deps): Bump github/codeql-action in the github-actions group ( #41782 )
...
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 3.30.3 to 3.30.5
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/192325c86100d080feab897ff886c34abd4c83a3...3599b3baa15b485a2e49ef411a7a4bb2452e7f93 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 18:01:50 +02:00
Julien Déramond
8cd02aabd1
Build(deps-dev): Bump dependencies ( #41780 )
...
- cross-env ^10.0.0 → ^10.1.0
- globby ^14.1.0 → ^15.0.0
2025-09-29 21:59:14 +02:00
Julien Déramond
380a1d738b
chore(deps-dev): bump dependencies
...
- astro ^5.13.11 → ^5.14.1
- jasmine ^5.10.0 → ^5.11.0
- rollup ^4.52.2 → ^4.52.3
2025-09-27 11:31:05 +02:00
Julien Déramond
0458e76ec1
Build(deps-dev): Bump astro from 5.13.10 to 5.13.11
2025-09-24 22:08:35 +02:00
Julien Déramond
21d19a9a6a
Build(deps-dev): Bump rollup from 4.52.0 to 4.52.2
2025-09-23 20:01:25 +02:00
Julien Déramond
6772c8ccbe
Build(deps-dev): Bump dependencies
...
- @astrojs/markdown-remark ^6.3.6 → ^6.3.7
- @astrojs/mdx ^4.3.5 → ^4.3.6
- astro ^5.13.9 → ^5.13.10
- zod ^4.1.9 → ^4.1.11
2025-09-22 20:54:26 +02:00
Julien Déramond
3f95d68ded
Build(deps-dev): Bump dependencies
...
- astro ^5.13.8 → ^5.13.9
- rollup ^4.50.2 → ^4.52.0
2025-09-20 11:26:30 +02:00
Julien Déramond
0aa4f69a07
Build(deps-dev): Bump dependencies
...
- @astrojs/sitemap ^3.5.1 → ^3.6.0
- astro ^5.13.7 → ^5.13.8
- zod ^4.1.8 → ^4.1.9
2025-09-17 18:48:07 +02:00
dependabot[bot]
af73c870cb
Build(deps): Bump the github-actions group with 2 updates ( #41744 )
...
Bumps the github-actions group with 2 updates: [calibreapp/image-actions](https://github.com/calibreapp/image-actions ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `calibreapp/image-actions` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/calibreapp/image-actions/releases )
- [Commits](https://github.com/calibreapp/image-actions/compare/f72c7c4a237181dd3b26e5935fd33b22ae4a7e26...f32575787d333b0579f0b7d506ff03be63a669d1 )
Updates `github/codeql-action` from 3.30.2 to 3.30.3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/d3678e237b9c32a6c9bffb3315c335f976f3549f...192325c86100d080feab897ff886c34abd4c83a3 )
---
updated-dependencies:
- dependency-name: calibreapp/image-actions
dependency-version: 1.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 3.30.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 18:28:26 +02:00
Julien Déramond
8d9e3d122e
Build(deps-dev): Bump rollup from 4.50.1 to 4.50.2
2025-09-15 18:51:05 +02:00
Julien Déramond
a484f5a56f
Build(deps-dev): Bump dependencies
...
- mime ^4.0.7 → ^4.1.0
- zod ^4.1.6 → ^4.1.8
2025-09-13 09:27:31 +02:00
Julien Déramond
ec7a45b8f3
Build(deps-dev): Bump zod from 4.1.5 to 4.1.6
2025-09-11 06:29:29 +02:00
dependabot[bot]
6f2f7dd37f
Build(deps): Bump the github-actions group with 2 updates ( #41730 )
...
Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `actions/setup-node` from 4.4.0 to 5.0.0
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...a0853c24544627f65ddf259abe73b1d18a591444 )
Updates `github/codeql-action` from 3.30.0 to 3.30.1
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d...f1f6e5f6af878fb37288ce1c627459e94dbf7d01 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 3.30.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 20:35:19 +02:00
Julien Déramond
cb79d4726a
Build(deps-dev): Bump dependencies
...
- @astrojs/mdx ^4.3.4 → ^4.3.5
- astro ^5.13.5 → ^5.13.7
2025-09-09 20:19:57 +02:00
Julien Déramond
07b3816da5
Build(deps-dev): Bump dependencies
...
- rollup ^4.50.0 → ^4.50.1
- stylelint ^16.23.1 → ^16.24.0
2025-09-07 19:31:30 +02:00
Stefan Korn
a715174c55
Docs: Add .table class to color tables example ( #41691 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-09-06 22:25:43 +02:00
Julien Déramond
22b1582001
Build(deps-dev): Bump @babel/core from 7.28.3 to 7.28.4
2025-09-06 13:23:01 +02:00
dependabot[bot]
2eff466b63
Build(deps): Bump the github-actions group with 2 updates ( #41721 )
...
Bumps the github-actions group with 2 updates: [calibreapp/image-actions](https://github.com/calibreapp/image-actions ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `calibreapp/image-actions` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/calibreapp/image-actions/releases )
- [Commits](https://github.com/calibreapp/image-actions/compare/51921e25c9b0b62ed202c0ad0a2121f0f3ad186d...f72c7c4a237181dd3b26e5935fd33b22ae4a7e26 )
Updates `github/codeql-action` from 3.29.11 to 3.30.0
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/3c3833e0f8c1c83d449a7478aa59c036a9165498...2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d )
---
updated-dependencies:
- dependency-name: calibreapp/image-actions
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 3.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 14:34:53 +02:00
Julien Déramond
ddb974aa4a
Build(deps-dev): Bump dependencies ( #41717 )
...
- @astrojs/sitemap ^3.5.0 → ^3.5.1
- astro ^5.13.2 → ^5.13.5
- jasmine ^5.9.0 → ^5.10.0
- rollup ^4.46.3 → ^4.50.0
- terser ^5.43.1 → ^5.44.0
- zod ^4.0.17 → ^4.1.5
2025-09-02 23:22:40 +02:00
dependabot[bot]
5d77b7f366
Build(deps): Bump the github-actions group with 2 updates ( #41696 )
...
Bumps the github-actions group with 2 updates: [calibreapp/image-actions](https://github.com/calibreapp/image-actions ) and [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ).
Updates `calibreapp/image-actions` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/calibreapp/image-actions/releases )
- [Commits](https://github.com/calibreapp/image-actions/compare/737ceeaeed61e17b8d358358a303f1b8d177b779...51921e25c9b0b62ed202c0ad0a2121f0f3ad186d )
Updates `actions-cool/issues-helper` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions-cool/issues-helper/compare/50068f49b7b2b3857270ead65e2d02e4459b022c...45d75b6cf72bf4f254be6230cb887ad002702491 )
---
updated-dependencies:
- dependency-name: calibreapp/image-actions
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions-cool/issues-helper
dependency-version: 3.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-01 17:45:57 +03:00
dependabot[bot]
a360960b8d
Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.3.0 ( #41679 )
...
* Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.3.0
Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions ) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/calibreapp/image-actions/releases )
- [Commits](https://github.com/calibreapp/image-actions/compare/737ceeaeed61e17b8d358358a303f1b8d177b779...51921e25c9b0b62ed202c0ad0a2121f0f3ad186d )
---
updated-dependencies:
- dependency-name: calibreapp/image-actions
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Change githubToken to GITHUB_TOKEN in workflow
---------
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 >
2025-08-27 22:31:37 +03:00
XhmikosR
97330b7069
dependabot: group actions updates
2025-08-27 22:16:40 +03:00
dependabot[bot]
2b44684f5d
Build(deps): Bump github/codeql-action from 3.29.10 to 3.29.11 ( #41678 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.10 to 3.29.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/96f518a34f7a870018057716cc4d7a5c014bd61c...3c3833e0f8c1c83d449a7478aa59c036a9165498 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.11
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>
2025-08-27 22:12:21 +03:00
dependabot[bot]
c783a49920
Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 ( #41680 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [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/v4.2.2...08c6903cd8c0fde910a37f88322edcfb5dd907a8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
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>
2025-08-27 22:12:11 +03:00
XhmikosR
8194a1524b
Add permissions for NuGet package publishing
2025-08-27 22:10:10 +03:00
Mark Otto
25aa8cc0b3
Release v5.3.8 ( #41669 )
...
* Bump version
* Run dist
* Unrelated new docs error
2025-08-25 19:01:02 -07:00
Mark Otto
122bff5e58
Remove Themes from docs ( #41671 )
2025-08-25 18:50:11 -07:00
Christian Oliff
320f713905
docs: Minor range example code optimization ( #41665 )
...
I think the 'custom' prefix for the ids in examples were mainly from Bootstrap v4 custom controls. Removing it makes it a bit shorter/neater.
2025-08-25 09:51:35 -07:00
Mark Otto
ac5f51c17e
Revert "Attempt to return focus explicitly to dropdown trigger ( #41365 )" ( #41668 )
...
This reverts commit 24305e7b18 .
2025-08-25 09:48:45 -07:00
Jesse Mandel
4bd8b6ca95
Migrate MyGet script to GH actions ( #41583 )
...
* Migrate MyGet script to GH actions to automatically build/publish the
Bootstrap NuGet package when a release is created
* Remove `-NoPackageAnalysis` flag
* Use sha-1 for jobs
---------
Co-authored-by: Jesse Mandel <jesse.mandel@jdpa.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-08-21 21:02:49 -07:00
Julien Déramond
f50f38b83a
CSS: Fix spinner deformation in flex boxes when content is multiline ( #41654 )
2025-08-21 21:00:46 -07:00
Mark Otto
47c75b8492
Set cursor pointer on input search cancel button ( #41639 )
...
* Set cursor pointer on input search cancel button
* Update _reboot.scss
2025-08-20 11:13:33 -07:00
dependabot[bot]
26c86ba875
Build(deps): Bump github/codeql-action from 3.29.8 to 3.29.10 ( #41664 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.8 to 3.29.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/76621b61decf072c1cee8dd1ce2d2a82d33c17ed...96f518a34f7a870018057716cc4d7a5c014bd61c )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.10
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: Julien Déramond <juderamond@gmail.com >
2025-08-20 10:06:24 +02:00
Julien Déramond
099b02b36a
Build(deps-dev): Bump rollup from 4.46.2 to 4.46.3
2025-08-19 08:20:04 +02:00
Julien Déramond
4b8a2c936e
Build(deps-dev): bump dependencies
...
- @astrojs/markdown-remark ^6.3.5 → ^6.3.6
- @astrojs/mdx ^4.3.3 → ^4.3.4
- astro ^5.13.0 → ^5.13.2
2025-08-16 11:40:02 +02:00
Julien Déramond
956ec2df51
Build(deps-dev): bump dependencies
...
- @astrojs/sitemap ^3.4.2 → ^3.5.0
- @babel/cli ^7.28.0 → ^7.28.3
- @babel/core ^7.28.0 → ^7.28.3
- @babel/preset-env ^7.28.0 → ^7.28.3
- astro ^5.12.9 → ^5.13.0
2025-08-15 08:34:18 +02:00
dependabot[bot]
ae069ffb35
Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 ( #41655 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [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/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
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>
2025-08-15 08:25:43 +02:00
dependabot[bot]
934beb1b66
Build(deps): Bump github/codeql-action from 3.29.7 to 3.29.8 ( #41657 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.7 to 3.29.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/51f77329afa6477de8c49fc9c7046c15b9a4e79d...76621b61decf072c1cee8dd1ce2d2a82d33c17ed )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.8
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>
2025-08-15 08:22:25 +02:00
Louis-Maxime Piton
6d3345b24c
Docs: fix missing "Copy to clipboard" tooltips when <Example> was used, not just <Code> ( #41582 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-08-10 19:38:15 +02:00
Julien Déramond
2acf59d89b
Build(deps-dev): Bump zod from 4.0.16 to 4.0.17
2025-08-10 08:37:46 +02:00
Julien Déramond
cb4fa22950
Build(deps-dev): Bump zod from 4.0.15 to 4.0.16
2025-08-09 08:33:38 +02:00
Julien Déramond
e52e3b1c95
Build(deps-dev): Bump astro from 5.12.8 to 5.12.9
2025-08-08 19:17:10 +02:00
Julien Déramond
3b9a4167ac
Build(deps-dev): Bump stylelint from 16.23.0 to 16.23.1
2025-08-07 21:01:35 +02:00
dependabot[bot]
c96c0ec523
Build(deps): Bump tmp from 0.2.3 to 0.2.4 ( #41649 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 21:44:11 +02:00
Julien Déramond
68afc56295
Build(deps-dev): Bump zod from 4.0.14 to 4.0.15
2025-08-06 07:26:04 +02:00
dependabot[bot]
89fbf03410
Build(deps): Bump github/codeql-action from 3.29.4 to 3.29.5 ( #41640 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.4 to 3.29.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/4e828ff8d448a8a6e532957b1811f387a63867e8...51f77329afa6477de8c49fc9c7046c15b9a4e79d )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.5
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>
2025-08-05 21:06:21 +02:00
Julien Déramond
1eccc810f0
Docs: unminify package example HTML files ( #41637 )
2025-08-05 20:55:52 +02:00
Julien Déramond
b850fcbe49
Build(deps-dev): Bump the development-dependencies group with 3 updates
...
- @astrojs/markdown-remark ^6.3.4 → ^6.3.5
- @astrojs/mdx ^4.3.2 → ^4.3.3
- astro ^5.12.7 → ^5.12.8
2025-08-02 08:15:53 +02:00
Julien Déramond
9203712669
Build(deps-dev): Bump the development-dependencies group with 3 updates
...
- @astrojs/markdown-remark ^6.3.3 → ^6.3.4
- @astrojs/mdx ^4.3.1 → ^4.3.2
- astro ^5.12.6 → ^5.12.7
2025-07-31 21:14:17 +02:00
Julien Déramond
e392fc500e
Build(deps-dev): Bump the development-dependencies group with 2 updates
...
- astro ^5.12.5 → ^5.12.6
- zod ^4.0.13 → ^4.0.14
2025-07-30 21:39:40 +02:00
Julien Déramond
c082695742
Build(deps-dev): Bump rollup from 4.46.1 to 4.46.2
2025-07-29 22:45:10 +02:00
dependabot[bot]
f0dc676ba1
Build(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates ( #41626 )
...
Bumps the development-dependencies group with 3 updates in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ), [stylelint](https://github.com/stylelint/stylelint ) and [zod](https://github.com/colinhacks/zod ).
Updates `astro` from 5.12.4 to 5.12.5
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.12.5/packages/astro )
Updates `stylelint` from 16.22.0 to 16.23.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.22.0...16.23.0 )
Updates `zod` from 4.0.10 to 4.0.13
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/compare/v4.0.10...v4.0.13 )
---
updated-dependencies:
- dependency-name: astro
dependency-version: 5.12.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-version: 16.23.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: zod
dependency-version: 4.0.13
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 18:42:01 +02:00
dependabot[bot]
e8fdc4f614
Build(deps): Bump github/codeql-action from 3.29.3 to 3.29.4 ( #41624 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.3 to 3.29.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/d6bbdef45e766d081b84a2def353b0055f728d3e...4e828ff8d448a8a6e532957b1811f387a63867e8 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.4
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>
2025-07-29 18:36:04 +02:00
dependabot[bot]
caaa9150d3
Build(deps): Bump actions-cool/issues-helper from 3.6.0 to 3.6.2 ( #41623 )
...
Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ) from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions-cool/issues-helper/compare/a610082f8ac0cf03e357eb8dd0d5e2ba075e017e...50068f49b7b2b3857270ead65e2d02e4459b022c )
---
updated-dependencies:
- dependency-name: actions-cool/issues-helper
dependency-version: 3.6.2
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>
2025-07-29 18:32:44 +02:00
dependabot[bot]
67a58f8a3c
Build(deps): Bump streetsidesoftware/cspell-action from 7.1.2 to 7.2.0 ( #41625 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/6f05386161564ebe24dcfa1513cde203230d1edc...dcd03dc3e8a59ec2e360d0c62db517baa0b4bb6d )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-version: 7.2.0
dependency-type: direct:production
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>
2025-07-29 18:27:18 +02:00
Julien Déramond
e519be94a2
Build(deps-dev): Bump the development-dependencies group with 4 updates ( #41621 )
...
- @astrojs/sitemap ^3.4.1 → ^3.4.2
- astro ^5.12.1 → ^5.12.4
- cross-env ^7.0.3 → ^10.0.0
- rollup ^4.45.1 → ^4.46.1
2025-07-28 20:39:47 +02:00
dependabot[bot]
b711671231
Build(deps): Bump streetsidesoftware/cspell-action from 7.1.1 to 7.1.2 ( #41610 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/157048954070986ce4315d0813573a2d8faee361...6f05386161564ebe24dcfa1513cde203230d1edc )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-version: 7.1.2
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: Julien Déramond <juderamond@gmail.com >
2025-07-28 20:25:31 +02:00
Julien Déramond
2254aeef28
Build(deps-dev): Bump zod from 4.0.5 to 4.0.10
2025-07-28 20:22:48 +02:00
dependabot[bot]
45439923aa
Build(deps): Bump github/codeql-action from 3.29.2 to 3.29.3 ( #41611 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.2 to 3.29.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/181d5eefc20863364f96762470ba6f862bdef56b...d6bbdef45e766d081b84a2def353b0055f728d3e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.3
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>
2025-07-28 20:00:18 +02:00
Julien Déramond
c985f821a7
Build(deps-dev): Bump the development-dependencies group with 2 updates ( #41609 )
...
- astro: 5.12.0 → 5.12.1
- jasmine: 5.8.0 → 5.9.0
2025-07-22 08:31:13 +02:00
Julien Déramond
86ffedb026
Build(deps-dev): Bump the development-dependencies group with 4 updates ( #41599 )
...
- @astrojs/markdown-remark: ^6.3.2 → ^6.3.3
- @astrojs/mdx: ^4.3.0 → ^4.3.1
- astro: ^5.11.1 → ^5.12.0
- stylelint: ^16.21.1 → ^16.22.0
2025-07-18 21:02:35 +02:00
Julien Déramond
117a248faa
Workflows: Use SHA-1 precise references for third-party actions ( #41595 )
2025-07-16 09:11:53 -07:00
Julien Déramond
3ec3e20440
Build(deps-dev): Bump rollup from 4.45.0 to 4.45.1
2025-07-15 20:10:47 +02:00
dependabot[bot]
307c625244
Build(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 ( #41594 )
...
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 4.6.2
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>
2025-07-15 20:01:18 +02:00
Julien Déramond
0c36327a99
Build(deps-dev): Bump astro from 5.11.0 to 5.11.1
2025-07-14 12:12:15 +02:00
Julien Déramond
1c0f359d30
Workflows: Bump ossf/scorecard-action to 2.4.2
2025-07-12 21:45:46 +02:00
Julien Déramond
1e4df1c651
Build(deps-dev): Bump rollup from 4.44.2 to 4.45.0
2025-07-12 21:38:02 +02:00
Mark Otto
876bf4afa7
OSSF Scorecard ( #41571 )
...
* Create scorecard.yml
* add shield for OSSF
* Update README.md
2025-07-12 09:39:57 -07:00
Julien Déramond
6ee8cfd964
Build(deps-dev): Bump zod from 4.0.2 to 4.0.5
2025-07-11 19:26:25 +02:00
Julien Déramond
fc44fd852e
Build(deps-dev): Bump zod from 4.0.0 to 4.0.2
2025-07-10 18:39:01 +02:00
Julien Déramond
b934bb4850
Build(deps-dev): Bump zod from 3.25.76 to 4.0.0
2025-07-09 22:45:10 +02:00
Julien Déramond
c4cb9ce2ed
Build(deps-dev): Bump zod from 3.25.75 to 3.25.76
2025-07-08 22:23:44 +02:00
Julien Déramond
7c23d46ef6
Build(deps-dev): Bump zod from 3.25.74 to 3.25.75
2025-07-07 18:42:25 +02:00
Julien Déramond
1ead2c96c5
Build(deps-dev): Bump the development-dependencies group with 2 updates
...
- rollup ^4.44.1 → ^4.44.2
- zod ^3.25.72 → ^3.25.74
2025-07-05 12:56:45 +02:00
Julien Déramond
3bee7c15d4
Build(deps-dev): Bump zod from 3.25.71 to 3.25.72
2025-07-04 06:21:00 +02:00
Julien Déramond
99cd78e8ff
Build(deps-dev): Bump the development-dependencies group with 2 updates
...
- astro ^5.10.2 → ^5.11.0
- stylelint ^16.21.0 → ^16.21.1
2025-07-03 21:20:57 +02:00
Julien Déramond
b9e39c649c
Build(deps-dev): Bump zod from 3.25.69 to 3.25.71
2025-07-03 06:33:08 +02:00
Julien Déramond
f96aa4cbc0
Build(deps-dev): Bump zod from 3.25.67 to 3.25.69
2025-07-02 22:32:14 +02:00
Julien Déramond
b02d5ed72f
Fix color-contrast() function for WCAG 2.1 compliance ( #41585 )
2025-07-02 22:30:30 +02:00
Julien Déramond
64b340c37f
Build(deps-dev): Bump the development-dependencies group with 3 updates
...
- @babel/cli ^7.27.2 → ^7.28.0
- @babel/core ^7.27.7 → ^7.28.0
- @babel/preset-env ^7.27.2 → ^7.28.0
2025-07-02 18:36:08 +02:00
Maxime Lardenois
9566444580
Docs: Sass automatic recompilation in dev mode with Astro ( #41574 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-07-02 12:58:34 +02:00
Julien Déramond
c5074c7c18
Fix typo in generated site/src/types/auto-import.d.ts
2025-07-01 23:10:52 +02:00
Julien Déramond
879d1d15dc
Fix several typos in comments within TypeScript files in site/src/libs
2025-07-01 23:06:58 +02:00
Julien Déramond
7d12ff7b3b
Fix typo in JsDocs and ScssDocs shortcodes comments
2025-07-01 22:58:50 +02:00
Julien Déramond
9fce97c4b2
Fix missing space between classes in Navbars example
2025-07-01 22:53:44 +02:00
Julien Déramond
aecf990fc5
Build(deps-dev): Bump astro from 5.10.1 to 5.10.2
2025-07-01 18:53:25 +02:00
Julien Déramond
8c975a4f0d
Build(deps-dev): Bump prettier from 3.6.1 to 3.6.2
2025-06-27 06:47:49 +02:00
Julien Déramond
f4296c71dc
Build(deps-dev): Bump @babel/core from 7.27.4 to 7.27.7
2025-06-26 17:39:04 +02:00
Julien Déramond
0593c2769b
Build(deps-dev): Bump rollup from 4.44.0 to 4.44.1
2025-06-26 06:48:18 +02:00
Julien Déramond
56ee1e3c40
Build(deps-dev): Bump prettier from 3.6.0 to 3.6.1
2025-06-25 19:29:46 +02:00
Julien Déramond
69e276e813
Build(deps-dev): Bump the development-dependencies group with 3 updates ( #41566 )
2025-06-23 21:14:30 +02:00
Julien Déramond
777f4c031f
Build(deps-dev): Bump eslint-plugin-import from 2.31.0 to 2.32.0
2025-06-21 10:32:26 +02:00
Julien Déramond
b851a994bd
Docs: use Example shortcode instead of divs with only .bd-example class ( #41556 )
2025-06-19 18:56:42 +02:00
Julien Déramond
094fb64680
Build(deps-dev): Bump the development-dependencies group with 4 updates ( #41560 )
2025-06-19 17:48:26 +02:00
Julien Déramond
6997db4d71
Build(deps-dev): Bump the development-dependencies group with 5 updates ( #41552 )
2025-06-17 17:38:12 +02:00
Patrice Chalin
e6eb77a442
Docs: restore local dev port to 9001 ( #41545 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-06-16 23:56:15 +02:00
Julien Déramond
d83f33af3a
Build(deps-dev): Bump @rollup/plugin-commonjs from 28.0.3 to 28.0.5
2025-06-15 10:47:24 +02:00
Julien Déramond
a70e06ab71
Build(deps-dev): Bump stylelint-config-twbs-bootstrap from 16.0.0 to 16.1.0 ( #41546 )
2025-06-14 09:15:54 +02:00
Julien Déramond
bd4aa6f8bb
Build(deps-dev): Bump the development-dependencies group with 2 updates ( #41544 )
2025-06-13 13:43:54 +02:00
Mark Otto
b6f7ec7ddd
Streamline release prep script ( #41539 )
...
* Streamline release prep script
* Delete local branch if already existing
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-06-12 11:24:10 -07:00
Julien Déramond
f63e5494b0
Build(deps-dev): Bump the development-dependencies group with 3 updates ( #41540 )
2025-06-12 07:20:04 +02:00
Julien Déramond
6f1783df08
Build(deps-dev): Bump zod from 3.25.57 to 3.25.58
2025-06-11 06:41:05 +02:00
Julien Déramond
e0032ae6a5
Release v5.3.7 ( #41509 )
2025-06-10 08:44:49 -07:00
Julien Déramond
0f63de9e73
Build(deps-dev): Bump zod from 3.25.56 to 3.25.57
2025-06-10 07:03:07 +02:00
Julien Déramond
37f33ff678
Build(deps-dev): Bump the development-dependencies group with 2 updates ( #41531 )
2025-06-09 21:02:29 +02:00
Mark Otto
03f27a2b89
Docs: add example of showing dynamic range value with output ( #41516 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-06-09 14:18:42 +02:00
Julien Déramond
f04b980e74
Docs: enhance floating labels placeholder usage description ( #41526 )
2025-06-09 13:57:57 +02:00
Julien Déramond
1c00b1fc88
Build(deps-dev): Bump the development-dependencies group with 3 updates ( #41528 )
2025-06-08 08:19:53 +02:00
Julien Déramond
590226f8f4
Build(deps-dev): Bump the development-dependencies group with 2 updates
2025-06-06 20:03:07 +02:00
Julien Déramond
0a9fa30c82
Build(deps-dev): Bump the development-dependencies group with 4 updates ( #41525 )
2025-06-05 20:59:46 +02:00
dependabot[bot]
0b6c09abb2
Build(deps-dev): Bump zod from 3.25.48 to 3.25.49 ( #41513 )
...
Bumps the development-dependencies group with 1 update: [zod](https://github.com/colinhacks/zod ).
Updates `zod` from 3.25.48 to 3.25.49
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/compare/v3.25.48...v3.25.49 )
---
updated-dependencies:
- dependency-name: zod
dependency-version: 3.25.49
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-04 07:23:25 +02:00
Mark Otto
e6fdd27b73
Mentions CDN integrity and crossorigin attributes in Intro docs page ( #41515 )
2025-06-03 14:53:40 -07:00
Amit Rathiesh
13aa16a99b
Fix: Popover with hover and click triggers closes on mouseleave ( #41511 )
...
* Fix: Popover with hover and click triggers closes on mouseleave
When a popover is configured with `trigger: 'hover click'`,
if you open it by a click, it would incorrectly close when the
mouse pointer leaves the trigger element. This was because the
`mouseleave` event (part of the hover trigger) would hide the
popover without adequately respecting the click trigger's intent
to keep it open.
This commit modifies the click event listener within `Tooltip.js`
(which Popover extends) to explicitly manage the `_activeTrigger[TRIGGER_CLICK]`
state:
- When a click opens the popover or makes a hover-opened popover
sticky, `_activeTrigger[TRIGGER_CLICK]` is set to `true`.
- When a click closes an already click-activated popover,
`_activeTrigger[TRIGGER_CLICK]` is set to `false`.
The `_leave()` method, called by `mouseleave`, already checks
`_isWithActiveTrigger()`. With `_activeTrigger[TRIGGER_CLICK]`
now accurately reflecting the click state, `_leave()` will not
hide a click-activated popover when the mouse leaves the trigger
element. The popover will now correctly remain open until a
subsequent click closes it.
* Removed `test-popover.html`
* Fix linting issues
* Add unit test
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-06-03 12:19:24 -07:00
Julien Déramond
3c1e17823a
Build(deps-dev): Bump zod from 3.25.42 to 3.25.48
2025-06-02 19:43:44 +02:00
Julien Déramond
fb5409b65f
Build(deps-dev): Bump @babel/core from 7.27.3 to 7.27.4
2025-05-31 10:32:04 +02:00
Julien Déramond
6b53c4464a
Regenerate package-lock.json
2025-05-30 10:19:29 +02:00
Julien Déramond
39650db732
Update devDependencies
2025-05-30 10:19:29 +02:00
Mark Otto
12bc56aa11
fix linter ( #41507 )
2025-05-29 13:24:22 -07:00
Mark Otto
195a80686c
Add section to Download page for IntelliSense extension ( #41492 )
2025-05-29 12:06:58 -07:00
Christian Oliff
fd879c0779
Add VSCode Extensions & Settings Configs ( #41498 )
...
Fixes : #41496
2025-05-29 12:06:36 -07:00
Mark Otto
6b3649d369
Move ads to right sidebar to reduce reflow ( #41506 )
...
* Move ads to right sidebar to reduce reflow
* Adjust and fix linter
* More
2025-05-29 12:04:21 -07:00
Julien Déramond
29b45d4c28
CI: switch to Node.js 22 ( #41503 )
2025-05-27 21:36:03 +02:00
dependabot[bot]
c8b471b660
Build(deps-dev): Bump the development-dependencies group with 8 updates ( #41502 )
...
Bumps the development-dependencies group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark ) | `6.3.1` | `6.3.2` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx ) | `4.2.6` | `4.3.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.27.1` | `7.27.3` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) | `5.7.13` | `5.8.0` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `8.0.2` | `8.0.4` |
| [rollup](https://github.com/rollup/rollup ) | `4.41.0` | `4.41.1` |
| [terser](https://github.com/terser/terser ) | `5.39.2` | `5.40.0` |
| [zod](https://github.com/colinhacks/zod ) | `3.25.7` | `3.25.30` |
Updates `@astrojs/markdown-remark` from 6.3.1 to 6.3.2
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@6.3.2/packages/markdown/remark )
Updates `@astrojs/mdx` from 4.2.6 to 4.3.0
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.0/packages/integrations/mdx )
Updates `@astrojs/prism` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-prism/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/prism@3.3.0/packages/astro-prism )
Updates `@babel/core` from 7.27.1 to 7.27.3
- [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.27.3/packages/babel-core )
Updates `astro` from 5.7.13 to 5.8.0
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.8.0/packages/astro )
Updates `npm-run-all2` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v8.0.2...v8.0.4 )
Updates `rollup` from 4.41.0 to 4.41.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/v4.41.0...v4.41.1 )
Updates `terser` from 5.39.2 to 5.40.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.39.2...v5.40.0 )
Updates `zod` from 3.25.7 to 3.25.30
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/commits/v3.25.30 )
---
updated-dependencies:
- dependency-name: "@astrojs/markdown-remark"
dependency-version: 6.3.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@astrojs/mdx"
dependency-version: 4.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@astrojs/prism"
dependency-version: 3.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@babel/core"
dependency-version: 7.27.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: astro
dependency-version: 5.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-version: 8.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-version: 4.41.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: terser
dependency-version: 5.40.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: zod
dependency-version: 3.25.30
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-27 21:22:22 +02:00
Louis-Maxime Piton
81b815358f
Docs: clarify "Via JavaScript" usage example for Accordion Collapse ( #41501 )
2025-05-27 20:32:14 +02:00
Maxime Lardenois
3663e3a061
Docs: add aria label on section headings anchor links ( #41487 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2025-05-25 14:56:22 +02:00
Julien Déramond
a61555b6c2
Examples: remove unused myChart variable ( #41494 )
2025-05-25 14:29:41 +02:00
Julien Déramond
1e7a20a24c
Fix lint warnings in site/src/libs/path.ts
2025-05-25 14:23:16 +02:00
Louis-Maxime Piton
d6ca5ba35b
Docs: fix local assets path handling for Windows compatibility ( #41485 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-25 14:20:20 +02:00
Maxime Lardenois
374c8a1e1f
Docs: fix typo in Masonry example ( #41486 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-23 11:14:11 +02:00
Louis-Maxime Piton
a749136ce2
Docs: enhance 'On this page' ToC accessibility ( #41483 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-23 11:06:18 +02:00
Louis-Maxime Piton
1c3b53bc0b
Docs: ensure stackblitz.js loads conditionally as intended ( #41482 )
...
Co-authored-by: Vincent Prothais <vincent.prothais@orange.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-23 09:47:55 +02:00
Bardi Harborow
eeb12099b6
Docs: Refine sanitizer documentation ( #41434 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-22 21:48:52 +02:00
dependabot[bot]
c85346d0bc
Build(deps-dev): Bump the development-dependencies group with 6 updates ( #41478 )
...
Bumps the development-dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) | `5.7.12` | `5.7.13` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) | `8.1.2` | `8.1.3` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `8.0.1` | `8.0.2` |
| [rollup](https://github.com/rollup/rollup ) | `4.40.2` | `4.41.0` |
| [terser](https://github.com/terser/terser ) | `5.39.1` | `5.39.2` |
| [zod](https://github.com/colinhacks/zod ) | `3.24.4` | `3.25.7` |
Updates `astro` from 5.7.12 to 5.7.13
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.7.13/packages/astro )
Updates `eslint-plugin-html` from 8.1.2 to 8.1.3
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.2...v8.1.3 )
Updates `npm-run-all2` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v8.0.1...v8.0.2 )
Updates `rollup` from 4.40.2 to 4.41.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/v4.40.2...v4.41.0 )
Updates `terser` from 5.39.1 to 5.39.2
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.39.1...v5.39.2 )
Updates `zod` from 3.24.4 to 3.25.7
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/commits )
---
updated-dependencies:
- dependency-name: astro
dependency-version: 5.7.13
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint-plugin-html
dependency-version: 8.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-version: 8.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-version: 4.41.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: terser
dependency-version: 5.39.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: zod
dependency-version: 3.25.7
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 19:17:43 +02:00
Julien Déramond
7f946d4241
Consolidate multiple 'none' values in box-shadow Sass mixin ( #41469 )
2025-05-19 20:53:18 -07:00
Julien Déramond
e5b9f37149
Fix HTML head content built from 'Download examples' button ( #41468 )
2025-05-19 12:52:34 -07:00
dependabot[bot]
0a005b3604
Build(deps-dev): Bump terser from 5.39.0 to 5.39.1 ( #41467 )
...
Bumps the development-dependencies group with 1 update in the / directory: [terser](https://github.com/terser/terser ).
Updates `terser` from 5.39.0 to 5.39.1
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.39.0...v5.39.1 )
---
updated-dependencies:
- dependency-name: terser
dependency-version: 5.39.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-13 21:43:32 +02:00
Julien Déramond
e4720759c0
Update devDependencies ( #41464 )
2025-05-13 21:02:04 +02:00
dependabot[bot]
a74579119a
Build(deps): Bump streetsidesoftware/cspell-action from 6 to 7 ( #41462 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 6 to 7.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-version: '7'
dependency-type: direct:production
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>
2025-05-13 20:39:39 +02:00
Julien Déramond
03f6129e6f
Realign package.json dev deps versions from lock file ( #41461 )
2025-05-12 22:55:38 +02:00
Julien Déramond
ac0e962d32
Drop ununsed @types/google.analytics dev dependency and bump @types dev dependencies ( #41456 )
...
Co-authored-by: Christian Oliff <christianoliff@pm.me >
2025-05-09 18:57:35 +02:00
Julien Déramond
0f19b06745
Update devDependencies ( #41450 )
2025-05-07 17:24:20 +02:00
Julien Déramond
06f4e79cc7
Update devDependencies ( #41445 )
2025-05-06 19:09:11 +02:00
Julien Déramond
33b1b0e7b8
Update devDependencies ( #41443 )
2025-05-06 18:55:23 +02:00
Julien Déramond
6fb43fb737
Add re-synchronization of gh-pages branch in 'docs-prep.sh'
2025-05-06 16:58:08 +02:00
AlexKoala
cababca0b9
Docs: fix broken "View on GitHub" URLs ( #41440 )
2025-05-06 16:46:51 +02:00
Mark Otto
f849680d16
Release v5.3.6 ( #41406 )
...
* Update to v5.3.6
* Rebuild
* Rebuild
2025-05-05 12:21:55 -07:00
Mark Otto
dddd792ffe
Add docs release prep script ( #41435 )
...
* Add docs release prep script
* Fix indentation
* Add argument
* Remote empty site dir, update completion text
2025-05-05 12:07:30 -07:00
Gaël Poupard
c5bec4ea7b
fix(visually-hidden): prevent overflowing children to become focusable ( #41286 )
2025-05-04 13:21:30 -07:00
Julien Déramond
4c98145482
Update devDependencies and regenerate package-lock.json ( #41425 )
2025-05-01 20:56:40 +02:00
MarkoOleksiyenko
ba5b5a6300
docs(pagination): put current page on link element for a11y ( #41154 )
...
* docs(pagination): put current page on link element for a11y
* Reorganize and rewrite
* Update pagination.mdx
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2025-04-29 09:40:45 -07:00
chris
1184417397
remove link to sunset resource on accessibility.mdx ( #41418 )
2025-04-28 21:02:46 -07:00
Mohamad Salman
7bbbc492ef
Removed line break between // Private comment and function ( #41218 )
2025-04-25 10:22:58 -07:00
Mohamad Salman
3bb3c95188
Move _isShown() method to private section ( #41220 )
2025-04-25 10:21:47 -07:00
Christian Oliff
a03a9d6696
Docs: Remove some unneeded Twitter/X metatags ( #41408 )
2025-04-24 15:00:05 +02:00
Julien Déramond
9f4d383046
Remove files configuration from .cspell.json ( #41400 )
2025-04-22 09:16:54 +02:00
Jason Dent
a4b37547a3
Spell check .md and .mdx files ( #41398 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-22 08:54:19 +02:00
Julien Déramond
bd09d21ed6
Fix typos and code indentation in Forms > Checks and radios ( #41399 )
2025-04-22 08:44:44 +02:00
Mark Otto
24305e7b18
Attempt to return focus explicitly to dropdown trigger ( #41365 )
...
Co-authored-by: Mark Otto <mdo@heypierre.app >
2025-04-21 21:20:09 -07:00
Tommaso Allegretti
1d441c7c7f
Docs: add Usage section with JavaScript guide for Accordion component ( #40768 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Tommaso Allegretti <tommasoallegretti@users.noreply.github.com >
2025-04-21 21:04:20 -07:00
Mark Otto
1a6175a1c6
Alternate for #41142 , disabled list group items ( #41397 )
2025-04-21 21:03:10 -07:00
Mohamad Salman
5c5f2913df
Add private comment to BaseComponent Class ( #41254 )
2025-04-21 20:33:04 -07:00
Mark Otto
dd4e14499f
Add switch attribute to docs for switch checkbox ( #41396 )
...
* Add switch attribute to docs for switch checkbox
* tweak
* AI says this is the way
* fix
2025-04-21 20:32:40 -07:00
Julien Déramond
ed36faae9d
Bump image-size from 1.0.2 to 2.0.2 ( #41384 )
2025-04-15 21:18:13 +02:00
Julien Déramond
d01e66f5f7
Update devDependencies ( #41383 )
2025-04-15 21:09:29 +02:00
XhmikosR
2b55a457ce
Update dependabot.yml
2025-04-15 20:56:27 +03:00
Julien Déramond
a8ab19955b
Docs: migration from Hugo to Astro ( #41251 )
...
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
2025-04-15 18:37:47 +02:00
Johannes
99a0dc628a
Removed broken translation links ( #41359 )
...
* Removed broken translation links
* Remove v4 translations, consolidate v5 ones
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2025-04-10 21:43:59 -07:00
Vinicius de Santana
02761cd59e
Doc: fix blockquote mismatch ( #41295 )
...
* fix: blockquote mismatch in card
Refs: #41292
* fix: blockquote mismatch in reboot
Refs: #41292
2025-04-10 21:40:30 -07:00
Julien Déramond
9c90c55543
Docs: move Cheatsheet RTL example to the RTL category ( #41282 )
2025-04-10 23:37:15 +02:00
Julien Déramond
0b5309bd30
Docs: use 'i.e.' instead of 'e.g.' in Floating Labels example description ( #41364 )
2025-04-10 18:23:18 +02:00
Tommaso Allegretti
c147a5d7d6
Docs: add "Border radius" section for Forms > Input group ( #40776 )
...
Co-authored-by: Mark Otto <markdotto@gmail.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-09 20:29:54 +02:00
mscdex
c9cb0d679c
Limit selectors in .card-group to immediate children to fix border-radius bug ( #41298 )
2025-04-09 19:52:24 +02:00
Adam Schoenfeld
e029891967
Docs: mention data-bs-target for offcanvas close buttons ( #41325 )
...
Co-authored-by: Mark Otto <markdotto@gmail.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-09 16:50:05 +02:00
Mohamad Salman
690fbfdbd4
docs: add 'skeleton loaders' to loading placeholders description ( #41177 )
2025-04-08 22:59:25 -07:00
Fox Piacenti
c9ad24b9b7
Docs: better indicate include options in Sass setup ( #41143 )
2025-04-08 19:29:15 +02:00
Maxime Lardenois
6f10a1edbb
Docs: add Sass deprecations notices ( #41283 )
...
Co-authored-by: Mark Otto <markdotto@gmail.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-07 20:23:25 +02:00
Mark Otto
33bb9911e7
Docs: mention npm install and npm run dist in CONTRIBUTING.md ( #41340 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-07 19:44:00 +02:00
William Entriken
9a01aa33de
Docs: fix specification for getInstance ( #41297 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-06 12:56:43 -07:00
Ashcon Partovi
41cbd4d581
Docs: add Bun install instructions ( #41277 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-04 21:34:27 +02:00
Mark Otto
85f23534bd
Bump to v5.3.5 ( #41348 )
...
* Bump to v5.3.5
* Undo comment version change
* undo comment
* release again
2025-04-04 11:20:30 -07:00
Julien Déramond
b1e16bd161
Fix floating labels rendering on Firefox
2025-04-04 10:46:01 -07:00
XhmikosR
51581ed235
Release v5.3.4 ( #40656 )
...
* Bump version to v5.3.4
* Dist
* Dist
* dist again
* re-run npm release
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2025-04-03 08:58:10 -07:00
dependabot[bot]
eed621d96c
Build(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates ( #41334 )
...
Bumps the development-dependencies group with 4 updates in the / directory: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ), [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables ), [rollup](https://github.com/rollup/rollup ) and [stylelint](https://github.com/stylelint/stylelint ).
Updates `@babel/cli` from 7.26.4 to 7.27.0
- [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.27.0/packages/babel-cli )
Updates `find-unused-sass-variables` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases )
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v6.0.0...v6.1.0 )
Updates `rollup` from 4.36.0 to 4.38.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/v4.36.0...v4.38.0 )
Updates `stylelint` from 16.16.0 to 16.17.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.16.0...16.17.0 )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-version: 7.27.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: find-unused-sass-variables
dependency-version: 6.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: rollup
dependency-version: 4.38.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-version: 16.17.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 08:30:07 -07:00
Mohamad Salman
253db02c85
Add active scale effect to animate-img ( #40878 )
...
* Add active scale effect to animate-img
* Update _masthead.scss
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2025-04-02 23:55:08 -07:00
Somi Park
ed2bf138a3
Fix null modal-content-color in modal.scss ( #39977 )
...
Identified that $modal-content-color was set to null, which could lead
to display issues in React Bootstrap Modals. Changed the value to --#{$prefix}body-color
to ensure consistency and correct color application in modal components.
2025-04-02 23:49:33 -07:00
Mark Otto
51e7519638
Quick fix for masthead banner icon spacing
2025-04-02 23:49:21 -07:00
louismaxime.piton
e304e6ac16
Reintroduce #35759 and adding a guard rail on the active state
2025-04-02 23:38:38 -07:00
Louis-Maxime Piton
881ed59ed5
Add .border-circle and .border-pill to the radius size part of the documentation.
2025-04-02 23:11:43 -07:00
Patrick H. Lauke
ed253683f3
[Docs] Remove some unnecessary Twitter references/examples ( #41174 )
...
* Remove some unnecessary Twitter references/examples
* Changes suggested by @mdo
2025-04-02 23:03:06 -07:00
Stephen Horvath
a2c9b39a24
Fix animation when overriding --bs-progress-height
2025-04-02 22:56:10 -07:00
Mohamad Salman
25965bae00
Add missing hyphen to 'Package managed'
2025-04-02 22:54:59 -07:00
Louis-Maxime Piton
49a5ccfd4f
Docs: From Twitter to X ( #40706 )
...
* From Twitter to X
* .
* Use Bootstrap Icons
* Set X card to use `twitter` again
* Update `tests/unit/popover.spec.js`
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-04-02 22:47:45 -07:00
Julien Déramond
77699f30db
Docs: fix StackBlitz icon link examples
2025-04-02 22:47:28 -07:00
Mark Otto
5f6085a3a0
Split CSS properties here to avoid a bug where 0-ing the padding values causes invalid calc() functions
...
Fixes #39798 , fixes #39370 , closes #39873 , undoes changes in #39373
2025-04-02 22:45:00 -07:00
Julien Déramond
a51aaeec6c
Docs: improve progress bar labels markup and explanations for accessibility ( #39364 )
...
* Docs: improve progress bar labels markup and explanations for accessibility
* Update site/content/docs/5.3/components/progress.md
---------
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2025-04-02 22:36:04 -07:00
Vlad GURDIGA
5c75fda231
Docs: replace non-existing .navbar-scroll by .navbar-nav-scroll in Navbar page ( #41308 )
2025-03-21 21:01:32 +01:00
dependabot[bot]
0a56558b5f
Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates ( #41305 )
...
Bumps the development-dependencies group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.26.9` | `7.26.10` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) | `28.0.2` | `28.0.3` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) | `16.0.0` | `16.0.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer ) | `10.4.20` | `10.4.21` |
| [postcss-cli](https://github.com/postcss/postcss-cli ) | `11.0.0` | `11.0.1` |
| [rollup](https://github.com/rollup/rollup ) | `4.34.9` | `4.36.0` |
| [shelljs](https://github.com/shelljs/shelljs ) | `0.8.5` | `0.9.2` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.15.0` | `16.16.0` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) | `15.1.0` | `16.0.0` |
Updates `@babel/core` from 7.26.9 to 7.26.10
- [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.26.10/packages/babel-core )
Updates `@rollup/plugin-commonjs` from 28.0.2 to 28.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.3/packages/commonjs )
Updates `@rollup/plugin-node-resolve` from 16.0.0 to 16.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.1/packages/node-resolve )
Updates `autoprefixer` from 10.4.20 to 10.4.21
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.20...10.4.21 )
Updates `postcss-cli` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/11.0.0...11.0.1 )
Updates `rollup` from 4.34.9 to 4.36.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/v4.34.9...v4.36.0 )
Updates `shelljs` from 0.8.5 to 0.9.2
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.5...v0.9.2 )
Updates `stylelint` from 16.15.0 to 16.16.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.15.0...16.16.0 )
Updates `stylelint-config-twbs-bootstrap` from 15.1.0 to 16.0.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v15.1.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: shelljs
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-18 13:10:47 +02:00
Aneke Oluebube Samuel
1b869e889a
Docs: Align deprecated message with existing migration guide format ( #41299 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-03-15 08:34:37 +01:00
Marios Zindilis
53171ad564
Docs: fix typo in Customize > Sass page ( #41281 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-03-09 09:25:50 +01:00
Julien Déramond
5605e963c0
Docs: mention removal of util.js in migration guide ( #41187 )
2025-03-07 18:53:12 +02:00
dependabot[bot]
bafa9d25ed
Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates ( #41265 )
...
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates
Bumps the development-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@docsearch/js](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-js ) | `3.8.3` | `3.9.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.141.1` | `0.142.0` |
| [postcss](https://github.com/postcss/postcss ) | `8.5.2` | `8.5.3` |
| [rollup](https://github.com/rollup/rollup ) | `4.34.8` | `4.34.9` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.14.1` | `16.15.0` |
Updates `@docsearch/js` from 3.8.3 to 3.9.0
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/commits/v3.9.0/packages/docsearch-js )
Updates `hugo-bin` from 0.141.1 to 0.142.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.141.1...v0.142.0 )
Updates `postcss` from 8.5.2 to 8.5.3
- [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.5.2...8.5.3 )
Updates `rollup` from 4.34.8 to 4.34.9
- [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/v4.34.8...v4.34.9 )
Updates `stylelint` from 16.14.1 to 16.15.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.14.1...16.15.0 )
---
updated-dependencies:
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* @stylistic/stylelint-plugin 3.1.2
* Up more
---------
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 >
2025-03-04 16:46:05 +02:00
dependabot[bot]
90acd33350
Build(deps-dev): Bump the development-dependencies group across 1 directory with 7 updates ( #41234 )
...
Bumps the development-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.26.0` | `7.26.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.26.0` | `7.26.9` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.139.0` | `0.141.1` |
| [postcss](https://github.com/postcss/postcss ) | `8.5.1` | `8.5.2` |
| [rollup](https://github.com/rollup/rollup ) | `4.31.0` | `4.34.8` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.13.2` | `16.14.1` |
| [terser](https://github.com/terser/terser ) | `5.37.0` | `5.39.0` |
Updates `@babel/core` from 7.26.0 to 7.26.9
- [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.26.9/packages/babel-core )
Updates `@babel/preset-env` from 7.26.0 to 7.26.9
- [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.26.9/packages/babel-preset-env )
Updates `hugo-bin` from 0.139.0 to 0.141.1
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.139.0...v0.141.1 )
Updates `postcss` from 8.5.1 to 8.5.2
- [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.5.1...8.5.2 )
Updates `rollup` from 4.31.0 to 4.34.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/v4.31.0...v4.34.8 )
Updates `stylelint` from 16.13.2 to 16.14.1
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.13.2...16.14.1 )
Updates `terser` from 5.37.0 to 5.39.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.37.0...v5.39.0 )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 16:35:57 +02:00
Christian Oliff
669079dff6
Docs: Simplify ids for checks, radios and switches ( #41228 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-02-16 08:05:23 +01:00
Simmon Li
0f13e1c2e7
Docs: clarify hide.bs.modal event behavior and add prevention details ( #38411 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-02-12 18:46:50 +01:00
Mohamad Salman
c5be828d99
Docs: fix clipboard icon visibility issue after multiple clicks ( #40917 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-02-09 10:50:20 +01:00
Mohamad Salman
b7f3d6a6be
Rename fixtureId to FIXTURE_ID in js/tests/helpers for consistency ( #41150 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-02-08 18:37:52 +01:00
dependabot[bot]
5708adc816
Build(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates ( #41171 )
...
Bumps the development-dependencies group with 3 updates in the / directory: [@docsearch/js](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-js ), [hugo-bin](https://github.com/fenneclab/hugo-bin ) and [rollup](https://github.com/rollup/rollup ).
Updates `@docsearch/js` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/commits/v3.8.3/packages/docsearch-js )
Updates `hugo-bin` from 0.137.2 to 0.139.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.137.2...v0.139.0 )
Updates `rollup` from 4.30.1 to 4.31.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/v4.30.1...v4.31.0 )
---
updated-dependencies:
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 08:57:39 +02:00
dependabot[bot]
5210c9b24c
Build(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates ( #41155 )
...
Bumps the development-dependencies group with 4 updates in the / directory: [hugo-bin](https://github.com/fenneclab/hugo-bin ), [postcss](https://github.com/postcss/postcss ), [rollup](https://github.com/rollup/rollup ) and [stylelint](https://github.com/stylelint/stylelint ).
Updates `hugo-bin` from 0.137.0 to 0.137.2
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.137.0...v0.137.2 )
Updates `postcss` from 8.4.49 to 8.5.1
- [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.49...8.5.1 )
Updates `rollup` from 4.28.1 to 4.30.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/v4.28.1...v4.30.1 )
Updates `stylelint` from 16.12.0 to 16.13.2
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.12.0...16.13.2 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 13:44:15 +02:00
XhmikosR
541acb4aac
Bump year to 2025
2025-01-15 13:43:41 +02:00
Julien Déramond
a5d430d526
Fix display issues of close button in contextual light and dark modes ( #41126 )
2024-12-31 09:08:59 +01:00
Julien Déramond
0cbfe13adf
Fix display issues of carousel child elements in contextual light and dark modes ( #40695 )
...
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
2024-12-19 08:23:57 +01:00
Tommaso Allegretti
214a5e0bbf
Docs: add descriptions for Webpack, Parcel and Vite guides ( #40714 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-12-18 22:20:26 +01:00
DrejT
b80e676232
Docs: add .overflow-x-auto to CSS Grid nesting example at small breakpoints ( #40928 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-12-18 10:22:10 +01:00
Grimalkin
c536836aa8
CSS: consistent approach for calc with negative values ( #41004 )
...
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-12-18 09:51:19 +01:00
dependabot[bot]
b3d2e7b1d8
Build(deps-dev): Bump the development-dependencies group across 1 directory with 8 updates ( #41109 )
...
Bumps the development-dependencies group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@docsearch/js](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-js ) | `3.8.0` | `3.8.2` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) | `28.0.1` | `28.0.2` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) | `15.3.0` | `16.0.0` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) | `6.0.1` | `6.0.2` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.136.3` | `0.137.0` |
| [nodemon](https://github.com/remy/nodemon ) | `3.1.7` | `3.1.9` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `7.0.1` | `7.0.2` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.11.0` | `16.12.0` |
Updates `@docsearch/js` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/commits/v3.8.2/packages/docsearch-js )
Updates `@rollup/plugin-commonjs` from 28.0.1 to 28.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.2/packages/commonjs )
Updates `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve )
Updates `@rollup/plugin-replace` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/packages/replace )
Updates `hugo-bin` from 0.136.3 to 0.137.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.136.3...v0.137.0 )
Updates `nodemon` from 3.1.7 to 3.1.9
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.7...v3.1.9 )
Updates `npm-run-all2` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v7.0.1...v7.0.2 )
Updates `stylelint` from 16.11.0 to 16.12.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.11.0...16.12.0 )
---
updated-dependencies:
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-replace"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 10:03:34 +02:00
Iván Pereira
a353ed4b19
Docs: mention rtl:freeze instead of rtl:ignore with PostCSS RTLCSS ( #41098 )
2024-12-16 10:19:39 +01:00
Christian Oliff
ff7d1be0b7
Use <article> element for example cards ( #40965 )
...
This makes semantic sense.
REF: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2024-12-10 12:03:18 +00:00
Hannah Issermann
1d92d0b68f
Docs: missing aria-hidden on some decorative SVGs ( #40756 )
...
* Docs: missing aria-hidden on some decorative SVGs
* Docs: missing aria-hidden on check mark on docs version dropdown in docs' header
* Docs: missing aria-hidden on check mark on theme toggler dropdown in docs' header
* Docs: missing aria-hidden on position utility example
* Docs: missing aria-hidden on features examples
* Docs: missing aria-hidden
* Docs: missing label on link
* Build(deps-dev): Bump rollup from 4.20.0 to 4.21.1 (#40775 )
Bumps [rollup](https://github.com/rollup/rollup ) from 4.20.0 to 4.21.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/v4.20.0...v4.21.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>
* Build(deps-dev): Bump @babel/preset-env from 7.25.3 to 7.25.4 (#40773 )
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.3 to 7.25.4.
- [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.25.4/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>
* Build(deps-dev): Bump hugo-bin from 0.129.1 to 0.130.1 (#40774 )
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.129.1 to 0.130.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.129.1...v0.130.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>
* npm audit fix
* Build(deps-dev): Bump stylelint-config-twbs-bootstrap (#40786 )
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 14.2.0 to 15.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v14.2.0...v15.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
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>
* Build(deps-dev): Bump rollup from 4.21.1 to 4.21.2 (#40785 )
Bumps [rollup](https://github.com/rollup/rollup ) from 4.21.1 to 4.21.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/v4.21.1...v4.21.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>
* Build(deps-dev): Bump eslint-plugin-import from 2.29.1 to 2.30.0 (#40783 )
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.29.1 to 2.30.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
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>
* Build(deps-dev): Bump rtlcss from 4.2.0 to 4.3.0 (#40782 )
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss ) from 4.2.0 to 4.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/v4.2.0...v4.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>
* Build(deps-dev): Bump @babel/cli from 7.24.8 to 7.25.6 (#40788 )
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.24.8 to 7.25.6.
- [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.25.6/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
* Docs: clarify the title on the 'About > Overview' page (#40762 )
* Build(deps-dev): Bump postcss from 8.4.41 to 8.4.44 (#40784 )
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.41 to 8.4.44.
- [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.41...8.4.44 )
---
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 >
* Docs: add missing `$enable-css-grid` in 'Customize > Options' (#40797 )
Co-authored-by: Julien Déramond <juderamond@gmail.com >
* Remove aria-label from this PR
* Rollback unwanted modif
* Build(deps-dev): Bump postcss from 8.4.44 to 8.4.45 (#40806 )
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.44 to 8.4.45.
- [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.44...8.4.45 )
---
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>
* Fix popover remaining open when toggled after being shown (#40803 )
Co-authored-by: Dmitry Sergienko <dmitry.sergienko@codefirst.net >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
* Docs: update notice on Safari flexbox gap support in 'Helpers > Stacks' (#40844 )
* Add missing aria-hidden to decorative `<svg>` and `aria-label` and `role="img"` to informative ones in examples until dropdowns
* .
* Add missing aria-hidden to decorative `<svg>` and `aria-label` and `role="img"` to informative ones in examples until modals
* rollback
* rollback
* Docs: update `min-height` inline style for modal with long content (#40870 )
* Add missing svgs
* Build(deps): Bump body-parser in the npm_and_yarn group (#40862 )
Bumps the npm_and_yarn group with 1 update: [body-parser](https://github.com/expressjs/body-parser ).
Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): Bump rollup in the npm_and_yarn group (#40886 )
Bumps the npm_and_yarn group with 1 update: [rollup](https://github.com/rollup/rollup ).
Updates `rollup` from 4.21.2 to 4.23.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/v4.21.2...v4.23.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): Bump eslint from 8.57.0 to 8.57.1 (#40843 )
Bumps [eslint](https://github.com/eslint/eslint ) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1 )
---
updated-dependencies:
- dependency-name: eslint
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>
* Build(deps-dev): Bump hugo-bin from 0.130.1 to 0.132.0 (#40882 )
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.130.1 to 0.132.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.130.1...v0.132.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>
* Build(deps-dev): Bump npm-run-all2 from 6.2.2 to 6.2.3 (#40842 )
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.2...v6.2.3 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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: switch to grouped updates (#40888 )
* Build(deps-dev): Bump terser from 5.31.6 to 5.34.1 (#40883 )
Bumps [terser](https://github.com/terser/terser ) from 5.31.6 to 5.34.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.34.1 )
---
updated-dependencies:
- dependency-name: terser
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>
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates (#40895 )
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates
Bumps the development-dependencies group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@docsearch/js](https://github.com/algolia/docsearch ) | `3.6.1` | `3.6.2` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) | `26.0.1` | `28.0.0` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) | `15.2.3` | `15.3.0` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) | `5.0.7` | `6.0.1` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) | `8.1.1` | `8.1.2` |
| [nodemon](https://github.com/remy/nodemon ) | `3.1.4` | `3.1.7` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.45` | `8.4.47` |
| [sass](https://github.com/sass/dart-sass ) | `1.77.8` | `1.78.0` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) | `15.0.0` | `15.1.0` |
Updates `@docsearch/js` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/compare/v3.6.1...v3.6.2 )
Updates `@rollup/plugin-commonjs` from 26.0.1 to 28.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.0/packages/commonjs )
Updates `@rollup/plugin-node-resolve` from 15.2.3 to 15.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve )
Updates `@rollup/plugin-replace` from 5.0.7 to 6.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/replace )
Updates `eslint-plugin-html` from 8.1.1 to 8.1.2
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.1...v8.1.2 )
Updates `nodemon` from 3.1.4 to 3.1.7
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.7 )
Updates `postcss` from 8.4.45 to 8.4.47
- [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.45...8.4.47 )
Updates `sass` from 1.77.8 to 1.78.0
- [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.77.8...1.78.0 )
Updates `stylelint-config-twbs-bootstrap` from 15.0.0 to 15.1.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v15.0.0...v15.1.0 )
---
updated-dependencies:
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-replace"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: eslint-plugin-html
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix new stylelint-config-recess-order issues (#40887 )
* Pin sass to 1.78
If the issues are fixed, it should be updated again along with the caret operator.
---------
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 >
* Update devDependencies
* jasmine ^5.2.0 → ^5.3.0
* stylelint ^16.8.1 → ^16.9.0
* Remove unneeded flexbug workaround (#40876 )
This was only needed for Internet Explorer. Removing it saves a couple of bytes. :-)
REF: https://github.com/philipwalton/flexbugs#flexbug-4
* package.json: ignore more deps
* Docs: fix `$enable-css-grid` → `$enable-cssgrid` in 'Customize > Options' (#40818 )
* Docs: Indicate links in foreign language in Translations page (#40767 )
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
* Docs: Make "Edit in Stackblitz" links explicit in 'Examples' page (#40766 )
Co-authored-by: Julien Déramond <juderamond@gmail.com >
* Docs: remove unused class in the homepage (#40900 )
Co-authored-by: Julien Déramond <juderamond@gmail.com >
* Docs: drop useless `.justify-content-start` class in homepage (#40914 )
* Examples: fix Cheatsheet examples horizontal scrolling (#40799 )
* Docs: precise how to add new `.order-*` classes in 'Layout > Columns' (#40821 )
Co-authored-by: Tobi <TobiGr@users.noreply.github.com >
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
* Docs: replace `.grid` by `.d-grid` in 'Utilities > Spacing' gap section (#40790 )
Co-authored-by: Julien Déramond <juderamond@gmail.com >
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates (#40920 )
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) | `7.25.6` | `7.25.7` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.2` | `7.25.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.4` | `7.25.7` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) | `2.30.0` | `2.31.0` |
| [rollup](https://github.com/rollup/rollup ) | `4.23.0` | `4.24.0` |
| [sass-true](https://github.com/oddbird/true ) | `8.0.0` | `8.1.0` |
Updates `@babel/cli` from 7.25.6 to 7.25.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.25.7/packages/babel-cli )
Updates `@babel/core` from 7.25.2 to 7.25.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.25.7/packages/babel-core )
Updates `@babel/preset-env` from 7.25.4 to 7.25.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.25.7/packages/babel-preset-env )
Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0 )
Updates `rollup` from 4.23.0 to 4.24.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/v4.23.0...v4.24.0 )
Updates `sass-true` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/oddbird/true/releases )
- [Changelog](https://github.com/oddbird/true/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oddbird/true/compare/v8.0.0...v8.1.0 )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: sass-true
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps): Bump the npm_and_yarn group with 2 updates (#40929 )
Bumps the npm_and_yarn group with 2 updates: [cookie](https://github.com/jshttp/cookie ) and [socket.io](https://github.com/socketio/socket.io ).
Updates `cookie` from 0.4.2 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases )
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.2 )
Updates `socket.io` from 4.7.5 to 4.8.0
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/socket.io@4.7.5...socket.io@4.8.0 )
---
updated-dependencies:
- dependency-name: cookie
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: socket.io
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Docs: fix `background-blend-mode` CSS value (#40931 )
* Docs: fix example hiding element except on medium and large devices in 'Utilities > Display > Hiding elements' (#40951 )
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates (#40953 )
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.7` | `7.25.8` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.7` | `7.25.8` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) | `28.0.0` | `28.0.1` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.132.0` | `0.133.1` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.9.0` | `16.10.0` |
| [terser](https://github.com/terser/terser ) | `5.34.1` | `5.36.0` |
Updates `@babel/core` from 7.25.7 to 7.25.8
- [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.25.8/packages/babel-core )
Updates `@babel/preset-env` from 7.25.7 to 7.25.8
- [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.25.8/packages/babel-preset-env )
Updates `@rollup/plugin-commonjs` from 28.0.0 to 28.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.1/packages/commonjs )
Updates `hugo-bin` from 0.132.0 to 0.133.1
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.132.0...v0.133.1 )
Updates `stylelint` from 16.9.0 to 16.10.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.9.0...16.10.0 )
Updates `terser` from 5.34.1 to 5.36.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.34.1...v5.36.0 )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Docs: add ngx-bootstrap to JavaScript frameworks list (#40932 )
* Docs: fix transparent navbar in Windows high contrast mode (#40911 )
Co-authored-by: Julien Déramond <juderamond@gmail.com >
* Docs: correct example formatting in 'Utilities > API' for linting compliance (#40973 )
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates (#40978 )
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) | `7.25.7` | `7.25.9` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.8` | `7.25.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.8` | `7.25.9` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.133.1` | `0.133.5` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `6.2.3` | `7.0.1` |
| [vnu-jar](https://github.com/validator/validator ) | `23.4.11` | `24.10.17` |
Updates `@babel/cli` from 7.25.7 to 7.25.9
- [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.25.9/packages/babel-cli )
Updates `@babel/core` from 7.25.8 to 7.25.9
- [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.25.9/packages/babel-core )
Updates `@babel/preset-env` from 7.25.8 to 7.25.9
- [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.25.9/packages/babel-preset-env )
Updates `hugo-bin` from 0.133.1 to 0.133.5
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.133.1...v0.133.5 )
Updates `npm-run-all2` from 6.2.3 to 7.0.1
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v7.0.1 )
Updates `vnu-jar` from 23.4.11 to 24.10.17
- [Release notes](https://github.com/validator/validator/releases )
- [Changelog](https://github.com/validator/validator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/validator/validator/commits )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: vnu-jar
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates (#41010 )
Bumps the development-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.9` | `7.26.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.9` | `7.26.0` |
| [@docsearch/js](https://github.com/algolia/docsearch ) | `3.6.2` | `3.7.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.133.5` | `0.134.1` |
| [rollup](https://github.com/rollup/rollup ) | `4.24.0` | `4.24.4` |
Updates `@babel/core` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-core )
Updates `@babel/preset-env` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-preset-env )
Updates `@docsearch/js` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/compare/v3.6.2...v3.7.0 )
Updates `hugo-bin` from 0.133.5 to 0.134.1
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.133.5...v0.134.1 )
Updates `rollup` from 4.24.0 to 4.24.4
- [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/v4.24.0...v4.24.4 )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Docs: fix `.order` values in the migration guide (#41030 )
* Fix left alignment of floating labels with `.form-select` size variants (#41013 )
Co-authored-by: Patrick Kroog <pk@kroog.com >
Co-authored-by: Christian Oliff <christianoliff@pm.me >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
* Docs: Fix broken link in dropdowns documentation (#41052 )
* Docs: add warning callout for Yarn Berry for Bootstrap examples compat (#41036 )
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 7 updates (#41082 )
Bumps the development-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) | `7.25.9` | `7.26.4` |
| [@docsearch/js](https://github.com/algolia/docsearch ) | `3.7.0` | `3.8.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.134.1` | `0.136.3` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.47` | `8.4.49` |
| [rollup](https://github.com/rollup/rollup ) | `4.24.4` | `4.28.1` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.10.0` | `16.11.0` |
| [terser](https://github.com/terser/terser ) | `5.36.0` | `5.37.0` |
Updates `@babel/cli` from 7.25.9 to 7.26.4
- [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.26.4/packages/babel-cli )
Updates `@docsearch/js` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0 )
Updates `hugo-bin` from 0.134.1 to 0.136.3
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.134.1...v0.136.3 )
Updates `postcss` from 8.4.47 to 8.4.49
- [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.47...8.4.49 )
Updates `rollup` from 4.24.4 to 4.28.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/v4.24.4...v4.28.1 )
Updates `stylelint` from 16.10.0 to 16.11.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.10.0...16.11.0 )
Updates `terser` from 5.36.0 to 5.37.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.37.0 )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update devDependencies and regenerate package-lock.json
* Move aria-label to wrapping links
avoids unnecessary "link, graphic, blah" announcement in screen readers
---------
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 >
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Dmitry <dmitrysergienko2000@gmail.com >
Co-authored-by: Dmitry Sergienko <dmitry.sergienko@codefirst.net >
Co-authored-by: Christian Oliff <christianoliff@pm.me >
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
Co-authored-by: Mohamad Salman <139472418+MohamadSalman11@users.noreply.github.com >
Co-authored-by: Tobi <TobiGr@users.noreply.github.com >
Co-authored-by: Patrick (Casus Belli) <pkroog@kroog.org >
Co-authored-by: Patrick Kroog <pk@kroog.com >
Co-authored-by: Vincent Prothais <vincent.prothais@orange.com >
2024-12-10 09:29:02 +00:00
XhmikosR
760b4cc41d
Update devDependencies and regenerate package-lock.json
2024-12-07 07:31:01 +02:00
dependabot[bot]
58f2df88b6
Build(deps-dev): Bump the development-dependencies group across 1 directory with 7 updates ( #41082 )
...
Bumps the development-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) | `7.25.9` | `7.26.4` |
| [@docsearch/js](https://github.com/algolia/docsearch ) | `3.7.0` | `3.8.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.134.1` | `0.136.3` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.47` | `8.4.49` |
| [rollup](https://github.com/rollup/rollup ) | `4.24.4` | `4.28.1` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.10.0` | `16.11.0` |
| [terser](https://github.com/terser/terser ) | `5.36.0` | `5.37.0` |
Updates `@babel/cli` from 7.25.9 to 7.26.4
- [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.26.4/packages/babel-cli )
Updates `@docsearch/js` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0 )
Updates `hugo-bin` from 0.134.1 to 0.136.3
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.134.1...v0.136.3 )
Updates `postcss` from 8.4.47 to 8.4.49
- [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.47...8.4.49 )
Updates `rollup` from 4.24.4 to 4.28.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/v4.24.4...v4.28.1 )
Updates `stylelint` from 16.10.0 to 16.11.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.10.0...16.11.0 )
Updates `terser` from 5.36.0 to 5.37.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.37.0 )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 07:27:49 +02:00
Julien Déramond
ec96eacd0e
Docs: add warning callout for Yarn Berry for Bootstrap examples compat ( #41036 )
2024-11-22 10:54:10 +01:00
Vincent Prothais
7002738865
Docs: Fix broken link in dropdowns documentation ( #41052 )
2024-11-22 09:39:38 +01:00
Patrick (Casus Belli)
cacbdc680e
Fix left alignment of floating labels with .form-select size variants ( #41013 )
...
Co-authored-by: Patrick Kroog <pk@kroog.com >
Co-authored-by: Christian Oliff <christianoliff@pm.me >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
2024-11-14 11:12:33 +01:00
Julien Déramond
f9b32bc3de
Docs: fix .order values in the migration guide ( #41030 )
2024-11-13 17:29:02 +01:00
dependabot[bot]
cbbb567b63
Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates ( #41010 )
...
Bumps the development-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.9` | `7.26.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.9` | `7.26.0` |
| [@docsearch/js](https://github.com/algolia/docsearch ) | `3.6.2` | `3.7.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.133.5` | `0.134.1` |
| [rollup](https://github.com/rollup/rollup ) | `4.24.0` | `4.24.4` |
Updates `@babel/core` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-core )
Updates `@babel/preset-env` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-preset-env )
Updates `@docsearch/js` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/compare/v3.6.2...v3.7.0 )
Updates `hugo-bin` from 0.133.5 to 0.134.1
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.133.5...v0.134.1 )
Updates `rollup` from 4.24.0 to 4.24.4
- [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/v4.24.0...v4.24.4 )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 07:58:08 +02:00
dependabot[bot]
c2a7d686de
Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates ( #40978 )
...
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) | `7.25.7` | `7.25.9` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.8` | `7.25.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.8` | `7.25.9` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.133.1` | `0.133.5` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `6.2.3` | `7.0.1` |
| [vnu-jar](https://github.com/validator/validator ) | `23.4.11` | `24.10.17` |
Updates `@babel/cli` from 7.25.7 to 7.25.9
- [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.25.9/packages/babel-cli )
Updates `@babel/core` from 7.25.8 to 7.25.9
- [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.25.9/packages/babel-core )
Updates `@babel/preset-env` from 7.25.8 to 7.25.9
- [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.25.9/packages/babel-preset-env )
Updates `hugo-bin` from 0.133.1 to 0.133.5
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.133.1...v0.133.5 )
Updates `npm-run-all2` from 6.2.3 to 7.0.1
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v7.0.1 )
Updates `vnu-jar` from 23.4.11 to 24.10.17
- [Release notes](https://github.com/validator/validator/releases )
- [Changelog](https://github.com/validator/validator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/validator/validator/commits )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: vnu-jar
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 08:40:14 +03:00
Julien Déramond
9708bcced8
Docs: correct example formatting in 'Utilities > API' for linting compliance ( #40973 )
2024-10-24 13:38:35 +02:00
Mohamad Salman
fa3ad0bfd3
Docs: fix transparent navbar in Windows high contrast mode ( #40911 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-10-24 10:37:40 +02:00
Julien Déramond
30e0152567
Docs: add ngx-bootstrap to JavaScript frameworks list ( #40932 )
2024-10-21 16:47:39 +03:00
dependabot[bot]
5c2f2e7e0e
Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates ( #40953 )
...
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.7` | `7.25.8` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.7` | `7.25.8` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) | `28.0.0` | `28.0.1` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.132.0` | `0.133.1` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.9.0` | `16.10.0` |
| [terser](https://github.com/terser/terser ) | `5.34.1` | `5.36.0` |
Updates `@babel/core` from 7.25.7 to 7.25.8
- [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.25.8/packages/babel-core )
Updates `@babel/preset-env` from 7.25.7 to 7.25.8
- [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.25.8/packages/babel-preset-env )
Updates `@rollup/plugin-commonjs` from 28.0.0 to 28.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.1/packages/commonjs )
Updates `hugo-bin` from 0.132.0 to 0.133.1
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.132.0...v0.133.1 )
Updates `stylelint` from 16.9.0 to 16.10.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.9.0...16.10.0 )
Updates `terser` from 5.34.1 to 5.36.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.34.1...v5.36.0 )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 10:18:32 +03:00
Julien Déramond
5796e152a4
Docs: fix example hiding element except on medium and large devices in 'Utilities > Display > Hiding elements' ( #40951 )
2024-10-16 17:06:25 +02:00
Mohamad Salman
88bb06b8cc
Docs: fix background-blend-mode CSS value ( #40931 )
2024-10-10 17:40:03 +02:00
dependabot[bot]
1862645095
Build(deps): Bump the npm_and_yarn group with 2 updates ( #40929 )
...
Bumps the npm_and_yarn group with 2 updates: [cookie](https://github.com/jshttp/cookie ) and [socket.io](https://github.com/socketio/socket.io ).
Updates `cookie` from 0.4.2 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases )
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.2 )
Updates `socket.io` from 4.7.5 to 4.8.0
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/socket.io@4.7.5...socket.io@4.8.0 )
---
updated-dependencies:
- dependency-name: cookie
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: socket.io
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 22:21:50 +03:00
dependabot[bot]
a6f4299797
Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates ( #40920 )
...
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) | `7.25.6` | `7.25.7` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.2` | `7.25.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.4` | `7.25.7` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) | `2.30.0` | `2.31.0` |
| [rollup](https://github.com/rollup/rollup ) | `4.23.0` | `4.24.0` |
| [sass-true](https://github.com/oddbird/true ) | `8.0.0` | `8.1.0` |
Updates `@babel/cli` from 7.25.6 to 7.25.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.25.7/packages/babel-cli )
Updates `@babel/core` from 7.25.2 to 7.25.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.25.7/packages/babel-core )
Updates `@babel/preset-env` from 7.25.4 to 7.25.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.25.7/packages/babel-preset-env )
Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0 )
Updates `rollup` from 4.23.0 to 4.24.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/v4.23.0...v4.24.0 )
Updates `sass-true` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/oddbird/true/releases )
- [Changelog](https://github.com/oddbird/true/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oddbird/true/compare/v8.0.0...v8.1.0 )
---
updated-dependencies:
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: sass-true
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 21:48:19 +03:00
Louis-Maxime Piton
798df99400
Docs: replace .grid by .d-grid in 'Utilities > Spacing' gap section ( #40790 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-10-09 17:44:56 +02:00
Julien Déramond
15c1324d9e
Docs: precise how to add new .order-* classes in 'Layout > Columns' ( #40821 )
...
Co-authored-by: Tobi <TobiGr@users.noreply.github.com >
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
2024-10-09 17:03:55 +02:00
Julien Déramond
fee9dc2438
Examples: fix Cheatsheet examples horizontal scrolling ( #40799 )
2024-10-08 08:42:23 +02:00
Julien Déramond
2f7184e125
Docs: drop useless .justify-content-start class in homepage ( #40914 )
2024-10-07 08:47:26 +02:00
Mohamad Salman
f73113c4a7
Docs: remove unused class in the homepage ( #40900 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-10-07 08:27:06 +02:00
Hannah Issermann
653f8f3cb3
Docs: Make "Edit in Stackblitz" links explicit in 'Examples' page ( #40766 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-10-06 12:35:34 +02:00
Hannah Issermann
d07536f7f6
Docs: Indicate links in foreign language in Translations page ( #40767 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2024-10-02 15:28:49 +02:00
Julien Déramond
2fab352a6c
Docs: fix $enable-css-grid → $enable-cssgrid in 'Customize > Options' ( #40818 )
2024-10-02 07:31:47 +02:00
XhmikosR
f32ae30297
package.json: ignore more deps
2024-10-02 08:29:00 +03:00
Christian Oliff
8885dc2a77
Remove unneeded flexbug workaround ( #40876 )
...
This was only needed for Internet Explorer. Removing it saves a couple of bytes. :-)
REF: https://github.com/philipwalton/flexbugs#flexbug-4
2024-10-02 08:19:55 +03:00
XhmikosR
9270d1c51a
Update devDependencies
...
* jasmine ^5.2.0 → ^5.3.0
* stylelint ^16.8.1 → ^16.9.0
2024-10-02 08:14:02 +03:00
dependabot[bot]
5ee90fe3d7
Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates ( #40895 )
...
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates
Bumps the development-dependencies group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@docsearch/js](https://github.com/algolia/docsearch ) | `3.6.1` | `3.6.2` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) | `26.0.1` | `28.0.0` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) | `15.2.3` | `15.3.0` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) | `5.0.7` | `6.0.1` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) | `8.1.1` | `8.1.2` |
| [nodemon](https://github.com/remy/nodemon ) | `3.1.4` | `3.1.7` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.45` | `8.4.47` |
| [sass](https://github.com/sass/dart-sass ) | `1.77.8` | `1.78.0` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) | `15.0.0` | `15.1.0` |
Updates `@docsearch/js` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/algolia/docsearch/releases )
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algolia/docsearch/compare/v3.6.1...v3.6.2 )
Updates `@rollup/plugin-commonjs` from 26.0.1 to 28.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.0/packages/commonjs )
Updates `@rollup/plugin-node-resolve` from 15.2.3 to 15.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve )
Updates `@rollup/plugin-replace` from 5.0.7 to 6.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/replace )
Updates `eslint-plugin-html` from 8.1.1 to 8.1.2
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.1...v8.1.2 )
Updates `nodemon` from 3.1.4 to 3.1.7
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.7 )
Updates `postcss` from 8.4.45 to 8.4.47
- [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.45...8.4.47 )
Updates `sass` from 1.77.8 to 1.78.0
- [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.77.8...1.78.0 )
Updates `stylelint-config-twbs-bootstrap` from 15.0.0 to 15.1.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v15.0.0...v15.1.0 )
---
updated-dependencies:
- dependency-name: "@docsearch/js"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-replace"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: eslint-plugin-html
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix new stylelint-config-recess-order issues (#40887 )
* Pin sass to 1.78
If the issues are fixed, it should be updated again along with the caret operator.
---------
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 >
2024-10-02 08:11:23 +03:00
dependabot[bot]
9b638d7146
Build(deps-dev): Bump terser from 5.31.6 to 5.34.1 ( #40883 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.31.6 to 5.34.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.34.1 )
---
updated-dependencies:
- dependency-name: terser
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>
2024-10-01 17:42:01 +03:00
XhmikosR
c57190fa31
Dependabot: switch to grouped updates ( #40888 )
2024-10-01 17:27:13 +03:00
dependabot[bot]
7b0a123646
Build(deps-dev): Bump npm-run-all2 from 6.2.2 to 6.2.3 ( #40842 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.2...v6.2.3 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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>
2024-10-01 17:23:08 +03:00
dependabot[bot]
05079f5ec9
Build(deps-dev): Bump hugo-bin from 0.130.1 to 0.132.0 ( #40882 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.130.1 to 0.132.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.130.1...v0.132.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>
2024-10-01 17:10:46 +03:00
dependabot[bot]
2c79a97128
Build(deps-dev): Bump eslint from 8.57.0 to 8.57.1 ( #40843 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1 )
---
updated-dependencies:
- dependency-name: eslint
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>
2024-10-01 17:09:55 +03:00
dependabot[bot]
5a417eb2de
Build(deps-dev): Bump rollup in the npm_and_yarn group ( #40886 )
...
Bumps the npm_and_yarn group with 1 update: [rollup](https://github.com/rollup/rollup ).
Updates `rollup` from 4.21.2 to 4.23.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/v4.21.2...v4.23.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 17:08:36 +03:00
dependabot[bot]
cb8db371d4
Build(deps): Bump body-parser in the npm_and_yarn group ( #40862 )
...
Bumps the npm_and_yarn group with 1 update: [body-parser](https://github.com/expressjs/body-parser ).
Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 17:05:33 +03:00
Hannah Issermann
a7a45b25a6
Docs: add missing aria-label to SVG with tooltip ( #40808 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-09-26 15:03:48 +02:00
Christian Oliff
9b00689715
Docs: update min-height inline style for modal with long content ( #40870 )
2024-09-24 14:43:37 +02:00
Christian Oliff
523493d096
Docs: update notice on Safari flexbox gap support in 'Helpers > Stacks' ( #40844 )
2024-09-18 15:35:28 +02:00
Dmitry
fecd219983
Fix popover remaining open when toggled after being shown ( #40803 )
...
Co-authored-by: Dmitry Sergienko <dmitry.sergienko@codefirst.net >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-09-12 09:45:08 +02:00
dependabot[bot]
dcec1df61f
Build(deps-dev): Bump postcss from 8.4.44 to 8.4.45 ( #40806 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.44 to 8.4.45.
- [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.44...8.4.45 )
---
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>
2024-09-10 17:07:45 +03:00
Hannah Issermann
429e0c3b9d
Docs: add missing $enable-css-grid in 'Customize > Options' ( #40797 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-09-09 08:42:46 +02:00
dependabot[bot]
6f87fce796
Build(deps-dev): Bump postcss from 8.4.41 to 8.4.44 ( #40784 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.41 to 8.4.44.
- [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.41...8.4.44 )
---
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 >
2024-09-04 11:01:23 +03:00
Louis-Maxime Piton
329acbdec6
Docs: clarify the title on the 'About > Overview' page ( #40762 )
2024-09-04 09:17:52 +02:00
dependabot[bot]
e1b48d253c
Build(deps-dev): Bump @babel/cli from 7.24.8 to 7.25.6 ( #40788 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.24.8 to 7.25.6.
- [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.25.6/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2024-09-03 12:47:20 +03:00
dependabot[bot]
3390260883
Build(deps-dev): Bump rtlcss from 4.2.0 to 4.3.0 ( #40782 )
...
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss ) from 4.2.0 to 4.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/v4.2.0...v4.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>
2024-09-03 12:44:19 +03:00
dependabot[bot]
24b9ce532f
Build(deps-dev): Bump eslint-plugin-import from 2.29.1 to 2.30.0 ( #40783 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.29.1 to 2.30.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
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>
2024-09-03 12:43:00 +03:00
dependabot[bot]
a6b02a5f08
Build(deps-dev): Bump rollup from 4.21.1 to 4.21.2 ( #40785 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.21.1 to 4.21.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/v4.21.1...v4.21.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>
2024-09-03 12:41:57 +03:00
dependabot[bot]
8e7cceddea
Build(deps-dev): Bump stylelint-config-twbs-bootstrap ( #40786 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 14.2.0 to 15.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v14.2.0...v15.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
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>
2024-09-03 12:41:10 +03:00
XhmikosR
e3e00b5002
npm audit fix
2024-08-27 15:36:45 +03:00
dependabot[bot]
de1852b3d0
Build(deps-dev): Bump hugo-bin from 0.129.1 to 0.130.1 ( #40774 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.129.1 to 0.130.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.129.1...v0.130.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>
2024-08-27 15:27:36 +03:00
dependabot[bot]
dba63ed962
Build(deps-dev): Bump @babel/preset-env from 7.25.3 to 7.25.4 ( #40773 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.3 to 7.25.4.
- [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.25.4/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>
2024-08-27 15:27:11 +03:00
dependabot[bot]
f8c0663249
Build(deps-dev): Bump rollup from 4.20.0 to 4.21.1 ( #40775 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.20.0 to 4.21.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/v4.20.0...v4.21.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>
2024-08-27 15:26:01 +03:00
dependabot[bot]
048f56f514
Build(deps-dev): Bump hugo-bin from 0.127.0 to 0.129.1 ( #40723 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.127.0 to 0.129.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.127.0...v0.129.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>
2024-08-13 15:53:44 +03:00
dependabot[bot]
9fb1ec3b14
Build(deps-dev): Bump terser from 5.31.3 to 5.31.6 ( #40721 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.31.3 to 5.31.6.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
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>
2024-08-13 15:53:11 +03:00
dependabot[bot]
56519aca6e
Build(deps-dev): Bump @babel/preset-env from 7.25.2 to 7.25.3 ( #40722 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.2 to 7.25.3.
- [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.25.3/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>
2024-08-13 15:52:15 +03:00
dependabot[bot]
9b846e435c
Build(deps-dev): Bump postcss from 8.4.40 to 8.4.41 ( #40720 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.40 to 8.4.41.
- [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.40...8.4.41 )
---
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>
2024-08-13 15:50:15 +03:00
dependabot[bot]
7a42c40ba0
Build(deps-dev): Bump autoprefixer from 10.4.19 to 10.4.20 ( #40697 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.19 to 10.4.20.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20 )
---
updated-dependencies:
- dependency-name: autoprefixer
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>
2024-08-13 15:40:08 +03:00
dependabot[bot]
1307d47c8d
Build(deps-dev): Bump rollup from 4.19.1 to 4.20.0 ( #40696 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.19.1 to 4.20.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/v4.19.1...v4.20.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>
2024-08-13 15:39:44 +03:00
dependabot[bot]
a3ee5353fe
Build(deps-dev): Bump stylelint from 16.7.0 to 16.8.1 ( #40698 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.7.0 to 16.8.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.7.0...16.8.1 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2024-08-13 15:39:13 +03:00
dependabot[bot]
ab9f0ba68a
Build(deps-dev): Bump @babel/core from 7.24.9 to 7.25.2 ( #40678 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.9 to 7.25.2.
- [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.25.2/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-08-13 15:33:22 +03:00
Louis-Maxime Piton
3083596e87
Docs: update WCAG links and references ( #40703 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-08-07 12:11:06 +02:00
Anton Frolov
4e954ea332
Docs: change wording of single/split danger buttons ( #40689 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-08-07 06:51:04 +02:00
Julien Déramond
8c10ee828f
Docs: add aria-hidden="true" to decorative SVGs ( #40691 )
2024-08-05 09:01:59 +02:00
Julien Déramond
ac831aa4df
Docs: add aria-hidden="true" to decorative SVGs ( #40686 )
2024-08-02 10:18:29 +02:00
dependabot[bot]
163f1f732c
Build(deps-dev): Bump karma from 6.4.3 to 6.4.4 ( #40680 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.4.3 to 6.4.4.
- [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.3...v6.4.4 )
---
updated-dependencies:
- dependency-name: karma
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>
2024-07-30 12:13:42 +03:00
dependabot[bot]
8b19264893
Build(deps-dev): Bump @babel/preset-env from 7.25.0 to 7.25.2 ( #40679 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.0 to 7.25.2.
- [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.25.2/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>
2024-07-30 12:13:06 +03:00
XhmikosR
c05cd9a47a
Update masthead wording ( #40672 )
2024-07-30 08:30:11 +03:00
XhmikosR
6ca9152d04
Update devDependencies and regenerate package-lock.json ( #40673 )
...
* @babel/preset-env ^7.24.8 → ^7.25.0
* eslint-plugin-unicorn ^54.0.0 → ^55.0.0
* hugo-bin ^0.126.0 → ^0.127.0
* postcss ^8.4.39 → ^8.4.40
* rollup ^4.19.0 → ^4.19.1
* rtlcss ^4.1.1 → ^4.2.0
2024-07-29 17:26:02 +03:00
dependabot[bot]
c6d1d54043
Build(deps-dev): Bump bundlewatch from 0.3.3 to 0.4.0 ( #40662 )
...
Bumps [bundlewatch](https://github.com/bundlewatch/bundlewatch ) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/bundlewatch/bundlewatch/releases )
- [Commits](https://github.com/bundlewatch/bundlewatch/compare/v0.3.3...v0.4.0 )
---
updated-dependencies:
- dependency-name: bundlewatch
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>
2024-07-24 17:06:00 +03:00
XhmikosR
e8385b06fd
Update devDependencies ( #40655 )
...
* @docsearch/js ^3.6.0 → ^3.6.1
* globby ^14.0.1 → ^14.0.2
* hugo-bin ^0.125.2 → ^0.126.0
* jasmine ^5.1.0 → ^5.2.0
* rollup ^4.18.1 → ^4.19.0
* terser ^5.31.2 → ^5.31.3
2024-07-23 07:55:00 +03:00
XhmikosR
79a3fedf71
Further image compression improvements ( #40639 )
2024-07-23 07:47:35 +03:00
Nathan Sarang-Walters
16d80a4ff7
Fix this reference for JavaScript functions ( #38725 )
2024-07-19 07:05:21 +02:00
Christian Oliff
74891cb3a6
Examples: minor accessibility improvements ( #40620 )
...
- no need for `role="document"` on modals (was removed from Bootstrap a while ago)
- use `type="email"` for email input
- add aria-labels for previous month and next month buttons on date picker demo
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-07-19 06:45:42 +02:00
Julien Déramond
7f8fed44fd
Fix use of declarations after nested rules (deprecated in Sass 1.77.7) ( #40623 )
2024-07-15 23:10:14 +02:00
dependabot[bot]
f406388c1b
Build(deps-dev): Bump @babel/core from 7.24.7 to 7.24.9 ( #40638 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.7 to 7.24.9.
- [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.24.9/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-07-15 21:08:47 +03:00
dependabot[bot]
8b167db342
Build(deps-dev): Bump @babel/preset-env from 7.24.7 to 7.24.8 ( #40637 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.7 to 7.24.8.
- [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.24.8/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>
2024-07-15 21:03:41 +03:00
dependabot[bot]
ab1a9a0b98
Build(deps-dev): Bump stylelint from 16.6.1 to 16.7.0 ( #40636 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.6.1 to 16.7.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.6.1...16.7.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2024-07-15 21:01:16 +03:00
dependabot[bot]
6a588854b3
Build(deps-dev): Bump @babel/cli from 7.24.7 to 7.24.8 ( #40633 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.24.7 to 7.24.8.
- [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.24.8/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2024-07-15 20:59:41 +03:00
dependabot[bot]
d33f91fe3d
Build(deps-dev): Bump eslint-plugin-markdown from 5.0.0 to 5.1.0 ( #40634 )
...
Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases )
- [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v5.0.0...v5.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-markdown
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>
2024-07-15 20:58:40 +03:00
dependabot[bot]
25f8533199
Build(deps-dev): Bump terser from 5.31.1 to 5.31.2 ( #40632 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.31.1 to 5.31.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.31.1...v5.31.2 )
---
updated-dependencies:
- dependency-name: terser
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>
2024-07-15 20:57:56 +03:00
dependabot[bot]
5f81494d5a
Build(deps-dev): Bump sass from 1.77.6 to 1.77.8 ( #40635 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.6 to 1.77.8.
- [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.77.6...1.77.8 )
---
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>
2024-07-15 20:57:37 +03:00
dependabot[bot]
07008afea0
Build(deps-dev): Bump rollup from 4.18.0 to 4.18.1 ( #40617 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.18.0 to 4.18.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/v4.18.0...v4.18.1 )
---
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>
2024-07-15 20:55:17 +03:00
dependabot[bot]
3f52b6c79b
Build(deps-dev): Bump npm-run-all2 from 6.2.0 to 6.2.2 ( #40616 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.2.0 to 6.2.2.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.0...v6.2.2 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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>
2024-07-15 20:54:48 +03:00
dependabot[bot]
54adfad274
Build(deps-dev): Bump hugo-bin from 0.125.0 to 0.125.2 ( #40615 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.125.0 to 0.125.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.125.0...v0.125.2 )
---
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>
2024-07-15 20:54:22 +03:00
dependabot[bot]
45432fc532
Build(deps-dev): Bump @stackblitz/sdk from 1.10.0 to 1.11.0 ( #40618 )
...
Bumps [@stackblitz/sdk](https://github.com/stackblitz/sdk ) from 1.10.0 to 1.11.0.
- [Changelog](https://github.com/stackblitz/sdk/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stackblitz/sdk/commits )
---
updated-dependencies:
- dependency-name: "@stackblitz/sdk"
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>
2024-07-15 20:53:42 +03:00
Christian Oliff
e20cc0d660
Examples: adjust heading levels in Checkout example ( #40619 )
2024-07-10 06:51:52 +02:00
dependabot[bot]
7c392498fa
Build(deps-dev): Bump terser from 5.31.0 to 5.31.1 ( #40601 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.31.0 to 5.31.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.31.0...v5.31.1 )
---
updated-dependencies:
- dependency-name: terser
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>
2024-07-02 07:25:15 +03:00
dependabot[bot]
5510a72e2e
Build(deps-dev): Bump stylelint-config-twbs-bootstrap ( #40604 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v14.1.0...v14.2.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
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>
2024-07-02 07:23:08 +03:00
dependabot[bot]
80479fa2c1
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 ( #40603 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.8 to 26.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v26.0.1/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
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>
2024-07-02 07:23:00 +03:00
dependabot[bot]
0940812d39
Build(deps-dev): Bump postcss from 8.4.38 to 8.4.39 ( #40602 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.38 to 8.4.39.
- [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.38...8.4.39 )
---
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>
2024-07-02 07:20:34 +03:00
dependabot[bot]
a7afb009be
Build(deps-dev): Bump npm-run-all2 from 6.1.2 to 6.2.0 ( #40600 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.1.2 to 6.2.0.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.1.2...v6.2.0 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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>
2024-07-02 07:18:07 +03:00
dependabot[bot]
aebabb4e8d
Build(deps-dev): Bump nodemon from 3.1.3 to 3.1.4 ( #40598 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.3...v3.1.4 )
---
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>
2024-07-02 07:15:52 +03:00
dependabot[bot]
05dc4a5cd2
Build(deps-dev): Bump hugo-bin from 0.123.3 to 0.125.0 ( #40599 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.123.3 to 0.125.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.123.3...v0.125.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>
2024-07-02 07:14:35 +03:00
dependabot[bot]
51de88f06b
Build(deps-dev): Bump sass from 1.77.4 to 1.77.6 ( #40597 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.4 to 1.77.6.
- [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.77.4...1.77.6 )
---
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>
2024-07-02 07:13:38 +03:00
dependabot[bot]
2ef44fafbd
Build(deps-dev): Bump lockfile-lint from 4.13.2 to 4.14.0 ( #40596 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.13.2 to 4.14.0.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.14.0/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
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>
2024-07-02 07:13:11 +03:00
dependabot[bot]
dcffbb7d49
Build(deps-dev): Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 ( #40595 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 5.0.5 to 5.0.7.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/replace-v5.0.7/packages/replace )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
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>
2024-07-02 07:12:36 +03:00
dependabot[bot]
488b38dfa4
Build(deps-dev): Bump eslint-plugin-unicorn from 52.0.0 to 54.0.0 ( #40565 )
...
* Build(deps-dev): Bump eslint-plugin-unicorn from 52.0.0 to 54.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 52.0.0 to 54.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v52.0.0...v54.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update .eslintrc.json
---------
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 >
2024-07-02 07:09:49 +03:00
dependabot[bot]
af7bbe37d9
Build(deps-dev): Bump @babel/core from 7.24.5 to 7.24.7 ( #40548 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.5 to 7.24.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.24.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-07-02 07:03:44 +03:00
dependabot[bot]
bf554a1231
Build(deps-dev): Bump @babel/preset-env from 7.24.5 to 7.24.7 ( #40547 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.5 to 7.24.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.24.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>
2024-07-02 07:01:26 +03:00
dependabot[bot]
08d4f54707
Build(deps): Bump the npm_and_yarn group with 3 updates ( #40594 )
...
Bumps the npm_and_yarn group with 3 updates: [ws](https://github.com/websockets/ws ), [engine.io](https://github.com/socketio/engine.io ) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter ).
Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1 )
Updates `engine.io` from 6.5.4 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.5.4...6.5.5 )
Updates `socket.io-adapter` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases )
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.4...2.5.5 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: engine.io
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: socket.io-adapter
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 06:58:42 +03:00
dependabot[bot]
37aa03f228
Build(deps-dev): Bump @babel/cli from 7.24.5 to 7.24.7 ( #40545 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.24.5 to 7.24.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.24.7/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2024-07-02 06:58:00 +03:00
dependabot[bot]
cae07f288e
Build(deps-dev): Bump @stackblitz/sdk from 1.9.0 to 1.10.0 ( #40546 )
...
Bumps [@stackblitz/sdk](https://github.com/stackblitz/sdk ) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/stackblitz/sdk/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stackblitz/sdk/commits )
---
updated-dependencies:
- dependency-name: "@stackblitz/sdk"
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>
2024-07-02 06:56:38 +03:00
Christian Oliff
008bc237c4
Examples: use <main> in Cheatsheet examples ( #40577 )
2024-06-25 15:34:12 +02:00
zcl
d2d4581790
Fix Default values and Description content in options table ( #39846 )
...
* Fix Default values and Description content in options table
* update default value
2024-06-12 18:59:42 -07:00
Julien Déramond
aed7faacff
Docs: drop unused .bi-exclamation-triangle-fill class
2024-06-12 21:41:55 -04:00
Louis-Maxime Piton
b522441901
Floating labels: Fix max-width and background-color ( #39720 )
...
* Fix `max-width`
* Fix label background color
* Add new visual test: floating label
* Fix `npm run docs`
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-06-12 18:39:23 -07:00
dependabot[bot]
093276119d
Build(deps-dev): Bump eslint-config-xo from 0.44.0 to 0.45.0 ( #39967 )
...
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo ) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases )
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.44.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: eslint-config-xo
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>
2024-06-04 18:28:45 +03:00
dependabot[bot]
251c8ed48c
Build(deps-dev): Bump nodemon from 3.1.0 to 3.1.3 ( #40530 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.1.0 to 3.1.3.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.0...v3.1.3 )
---
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>
2024-06-04 17:23:03 +03:00
dependabot[bot]
b0beb6338c
Build(deps-dev): Bump rollup from 4.17.2 to 4.18.0 ( #40528 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.17.2 to 4.18.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/v4.17.2...v4.18.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>
2024-06-04 17:22:39 +03:00
dependabot[bot]
e80049f5bf
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.7 to 25.0.8 ( #40527 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.7 to 25.0.8.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.8/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>
2024-06-04 17:22:19 +03:00
dependabot[bot]
76baad6d12
Build(deps-dev): Bump eslint-plugin-markdown from 4.0.1 to 5.0.0 ( #39964 )
...
Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown ) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases )
- [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v4.0.1...v5.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-markdown
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>
2024-06-04 17:16:53 +03:00
dependabot[bot]
675b5c2c2b
Build(deps-dev): Bump sass from 1.76.0 to 1.77.4 ( #40519 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.76.0 to 1.77.4.
- [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.76.0...1.77.4 )
---
updated-dependencies:
- dependency-name: sass
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>
2024-06-04 17:16:29 +03:00
dependabot[bot]
95966c161f
Build(deps-dev): Bump stylelint from 16.4.0 to 16.6.1 ( #40520 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.4.0 to 16.6.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.4.0...16.6.1 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2024-06-04 17:14:13 +03:00
dependabot[bot]
7f3bc39a2f
Build(deps-dev): Bump hugo-bin from 0.122.5 to 0.123.3 ( #40521 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.122.5 to 0.123.3.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.122.5...v0.123.3 )
---
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>
2024-06-04 17:13:37 +03:00
Julien Déramond
8abeb8b536
docs: fix typo in the getting started introduction ( #40522 )
2024-06-04 13:53:25 +02:00
Tobias
76ed1c6b14
Fix .btn-group-vertical border radius with dropdown as first element ( #40488 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-05-30 07:49:28 +02:00
Christian Oliff
442421bcc2
docs: use HTTPS link to IKONS website ( #40507 )
2024-05-30 07:32:47 +02:00
Julien Déramond
d6731ea2e6
docs: add missing data-bs-theme="light" in navbars color schemes markup ( #40504 )
2024-05-29 08:35:16 +02:00
Hannah Issermann
7ff271bd8a
docs: add Accordion component in the JS components section ( #39980 )
2024-05-25 08:02:29 +02:00
XhmikosR
72d3b6efc4
docs: migrate to the built-in sitemap template ( #39951 )
2024-05-02 10:19:47 +03:00
XhmikosR
4565525e35
package.json: ignore eslint for now and regenerate package-lock.json ( #39950 )
...
We should eventually update to eslint 9.x later but it requires changes to
migrate to flat config
2024-05-02 09:59:41 +03:00
dependabot[bot]
e3f4d6099c
Build(deps-dev): Bump terser from 5.30.4 to 5.31.0 ( #39939 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.30.4 to 5.31.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.30.4...v5.31.0 )
---
updated-dependencies:
- dependency-name: terser
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>
2024-05-02 08:41:26 +03:00
dependabot[bot]
3e505a59ee
Build(deps-dev): Bump hugo-bin from 0.122.3 to 0.122.5 ( #39949 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.122.3 to 0.122.5.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.122.3...v0.122.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>
2024-05-02 08:40:56 +03:00
dependabot[bot]
c8a8654194
Build(deps-dev): Bump sass from 1.75.0 to 1.76.0 ( #39942 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.75.0 to 1.76.0.
- [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.75.0...1.76.0 )
---
updated-dependencies:
- dependency-name: sass
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>
2024-05-01 15:03:12 +03:00
dependabot[bot]
b83cd8d1ae
Build(deps-dev): Bump @babel/preset-env from 7.24.4 to 7.24.5 ( #39943 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.4 to 7.24.5.
- [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.24.5/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>
2024-05-01 15:02:01 +03:00
dependabot[bot]
53652e50cb
Build(deps-dev): Bump @babel/core from 7.24.4 to 7.24.5 ( #39937 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.4 to 7.24.5.
- [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.24.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-05-01 14:59:53 +03:00
dependabot[bot]
8bc7854868
Build(deps-dev): Bump rollup from 4.16.3 to 4.17.2 ( #39940 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.16.3 to 4.17.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/v4.16.3...v4.17.2 )
---
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>
2024-05-01 14:58:49 +03:00
dependabot[bot]
dfdd66ce0b
Build(deps-dev): Bump @babel/cli from 7.24.1 to 7.24.5 ( #39938 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.24.1 to 7.24.5.
- [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.24.5/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2024-05-01 14:57:40 +03:00
dependabot[bot]
bb927451e8
Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 ( #39936 )
...
* Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.3.1 to 16.4.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.3.1...16.4.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update _content.scss
---------
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 >
2024-05-01 14:57:03 +03:00
dependabot[bot]
d7b22b77db
Build(deps-dev): Bump hugo-bin from 0.121.1 to 0.122.3 ( #39921 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.121.1 to 0.122.3.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.121.1...v0.122.3 )
---
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 >
2024-04-23 13:11:02 +03:00
dependabot[bot]
5444bb227d
Build(deps-dev): Bump eslint-plugin-html from 8.1.0 to 8.1.1 ( #39922 )
...
Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) from 8.1.0 to 8.1.1.
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.0...v8.1.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-html
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>
2024-04-23 13:10:40 +03:00
dependabot[bot]
e92eef70c2
Build(deps-dev): Bump terser from 5.30.3 to 5.30.4 ( #39919 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.30.3 to 5.30.4.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.30.3...v5.30.4 )
---
updated-dependencies:
- dependency-name: terser
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>
2024-04-23 13:08:47 +03:00
dependabot[bot]
bb7fba1450
Build(deps-dev): Bump rollup from 4.14.3 to 4.16.3 ( #39920 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.14.3 to 4.16.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/v4.14.3...v4.16.3 )
---
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>
2024-04-23 13:08:19 +03:00
dependabot[bot]
ad0cc68b7e
Build(deps-dev): Bump sass from 1.74.1 to 1.75.0 ( #39904 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.74.1 to 1.75.0.
- [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.74.1...1.75.0 )
---
updated-dependencies:
- dependency-name: sass
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>
2024-04-16 13:18:29 +03:00
dependabot[bot]
8e9c22e79e
Build(deps-dev): Bump rollup from 4.14.1 to 4.14.3 ( #39903 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.14.1 to 4.14.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/v4.14.1...v4.14.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>
2024-04-16 13:17:56 +03:00
dependabot[bot]
48de3c1eb6
Build(deps-dev): Bump eslint-plugin-html from 8.0.0 to 8.1.0 ( #39902 )
...
Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) from 8.0.0 to 8.1.0.
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.0.0...v8.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-html
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>
2024-04-16 13:17:38 +03:00
dependabot[bot]
868705bed0
Build(deps-dev): Bump @babel/preset-env from 7.24.3 to 7.24.4 ( #39890 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.3 to 7.24.4.
- [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.24.4/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>
2024-04-09 18:10:12 +03:00
dependabot[bot]
e958b370fe
Build(deps-dev): Bump @babel/core from 7.24.3 to 7.24.4 ( #39891 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.3 to 7.24.4.
- [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.24.4/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-04-09 18:06:44 +03:00
dependabot[bot]
f0d280d4a9
Build(deps-dev): Bump rollup from 4.13.2 to 4.14.1 ( #39887 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.13.2 to 4.14.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/v4.13.2...v4.14.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>
2024-04-09 18:06:04 +03:00
dependabot[bot]
d6e834c615
Build(deps-dev): Bump terser from 5.29.2 to 5.30.3 ( #39886 )
...
* Build(deps-dev): Bump terser from 5.29.2 to 5.30.3
Bumps [terser](https://github.com/terser/terser ) from 5.29.2 to 5.30.3.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.29.2...v5.30.3 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update .bundlewatch.config.json
---------
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 >
2024-04-09 18:05:16 +03:00
dependabot[bot]
f25d27b5c1
Build(deps-dev): Bump sass from 1.72.0 to 1.74.1 ( #39884 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.72.0 to 1.74.1.
- [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.72.0...1.74.1 )
---
updated-dependencies:
- dependency-name: sass
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>
2024-04-09 17:56:22 +03:00
dependabot[bot]
1a3c28727c
Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0 ( #39883 )
...
* Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 51.0.1 to 52.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.1...v52.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Disable unicorn/no-anonymous-default-export
---------
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 >
2024-04-09 17:55:17 +03:00
Iván Pereira
f0252f5b2c
Add PostCSS-RTLCSS approach to the documentation ( #39863 )
...
* Add PostCSS-RTLCSS approach to the documentation
* Format 'PostCSS RTLCSS' without '-' and backticks
* Some formatting for consistency in the entire doc
* Minor rewording
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-04-05 20:50:01 +03:00
dependabot[bot]
f68a47c8bf
Build(deps-dev): Bump stylelint-config-twbs-bootstrap ( #39859 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v14.0.0...v14.1.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
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>
2024-04-02 13:01:26 +03:00
dependabot[bot]
fd727a079e
Build(deps-dev): Bump find-unused-sass-variables from 5.0.0 to 6.0.0 ( #39858 )
...
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases )
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v5.0.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
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>
2024-04-02 13:00:59 +03:00
dependabot[bot]
44ce92a0f6
Build(deps-dev): Bump stylelint from 16.3.0 to 16.3.1 ( #39857 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.3.0 to 16.3.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.3.0...16.3.1 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2024-04-02 12:58:22 +03:00
dependabot[bot]
ee3bf1b852
Build(deps-dev): Bump rollup from 4.13.0 to 4.13.2 ( #39855 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.13.0 to 4.13.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/v4.13.0...v4.13.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>
2024-04-02 12:57:49 +03:00
XhmikosR
fb4629f82e
docs: move examples inline shortcode to a partial ( #39829 )
...
* docs: move examples inline shortcode to a partial
* Further tweaks
2024-04-01 22:00:09 +03:00
XhmikosR
ba73ed6906
docs: resize docs bundler images and fix dimensions ( #39824 )
...
The dimensions must be of the non-2x image.
2024-04-01 21:54:56 +03:00
XhmikosR
4093ed32ee
docs: add a new partial for responsive images and use imageConfig ( #39779 )
...
This way the dimensions are not hardcoded
2024-04-01 21:52:45 +03:00
XhmikosR
2ba7dae3c0
Add a render image hook ( #39768 )
...
Images are now lazyloaded, they have width and height attributes and the classes are centralized.
Only applies to Markdown images
2024-04-01 21:48:31 +03:00
Julien Déramond
24cc552343
Fix typo in site/assets/js/snippets.js comments ( #39840 )
2024-03-26 17:25:27 +02:00
XhmikosR
cd0484713c
Update devDependencies ( #39818 )
...
* @babel/core ^7.24.1 → ^7.24.3
* @babel/preset-env ^7.24.1 → ^7.24.3
* autoprefixer ^10.4.18 → ^10.4.19
* hugo-bin ^0.121.0 → ^0.121.1
* postcss ^8.4.36 → ^8.4.38
* stylelint ^16.2.1 → ^16.3.0
2024-03-26 12:41:56 +02:00
XhmikosR
9480a3d01d
docs: update sitemap template ( #39819 )
2024-03-25 21:28:37 +02:00
XhmikosR
11037f8407
docs: use urls.JoinPath in more places ( #39778 )
2024-03-22 11:50:03 +02:00
XhmikosR
d1636a7540
Move theme toggler to a partial ( #39807 )
...
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-03-20 19:05:43 +02:00
XhmikosR
a0912dc543
masthead.html: add rel="noopener" target="_blank" ( #39805 )
2024-03-20 17:29:12 +02:00
XhmikosR
1401722f7e
docs: move examples icons to a partial ( #39808 )
2024-03-19 21:31:49 +02:00
XhmikosR
859a134203
Optimize Sass SVG files ( #39804 )
2024-03-19 21:31:07 +02:00
XhmikosR
6a00d18fae
Further improve PNG compression ( #39773 )
2024-03-19 21:04:00 +02:00
XhmikosR
93bfbf8b13
package.json: stop ignoring jasmine ( #39806 )
2024-03-19 18:23:55 +02:00
dependabot[bot]
3921236e6e
Build(deps-dev): Bump @babel/preset-env from 7.24.0 to 7.24.1 ( #39802 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.0 to 7.24.1.
- [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.24.1/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>
2024-03-19 17:39:28 +02:00
dependabot[bot]
e1d6733543
Build(deps-dev): Bump @babel/cli from 7.23.9 to 7.24.1 ( #39803 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.23.9 to 7.24.1.
- [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.24.1/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2024-03-19 17:35:13 +02:00
dependabot[bot]
85d3c27816
Build(deps-dev): Bump @babel/core from 7.24.0 to 7.24.1 ( #39801 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.0 to 7.24.1.
- [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.24.1/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-03-19 15:53:42 +02:00
XhmikosR
d1a648ab36
Update dependencies ( #39800 )
...
* hugo-bin ^0.120.8 → ^0.121.0
* postcss ^8.4.35 → ^8.4.36
* sass ^1.71.1 → ^1.72.0
* terser ^5.29.1 → ^5.29.2
2024-03-19 11:33:08 +02:00
XhmikosR
f7f0026e4a
docs: move algolia config to hugo config
2024-03-19 11:25:15 +02:00
XhmikosR
45fe28c5a6
docs: use defer when possible for JS
2024-03-19 11:25:15 +02:00
Julien Déramond
6922f5d9cb
docs: move search style to its own CSS file
2024-03-19 11:25:15 +02:00
XhmikosR
d867ee08b9
docs: improve stackblitz.js
...
* tweak indentation
* stop extending the sdk object
* conditionally add `index.js`
2024-03-19 11:25:15 +02:00
XhmikosR
24f749cb76
docs: bundle assets with Hugo
...
Also:
* load any docs' third-party dependencies from node_modules (except for examples)
* exclude docsearch from layouts that don't use it
* preconnect to algolia only when not examples layout
* switch to `RelPermalink`
* refactor JS assets into partials
2024-03-19 11:25:15 +02:00
Tommaso Allegretti
e340674d06
Change floating label placeholder's color ( #39494 )
...
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-03-19 06:47:42 +01:00
Caleb Albritton
4219af2c0e
Fix broken comment link for reflow hack ( #39791 )
2024-03-18 10:32:49 +02:00
dependabot[bot]
10f9c01908
Build(deps-dev): Bump follow-redirects from 1.15.5 to 1.15.6 ( #39792 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 09:30:16 +02:00
XhmikosR
202a20f561
docs: mention text transform classes ( #39782 )
2024-03-15 21:23:19 +02:00
Edward Ezekiel
086a0e2a1c
Update masthead to HeroDevs EOL ( #39749 )
...
* feat(masthead): Update masthead to HeroDevs EOL
Add box-arrow-up-right icon.
* Update masthead.html
* Update icons.html
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2024-03-15 10:23:43 -07:00
XhmikosR
545a650035
docs: move fathom site to hugo config ( #39781 )
2024-03-13 11:43:02 +02:00
Julien Déramond
3150c6985d
Docs: fix Reddit URL to avoid redirection ( #39777 )
2024-03-12 16:10:02 +02:00
XhmikosR
ab1a765f75
examples: assorted tweaks ( #39772 )
...
* remove trailing slash
* use urls.JoinPath
* reindent
* use `imageConfig` so that we add dimensions automatically
2024-03-12 11:42:03 +02:00
XhmikosR
13f40f1791
Switch to lockfile v3
2024-03-12 09:50:25 +02:00
XhmikosR
7b8211ce64
Update globby to v14
...
Also:
* fix globals type
* switch to async
2024-03-12 09:50:25 +02:00
XhmikosR
2bc395b563
Update devDependencies and regenerate package-lock.json
...
* eslint-plugin-markdown ^3.0.1 → ^4.0.1
* hugo-bin ^0.120.7 → ^0.120.8
* rollup ^4.12.0 → ^4.13.0
* terser ^5.27.2 → ^5.29.1
2024-03-12 09:50:25 +02:00
Julien Déramond
6ce0c62e21
Docs: drop data-bs-scroll="true" from navbar ( #39766 )
2024-03-11 09:26:03 +02:00
XhmikosR
930740afbc
Switch to using hugo.IsProduction ( #39763 )
2024-03-08 12:41:17 +02:00
Louis-Maxime Piton
f545964f8f
Docs: fix position of search modal to avoid interface blocking at small breakpoints ( #39739 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-03-08 09:04:12 +01:00
XhmikosR
f54befa74b
footer: remove unneeded trailing slash ( #39757 )
2024-03-07 16:11:00 +02:00
XhmikosR
816d11ecae
README.md: fix source-maps link after 953b4b6 ( #39748 )
2024-03-07 06:50:52 +02:00
XhmikosR
b003fc7880
docsref.html: move to variable
2024-03-06 15:50:18 +02:00
XhmikosR
1baec29637
Update hugo server options
...
Add --noHTTPCache --renderToMemory --printPathWarnings
2024-03-06 15:50:18 +02:00
XhmikosR
b3bca581f1
templates: use urls.JoinPath when handling URLs
2024-03-06 15:50:18 +02:00
XhmikosR
192b7f785e
docs: use a responsive image for bootstrap-logo-shadow.png ( #39745 )
2024-03-06 10:17:35 +02:00
XhmikosR
2c4e1cd660
Improve front matter "added" params
...
Add missing ones and add the ability to show or hide the badge
Fixes a few more 404 errors in the version picker
2024-03-06 09:52:50 +02:00
XhmikosR
953b4b6c1b
Fix various redirects
2024-03-06 09:52:50 +02:00
XhmikosR
5cb92cd6c0
docs: fix missing trailing slashes causing redirects
2024-03-06 09:52:50 +02:00
XhmikosR
04a720bf7f
dashboard: remove the unused bootstrap-icons.css
...
We should revisit this later because it's a lot simpler for people
to just include the CSS than copy around tens of icons, even if it
leads to unused CSS
2024-03-05 20:34:45 +02:00
XhmikosR
58880cfbac
Remove useless crossorigin="anonymous" attributes
2024-03-05 20:34:45 +02:00
XhmikosR
59231069e9
header.html: remove unneeded relUrl
2024-03-05 20:34:45 +02:00
XhmikosR
e16ee0a191
Minor template cleanup
2024-03-05 20:34:45 +02:00
XhmikosR
b0ce89229b
examples.html: Move color mode JS lower
2024-03-05 20:34:45 +02:00
XhmikosR
688d7e352a
render-heading.html: use variables
2024-03-05 20:34:45 +02:00
XhmikosR
87be2b9d24
Fix docs-versions.html ( #39738 )
...
Cast to string when comparing the versions, otherwise we were comparing numbers with strings.
Also, move checks to variables.
Fixes 404 errors in the version picker.
2024-03-05 20:24:46 +02:00
dependabot[bot]
46d7c30eb3
Build(deps): Bump streetsidesoftware/cspell-action from 5 to 6 ( #39730 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 5 to 6.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-type: direct:production
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2024-03-05 14:39:02 +02:00
dependabot[bot]
bf8f2d2c66
Build(deps-dev): Bump karma-firefox-launcher from 2.1.2 to 2.1.3 ( #39736 )
...
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases )
- [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v2.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: karma-firefox-launcher
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>
2024-03-05 13:26:27 +02:00
dependabot[bot]
0660764e01
Build(deps-dev): Bump @babel/preset-env from 7.23.9 to 7.24.0 ( #39734 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.23.9 to 7.24.0.
- [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.24.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
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>
2024-03-05 13:25:37 +02:00
dependabot[bot]
ef4bb60f69
Build(deps-dev): Bump @babel/core from 7.23.9 to 7.24.0 ( #39735 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.23.9 to 7.24.0.
- [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.24.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-03-05 13:22:38 +02:00
dependabot[bot]
edd42ec74d
Build(deps-dev): Bump karma from 6.4.2 to 6.4.3 ( #39733 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.4.2 to 6.4.3.
- [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.2...v6.4.3 )
---
updated-dependencies:
- dependency-name: karma
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>
2024-03-05 13:22:16 +02:00
dependabot[bot]
86b4c934fe
Build(deps-dev): Bump autoprefixer from 10.4.17 to 10.4.18 ( #39732 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.17 to 10.4.18.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.17...10.4.18 )
---
updated-dependencies:
- dependency-name: autoprefixer
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>
2024-03-05 13:19:18 +02:00
dependabot[bot]
de4767ab10
Build(deps-dev): Bump hugo-bin from 0.120.4 to 0.120.7 ( #39731 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.120.4 to 0.120.7.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.120.4...v0.120.7 )
---
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>
2024-03-05 13:18:43 +02:00
XhmikosR
712e722165
docs: remove Google Analytics ( #39725 )
...
It no longer works
2024-03-04 20:34:48 +02:00
dependabot[bot]
99562ba37c
Build(deps-dev): Bump sass-true from 7.0.1 to 8.0.0 ( #39714 )
...
Bumps [sass-true](https://github.com/oddbird/true ) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/oddbird/true/releases )
- [Changelog](https://github.com/oddbird/true/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oddbird/true/compare/v7.0.1...v8.0.0 )
---
updated-dependencies:
- dependency-name: sass-true
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>
2024-02-27 15:24:40 +02:00
dependabot[bot]
723fff975e
Build(deps-dev): Bump eslint from 8.56.0 to 8.57.0 ( #39711 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.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>
2024-02-27 15:20:22 +02:00
dependabot[bot]
c55a5fa698
Build(deps-dev): Bump nodemon from 3.0.3 to 3.1.0 ( #39713 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.0.3...v3.1.0 )
---
updated-dependencies:
- dependency-name: nodemon
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>
2024-02-27 15:19:08 +02:00
dependabot[bot]
6f1300068b
Build(deps-dev): Bump hugo-bin from 0.120.2 to 0.120.4 ( #39715 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.120.2 to 0.120.4.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.120.2...v0.120.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>
2024-02-27 15:17:48 +02:00
dependabot[bot]
4f1fb5094f
Build(deps-dev): Bump hugo-bin from 0.119.0 to 0.120.2 ( #39704 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.119.0 to 0.120.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.119.0...v0.120.2 )
---
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>
2024-02-22 22:04:59 +02:00
dependabot[bot]
dc7ce9fbda
Build(deps-dev): Bump lockfile-lint from 4.13.1 to 4.13.2 ( #39703 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.13.2/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
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>
2024-02-22 21:59:12 +02:00
Vasyl Zuziak
4a7ff943f5
Merge accordion selectors for border-radius rule ( #39697 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-02-22 13:11:39 +01:00
dependabot[bot]
fa9c12ac66
Build(deps-dev): Bump sass from 1.71.0 to 1.71.1 ( #39699 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.71.0 to 1.71.1.
- [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.71.0...1.71.1 )
---
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>
2024-02-21 12:02:26 +02:00
Julien Déramond
6e1f75f420
Release v5.3.3 ( #39524 )
...
* Release v5.3.3
* Dist
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2024-02-20 17:14:29 +02:00
dependabot[bot]
3caef2b4e6
Build(deps-dev): Bump terser from 5.27.1 to 5.27.2 ( #39690 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.27.1 to 5.27.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.27.1...v5.27.2 )
---
updated-dependencies:
- dependency-name: terser
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 >
2024-02-20 17:03:19 +02:00
dependabot[bot]
4abac9b76b
Build(deps-dev): Bump ip from 2.0.0 to 2.0.1 ( #39691 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
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>
2024-02-20 14:45:28 +02:00
dependabot[bot]
c396a2a444
Build(deps-dev): Bump sass from 1.70.0 to 1.71.0 ( #39684 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.70.0 to 1.71.0.
- [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.70.0...1.71.0 )
---
updated-dependencies:
- dependency-name: sass
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>
2024-02-18 09:09:39 +02:00
dependabot[bot]
c9a8a40b9c
Build(deps-dev): Bump rollup from 4.9.6 to 4.12.0 ( #39683 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.9.6 to 4.12.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/v4.9.6...v4.12.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 >
2024-02-18 09:06:04 +02:00
dependabot[bot]
6aecb376b5
Build(deps-dev): Bump eslint-plugin-html from 7.1.0 to 8.0.0 ( #39672 )
...
Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) from 7.1.0 to 8.0.0.
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v7.1.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-html
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>
2024-02-18 09:04:14 +02:00
dependabot[bot]
4081168658
Build(deps-dev): Bump terser from 5.27.0 to 5.27.1 ( #39682 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.27.0 to 5.27.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.27.0...v5.27.1 )
---
updated-dependencies:
- dependency-name: terser
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>
2024-02-18 09:01:05 +02:00
dependabot[bot]
4605d71310
Build(deps-dev): Bump postcss from 8.4.34 to 8.4.35 ( #39673 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.34 to 8.4.35.
- [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.34...8.4.35 )
---
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>
2024-02-18 09:00:15 +02:00
dependabot[bot]
08eeee33d5
Build(deps-dev): Bump lockfile-lint from 4.12.1 to 4.13.1 ( #39675 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.12.1 to 4.13.1.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.13.1/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
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>
2024-02-18 08:59:46 +02:00
dependabot[bot]
f92d635329
Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.0 to 51.0.1 ( #39676 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 51.0.0 to 51.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.0...v51.0.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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>
2024-02-18 08:58:26 +02:00
GeoSot
6ed1cdd43e
Selector Engine: fix multiple IDs ( #39201 )
...
* fix: regression of #38989
* Add unit test in selector-engine.spec.js
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2024-02-18 08:58:07 +02:00
Julien Déramond
1bc85bfe2b
Fix product example mobile navbar toggler ( #39657 )
2024-02-14 21:33:47 +01:00
Robert Martin
cb7467b428
Docs: fix typos in Vite, Parcel and Webpack guides ( #39592 )
...
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-02-13 19:28:35 +01:00
DrejT
d30385b9df
Docs: update colors table to be responsive in Customize > Color page ( #39663 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-02-13 09:06:40 +01:00
Julien Déramond
4e35f64fdc
Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color ( #39560 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2024-02-06 22:04:06 +02:00
Abdullah Alharbi
409fd23d92
Changed RTL processing of carousel control icons ( #39536 )
...
* Changed RTL processing of carousel control icons
* Update scss/_carousel.scss
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2024-02-06 22:02:43 +02:00
Louis-Maxime Piton
5010e8d73e
Fix the focus ring on focused checked buttons ( #39595 )
2024-02-06 21:59:42 +02:00
XhmikosR
d85a84b7b1
Update jasmine and regenerate package-lock.json ( #39654 )
...
* Update jasmine to v5.1.0
* Regenerate package-lock.json
2024-02-06 21:56:08 +02:00
dependabot[bot]
e4d8f149ab
Build(deps): Bump release-drafter/release-drafter from 5 to 6 ( #39653 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
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>
2024-02-06 21:47:04 +02:00
dependabot[bot]
40c6d8a4bc
Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 ( #39651 )
...
* Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo ) from 0.43.1 to 0.44.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases )
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.43.1...v0.44.0 )
---
updated-dependencies:
- dependency-name: eslint-config-xo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update .eslintrc.json
* Update .eslintrc.json
* autofix
---------
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 >
2024-02-06 21:46:52 +02:00
dependabot[bot]
4e94fb54d4
Build(deps-dev): Bump eslint-plugin-unicorn from 50.0.1 to 51.0.0 ( #39650 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 50.0.1 to 51.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v50.0.1...v51.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2024-02-06 21:35:43 +02:00
dependabot[bot]
4a7f538847
Build(deps-dev): Bump postcss from 8.4.33 to 8.4.34 ( #39652 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.33 to 8.4.34.
- [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.33...8.4.34 )
---
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>
2024-02-06 21:33:10 +02:00
dependabot[bot]
aaa8e6c8a5
Build(deps-dev): Bump stylelint-config-twbs-bootstrap ( #39649 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v13.0.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
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>
2024-02-06 21:32:41 +02:00
Julien Déramond
52cc9342cb
Bump copyright year to 2024
2024-02-05 20:13:23 -08:00
XhmikosR
b75f637f4d
docs: clean up example.html ( #39528 )
2024-02-02 09:56:42 +02:00
dependabot[bot]
21624b91cd
Build(deps-dev): Bump @babel/core from 7.23.7 to 7.23.9 ( #39630 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.23.7 to 7.23.9.
- [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.23.9/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-02-02 09:04:00 +02:00
dependabot[bot]
f994344353
Build(deps-dev): Bump hugo-bin from 0.118.1 to 0.119.0 ( #39631 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.118.1 to 0.119.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.118.1...v0.119.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>
2024-02-02 09:03:15 +02:00
dependabot[bot]
f93b8110ed
Build(deps-dev): Bump @babel/cli from 7.23.4 to 7.23.9 ( #39628 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.23.4 to 7.23.9.
- [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.23.9/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2024-02-02 09:01:28 +02:00
dependabot[bot]
706381d248
Build(deps-dev): Bump @babel/preset-env from 7.23.8 to 7.23.9 ( #39629 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.23.8 to 7.23.9.
- [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.23.9/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>
2024-02-02 09:01:02 +02:00
dependabot[bot]
b3e13cd7da
Build(deps-dev): Bump npm-run-all2 from 6.1.1 to 6.1.2 ( #39627 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.1.1...v6.1.2 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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>
2024-02-02 09:00:22 +02:00
dependabot[bot]
5c3a17e6a6
Build(deps-dev): Bump autoprefixer from 10.4.16 to 10.4.17 ( #39626 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.16 to 10.4.17.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17 )
---
updated-dependencies:
- dependency-name: autoprefixer
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>
2024-02-02 08:59:58 +02:00
dependabot[bot]
9ca22697c7
Build(deps-dev): Bump rollup from 4.9.4 to 4.9.6 ( #39601 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.9.4 to 4.9.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/v4.9.4...v4.9.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>
2024-02-02 08:55:58 +02:00
dependabot[bot]
7ac7cb4c2a
Build(deps-dev): Bump stylelint from 16.1.0 to 16.2.1 ( #39624 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.1.0 to 16.2.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.1.0...16.2.1 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2024-02-02 08:55:15 +02:00
dependabot[bot]
c6b53cf653
Build(deps-dev): Bump terser from 5.26.0 to 5.27.0 ( #39600 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.26.0 to 5.27.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.26.0...v5.27.0 )
---
updated-dependencies:
- dependency-name: terser
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 >
2024-02-02 08:54:42 +02:00
dependabot[bot]
1e0b692987
Build(deps-dev): Bump sass from 1.69.7 to 1.70.0 ( #39599 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.69.7 to 1.70.0.
- [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.69.7...1.70.0 )
---
updated-dependencies:
- dependency-name: sass
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>
2024-02-02 08:52:43 +02:00
dependabot[bot]
518b4d2c53
Build(deps-dev): Bump nodemon from 3.0.2 to 3.0.3 ( #39602 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.0.2...v3.0.3 )
---
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>
2024-02-02 08:44:12 +02:00
Julien Déramond
11272eca59
Docs: add missing comma in native font stack code source in Content > Reboot ( #39617 )
2024-01-30 19:08:35 +01:00
Sergei
7bec4de761
Optimize the accordion icon ( #39411 )
...
Co-authored-by: Serhii Babakov <babakov@aweb.ua >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-01-30 19:05:54 +01:00
Christian Oliff
047607816d
Docs: add missing type="button" to Cheatsheet example nav buttons ( #39585 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2024-01-30 07:46:01 +01:00
Sarah Gilberg
8cc86cc5c5
Docs: fix 'media-breakpoint-between' typo in migration guide ( #39604 )
2024-01-29 17:51:05 +01:00
dependabot[bot]
af092931f0
Build(deps-dev): Bump hugo-bin from 0.118.0 to 0.118.1 ( #39576 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.118.0 to 0.118.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.118.0...v0.118.1 )
---
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>
2024-01-09 09:21:41 +02:00
dependabot[bot]
0b5ce41de1
Build(deps-dev): Bump @babel/preset-env from 7.23.6 to 7.23.8 ( #39572 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.23.6 to 7.23.8.
- [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.23.8/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>
2024-01-09 09:20:24 +02:00
dependabot[bot]
d029ef6aaf
Build(deps-dev): Bump sass-true from 7.0.0 to 7.0.1 ( #39575 )
...
Bumps [sass-true](https://github.com/oddbird/true ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/oddbird/true/releases )
- [Changelog](https://github.com/oddbird/true/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oddbird/true/compare/v7.0.0...v7.0.1 )
---
updated-dependencies:
- dependency-name: sass-true
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>
2024-01-09 09:19:59 +02:00
dependabot[bot]
076d156e83
Build(deps-dev): Bump @babel/core from 7.23.6 to 7.23.7 ( #39554 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.23.6 to 7.23.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.23.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2024-01-09 09:18:50 +02:00
dependabot[bot]
585623cee2
Build(deps-dev): Bump postcss from 8.4.32 to 8.4.33 ( #39574 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.32 to 8.4.33.
- [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.32...8.4.33 )
---
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>
2024-01-09 09:17:30 +02:00
dependabot[bot]
54fd39d46d
Build(deps-dev): Bump rollup from 4.9.1 to 4.9.4 ( #39573 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.9.1 to 4.9.4.
- [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/v4.9.1...v4.9.4 )
---
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>
2024-01-09 09:17:02 +02:00
dependabot[bot]
f8f5a75911
Build(deps-dev): Bump sass from 1.69.5 to 1.69.7 ( #39571 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.69.5 to 1.69.7.
- [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.69.5...1.69.7 )
---
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>
2024-01-09 09:16:17 +02:00
dependabot[bot]
c8df0ed858
Build(deps-dev): Bump follow-redirects from 1.15.3 to 1.15.4 ( #39570 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 09:13:05 +02:00
dependabot[bot]
901f368a56
Build(deps-dev): Bump stylelint from 16.0.2 to 16.1.0 ( #39531 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.0.2 to 16.1.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.0.2...16.1.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2024-01-09 09:11:34 +02:00
XhmikosR
a34ffb301f
CI: stop running coveralls in forks ( #39096 )
2024-01-09 09:11:05 +02:00
Julien Déramond
85b1d1c660
Docs: update desc of deprecated Sass mixins in alerts and list groups ( #39537 )
2023-12-30 08:48:21 +01:00
Christian Oliff
ce1bf1c660
Docs: update homepage links to prevent HTTP redirect ( #39539 )
2023-12-30 08:44:14 +01:00
dependabot[bot]
e47f3feac9
Build(deps-dev): Bump rollup from 3.29.4 to 4.9.1 ( #39510 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.29.4 to 4.9.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/v3.29.4...v4.9.1 )
---
updated-dependencies:
- dependency-name: rollup
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>
2023-12-23 19:41:40 +02:00
dependabot[bot]
8ac1bdee8f
Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap ( #39527 )
...
* Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap
Bumps [stylelint](https://github.com/stylelint/stylelint ) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ). These dependencies needed to be updated together.
Updates `stylelint` from 15.11.0 to 16.0.2
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2 )
Updates `stylelint-config-twbs-bootstrap` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update _utilities.test.scss
* Update blog.css
* Update blog.rtl.css
---------
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 >
2023-12-23 18:49:29 +02:00
dependabot[bot]
58cc39bd09
Build(deps-dev): Bump eslint-plugin-unicorn from 49.0.0 to 50.0.1 ( #39525 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 49.0.0 to 50.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v49.0.0...v50.0.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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>
2023-12-23 18:47:45 +02:00
dependabot[bot]
fa0cdba18f
Build(deps-dev): Bump hugo-bin from 0.117.1 to 0.118.0 ( #39526 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.117.1 to 0.118.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.117.1...v0.118.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>
2023-12-23 18:44:31 +02:00
Julien Déramond
00317d2c76
Docs: use consistent HTML elements in Utilities > Background page ( #39519 )
2023-12-22 07:14:15 +01:00
Julien Déramond
240b78e2d0
Docs: drop unused .theme-icon class ( #39520 )
2023-12-21 17:34:16 +01:00
XhmikosR
958b610cfa
Update devDependencies ( #39504 )
2023-12-17 22:16:05 +02:00
XhmikosR
3486c9d9d8
Minor image compression improvements ( #39503 )
2023-12-17 22:15:19 +02:00
dependabot[bot]
056a0e0d75
Build(deps): Bump github/codeql-action from 2 to 3 ( #39502 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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>
2023-12-17 10:41:14 +02:00
XhmikosR
7807c8d8ef
CI: switch to Node.js 20 ( #39501 )
2023-12-17 10:14:49 +02:00
dependabot[bot]
3ee969f961
Build(deps-dev): Bump @babel/preset-env from 7.23.5 to 7.23.6 ( #39488 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.23.5 to 7.23.6.
- [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.23.6/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 >
2023-12-17 10:05:52 +02:00
dependabot[bot]
368a3d7e6a
Build(deps-dev): Bump hugo-bin from 0.116.4 to 0.117.1 ( #39491 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.116.4 to 0.117.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.116.4...v0.117.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>
2023-12-17 09:58:33 +02:00
dependabot[bot]
708734b8af
Build(deps-dev): Bump terser from 5.24.0 to 5.26.0 ( #39489 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.24.0 to 5.26.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.24.0...v5.26.0 )
---
updated-dependencies:
- dependency-name: terser
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 >
2023-12-16 10:23:47 +02:00
Yudai Takada
4dcc376bfb
Fix a typo in scss/_tables.scss comments ( #39497 )
2023-12-15 08:15:59 +01:00
Julien Déramond
f1cd1180b7
Docs: add shift-color() usage example in sass customization page ( #39435 )
2023-12-12 08:08:19 +01:00
Julien Déramond
43524225e2
Docs: enhance .card-img-* description ( #39458 )
2023-12-10 08:23:45 +01:00
Dmitry Karpunin
56d80ea53c
Fix focus box-shadow for validation stated form-controls ( #38719 )
...
Co-authored-by: Dmitry Karpunin <ext-dmitriy.karpunin@sbermarket.ru >
2023-12-09 09:34:21 +01:00
dependabot[bot]
a1bae2e784
Build(deps-dev): Bump @babel/preset-env from 7.23.3 to 7.23.5 ( #39467 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.23.3 to 7.23.5.
- [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.23.5/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>
2023-12-05 18:17:55 +02:00
dependabot[bot]
aa8c08a451
Build(deps-dev): Bump clean-css-cli from 5.6.2 to 5.6.3 ( #39464 )
...
Bumps [clean-css-cli](https://github.com/clean-css/clean-css-cli ) from 5.6.2 to 5.6.3.
- [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md )
- [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.6.2...v5.6.3 )
---
updated-dependencies:
- dependency-name: clean-css-cli
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>
2023-12-05 18:17:05 +02:00
dependabot[bot]
1f9386359b
Build(deps-dev): Bump postcss from 8.4.31 to 8.4.32 ( #39468 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.31 to 8.4.32.
- [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.31...8.4.32 )
---
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>
2023-12-05 18:16:02 +02:00
dependabot[bot]
b8e5738aee
Build(deps-dev): Bump nodemon from 3.0.1 to 3.0.2 ( #39466 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.0.1...v3.0.2 )
---
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>
2023-12-05 17:53:35 +02:00
dependabot[bot]
d1634fd96a
Build(deps-dev): Bump @babel/cli from 7.23.0 to 7.23.4 ( #39443 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.23.0 to 7.23.4.
- [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.23.4/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2023-11-28 13:50:23 +02:00
dependabot[bot]
d8ff839dfb
Build(deps-dev): Bump stylelint-config-twbs-bootstrap ( #39445 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 11.0.1 to 12.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v11.0.1...v12.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
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>
2023-11-28 13:49:54 +02:00
XhmikosR
32147914d4
Update calibreapp-image-actions.yml
2023-11-21 18:02:44 +02:00
dependabot[bot]
9ffd923442
Build(deps): Bump streetsidesoftware/cspell-action from 4 to 5 ( #39403 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 4 to 5.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-type: direct:production
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>
2023-11-21 14:31:18 +02:00
Julien Déramond
00d4639400
Docs: change vite config path import in vite guide ( #39418 )
2023-11-21 14:30:34 +02:00
dependabot[bot]
1a7ae00f52
Build(deps-dev): Bump eslint from 8.52.0 to 8.54.0 ( #39424 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.52.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.54.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 >
2023-11-21 14:29:36 +02:00
dependabot[bot]
6c5fd8bc9f
Build(deps-dev): Bump @babel/preset-env from 7.23.2 to 7.23.3 ( #39400 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.23.2 to 7.23.3.
- [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.23.3/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>
2023-11-21 14:26:50 +02:00
dependabot[bot]
a70e8c04f4
Build(deps-dev): Bump @babel/core from 7.23.2 to 7.23.3 ( #39402 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.23.2 to 7.23.3.
- [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.23.3/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-11-21 14:02:02 +02:00
dependabot[bot]
7cccbe9621
Build(deps-dev): Bump hugo-bin from 0.116.3 to 0.116.4 ( #39401 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.116.3 to 0.116.4.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.116.3...v0.116.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>
2023-11-21 14:01:25 +02:00
Julien Déramond
e4f0d61c8f
Docs: fix color schemes description in Sass customization ( #39417 )
2023-11-18 09:52:03 +01:00
Neeraj Kumar Das
ee88ae6496
Use child combinators to avoid inheriting parent accordion's styles ( #37508 )
...
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-11-17 12:59:35 +01:00
MarkoOleksiyenko
55952bfe64
Drop evenly items distribution for modal and offcanvas headers ( #39373 )
2023-11-15 20:38:44 +01:00
Frans de Jonge
b9f92d70c9
Allow <dl>, <dt> and <dd> in JS sanitizer ( #39376 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-11-15 08:38:27 +01:00
curious-broccoli
adf7a98511
Docs: fix sentence in 'Scrolling long content' modal section ( #39378 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-11-14 08:04:16 +01:00
Julien Déramond
587e89f11b
Fix Sass compilation breaking change in v5.3 ( #39380 )
2023-11-14 08:01:29 +01:00
Edwin
8a965cadf8
Fix typo in _grid.scss ( #39387 )
2023-11-10 11:51:55 +01:00
XhmikosR
a4d2f59702
Update dependencies and regenerate package-lock.json
2023-11-02 10:53:09 +02:00
dependabot[bot]
8ce2eace9b
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.4 to 25.0.7 ( #39359 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.4 to 25.0.7.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.7/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>
2023-11-02 08:09:09 +02:00
dependabot[bot]
5e72d045f1
Build(deps-dev): Bump @rollup/plugin-babel from 6.0.3 to 6.0.4 ( #39360 )
...
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel ) from 6.0.3 to 6.0.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.4/packages/babel )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
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>
2023-11-02 08:05:13 +02:00
dependabot[bot]
2de5bb6452
Build(deps-dev): Bump eslint-plugin-import from 2.28.1 to 2.29.0 ( #39358 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.28.1 to 2.29.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
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>
2023-11-02 08:05:00 +02:00
dependabot[bot]
48124c3c66
Build(deps-dev): Bump terser from 5.20.0 to 5.24.0 ( #39354 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.20.0 to 5.24.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.20.0...v5.24.0 )
---
updated-dependencies:
- dependency-name: terser
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 >
2023-11-02 08:03:51 +02:00
dependabot[bot]
b4be299259
Build(deps-dev): Bump sass from 1.68.0 to 1.69.5 ( #39357 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.68.0 to 1.69.5.
- [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.68.0...1.69.5 )
---
updated-dependencies:
- dependency-name: sass
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>
2023-11-02 08:01:49 +02:00
dependabot[bot]
1f5a38cae8
Build(deps-dev): Bump hugo-bin from 0.114.2 to 0.116.3 ( #39355 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.114.2 to 0.116.3.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.114.2...v0.116.3 )
---
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>
2023-11-02 08:00:39 +02:00
dependabot[bot]
03afa56d02
Build(deps-dev): Bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 ( #39356 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.2.1 to 15.2.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/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>
2023-11-02 07:59:34 +02:00
dependabot[bot]
35e4207bd7
Build(deps-dev): Bump rollup-plugin-istanbul from 4.0.0 to 5.0.0 ( #39351 )
...
Bumps [rollup-plugin-istanbul](https://github.com/artberri/rollup-plugin-istanbul ) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/artberri/rollup-plugin-istanbul/releases )
- [Changelog](https://github.com/artberri/rollup-plugin-istanbul/blob/main/CHANGELOG.md )
- [Commits](https://github.com/artberri/rollup-plugin-istanbul/compare/v4.0.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: rollup-plugin-istanbul
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>
2023-11-02 07:58:00 +02:00
dependabot[bot]
20e9a1dcbc
Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0 ( #39353 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.10.3 to 15.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-11-02 07:55:33 +02:00
dependabot[bot]
7bb252c816
Build(deps-dev): Bump @rollup/plugin-replace from 5.0.2 to 5.0.5 ( #39352 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 5.0.2 to 5.0.5.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/inject-v5.0.5/packages/replace )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
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 >
2023-11-02 07:55:08 +02:00
dependabot[bot]
662995fe94
Build(deps-dev): Bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 ( #39350 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 48.0.1 to 49.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v48.0.1...v49.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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>
2023-11-02 07:52:59 +02:00
dependabot[bot]
efd57ec828
Build(deps): Bump streetsidesoftware/cspell-action from 3 to 4 ( #39331 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 3 to 4.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-type: direct:production
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>
2023-11-02 07:49:17 +02:00
dependabot[bot]
aed99ecb3f
Build(deps): Bump actions/setup-node from 3 to 4 ( #39330 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
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>
2023-11-02 07:48:47 +02:00
dependabot[bot]
2a40d53099
Build(deps-dev): Bump @babel/preset-env from 7.22.15 to 7.23.2 ( #39307 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.15 to 7.23.2.
- [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.23.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
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>
2023-10-31 21:16:43 +02:00
dependabot[bot]
4ddc65b078
Build(deps-dev): Bump @babel/cli from 7.22.15 to 7.23.0 ( #39267 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.22.15 to 7.23.0.
- [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.23.0/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2023-10-31 21:12:44 +02:00
dependabot[bot]
e2895670a4
Build(deps-dev): Bump @babel/core from 7.22.17 to 7.23.2 ( #39306 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.17 to 7.23.2.
- [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/@babel/core@7.23.2/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-10-31 21:09:29 +02:00
dependabot[bot]
d33bf4d961
Build(deps-dev): Bump npm-run-all2 from 6.0.6 to 6.1.1 ( #39309 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.0.6 to 6.1.1.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.0.6...v6.1.1 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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>
2023-10-31 21:08:56 +02:00
MewenLeHo
73e1dcf43e
Fix color-mode.js
2023-10-31 09:42:15 -07:00
Julien Déramond
d769ae0e0f
Doc: add dispose() to Offcanvas methods ( #39340 )
2023-10-30 08:23:11 +01:00
Julien Déramond
f7426c08e7
Doc: use .text-bg-{color} for all badges
2023-10-23 12:16:04 -07:00
Julien Déramond
dac60074dc
Doc: add expanded accordion explanation ( #39304 )
...
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com >
2023-10-23 19:25:53 +02:00
Julien Déramond
d58e86e730
Docs: drop .table-light from table foot example ( #39320 )
2023-10-23 19:21:29 +02:00
Julien Déramond
ce114117a8
Tests: update navbar in visual modal test ( #39294 )
2023-10-13 10:28:08 +02:00
oliv37
72d6722b34
Docs: fix emphasis text utilities usage in Utilities > Background ( #39293 )
2023-10-13 07:41:40 +02:00
Julien Déramond
790dc80753
Fix getOrCreateInstance() doc example ( #39281 )
2023-10-12 09:31:14 +02:00
dependabot[bot]
7cdfa42608
Build(deps-dev): Bump autoprefixer from 10.4.15 to 10.4.16 ( #39269 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.15 to 10.4.16.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16 )
---
updated-dependencies:
- dependency-name: autoprefixer
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>
2023-10-11 07:41:44 +03:00
dependabot[bot]
0e7e888f8e
Build(deps-dev): Bump postcss from 8.4.30 to 8.4.31 ( #39278 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.30 to 8.4.31.
- [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.30...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 07:41:02 +03:00
Christian Oliff
323f9d6f68
Docs: fix unnecessary right-margin for example code blocks ( #39246 )
2023-10-05 12:03:42 +02:00
XhmikosR
7d66339e98
Update favicon
2023-10-02 12:04:31 +03:00
Julien Déramond
4dd9bf050c
Doc: consistent rendering of 'Heads up!' callouts ( #39249 )
2023-09-29 06:55:51 +02:00
dependabot[bot]
9c1c3d4d04
Build(deps-dev): Bump rollup from 3.29.1 to 3.29.3 ( #39243 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.29.1 to 3.29.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/v3.29.1...v3.29.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>
2023-09-27 11:13:14 +03:00
dependabot[bot]
682a243c47
Build(deps-dev): Bump sass from 1.66.1 to 1.68.0 ( #39242 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.66.1 to 1.68.0.
- [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.66.1...1.68.0 )
---
updated-dependencies:
- dependency-name: sass
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>
2023-09-27 11:03:58 +03:00
dependabot[bot]
47e3875429
Build(deps-dev): Bump terser from 5.19.4 to 5.20.0 ( #39240 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.19.4 to 5.20.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.19.4...v5.20.0 )
---
updated-dependencies:
- dependency-name: terser
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>
2023-09-27 10:51:19 +03:00
dependabot[bot]
05a1c1d823
Build(deps-dev): Bump rtlcss from 4.1.0 to 4.1.1 ( #39209 )
...
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss ) from 4.1.0 to 4.1.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/v4.1.0...v4.1.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>
2023-09-22 21:06:37 +03:00
dependabot[bot]
e4fc4ad6cb
Build(deps-dev): Bump postcss from 8.4.29 to 8.4.30 ( #39207 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.29 to 8.4.30.
- [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.29...8.4.30 )
---
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>
2023-09-22 21:06:07 +03:00
Kevin Sanders
d9baa2f3a9
Fix typo in toggle buttons outlined styles section ( #39200 )
2023-09-18 07:43:18 +02:00
jonnysp
9e5e22ad6a
Fix border-radius of some switch variants when rounded is disabled ( #38884 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-09-14 20:49:14 +02:00
Julien Déramond
344e912d04
Release v5.3.2 ( #39173 )
...
* Bump version to 5.3.2
* Dist
2023-09-14 17:19:27 +03:00
XhmikosR
317cb2ae09
download: Reword CDN paragraph ( #39179 )
2023-09-14 17:02:13 +03:00
Julien Déramond
8df9899e98
Fix: make theme selector tick icon visible when active in examples layout ( #39177 )
2023-09-14 17:01:50 +03:00
XhmikosR
256ad91185
README.md: remove BrowserStack badge ( #39180 )
2023-09-14 17:00:59 +03:00
XhmikosR
88161777a7
Update devDependencies ( #39174 )
...
* @babel/cli ^7.22.10 → ^7.22.15
* @babel/core ^7.22.10 → ^7.22.17
* @babel/preset-env ^7.22.10 → ^7.22.15
* eslint ^8.47.0 → ^8.49.0
* jquery ^3.7.0 → ^3.7.1
* lockfile-lint ^4.12.0 → ^4.12.1
* postcss ^8.4.28 → ^8.4.29
* rollup ^3.28.1 → ^3.29.1
* terser ^5.19.2 → ^5.19.4
2023-09-13 13:05:36 +03:00
dependabot[bot]
52edf180c5
Build(deps): Bump actions/checkout from 3 to 4 ( #39148 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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>
2023-09-13 12:47:26 +03:00
Louis-Maxime Piton
9900cf33c0
Fix collapse multiple ids target ( #38989 )
2023-09-13 09:30:32 +02:00
Giovanni Piller Cottrer
d1d49ffe1d
New $btn-link-focus-shadow-rgb for color modes customisation ( #39119 )
2023-09-13 09:18:07 +02:00
Julien Déramond
bde23ae661
Allow <mark> colors customization for color modes ( #39141 )
2023-09-13 08:50:42 +02:00
Mahmut YILDIRIM
bb10c996d4
Add defensive CSS to handle form check input in fleboxes ( #38955 )
...
Co-authored-by: louismaxime.piton <louismaxime.piton@orange.com >
2023-09-13 08:45:40 +02:00
Louis-Maxime Piton
86672f4222
Fix table state rendering for color modes ( #39033 )
2023-09-13 08:17:23 +02:00
Julien Déramond
4724e7ae9a
Make form range track background more contrasted ( #39095 )
2023-09-13 07:59:53 +02:00
Robert Jones
4bf483b3b5
Docs: add Discord (community) and Bootstrap subreddit links ( #38873 )
...
Co-authored-by: Rob Jones <robert@blumac.digital >
Co-authored-by: Mark Otto <markdotto@gmail.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-09-13 07:53:14 +02:00
Julien Déramond
fca9c8258b
Docs: add alternative CDNs section in Getting Started > Download ( #39145 )
...
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2023-09-13 07:36:22 +02:00
Sebastian Blank
d07d3a60c5
Fix dart-sass deprecation warning ( #39030 )
...
* Fix dart-sass deprecation warning
* Fix wrong percentages
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-09-12 13:04:02 -07:00
dependabot[bot]
413894d469
Build(deps-dev): Bump hugo-bin from 0.113.0 to 0.114.2 ( #39147 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.113.0 to 0.114.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.113.0...v0.114.2 )
---
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>
2023-09-05 13:05:37 +03:00
dependabot[bot]
fee563d1fc
Build(deps): Bump streetsidesoftware/cspell-action from 2 to 3 ( #39088 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 2 to 3.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-type: direct:production
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-08-23 09:27:01 +03:00
dependabot[bot]
a82a9da511
Build(deps-dev): Bump @rollup/plugin-node-resolve from 15.2.0 to 15.2.1 ( #39090 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.2.0 to 15.2.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.1/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>
2023-08-22 15:03:50 +03:00
dependabot[bot]
8b4488826a
Build(deps-dev): Bump rollup from 3.28.0 to 3.28.1 ( #39089 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.28.0 to 3.28.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/v3.28.0...v3.28.1 )
---
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>
2023-08-22 15:02:01 +03:00
John Hayes
dc040fa2b2
Corrected a grammer error in by adding the word go to examples/starter-template ( #39086 )
2023-08-22 11:25:25 +03:00
XhmikosR
e3553aec92
Update devDependencies ( #39083 )
...
* @rollup/plugin-node-resolve ^15.1.0 → ^15.2.0
* eslint-plugin-import ^2.28.0 → ^2.28.1
* postcss ^8.4.27 → ^8.4.28
* sass ^1.65.1 → ^1.66.1
* stylelint ^15.10.2 → ^15.10.3
2023-08-22 11:24:53 +03:00
Christian Oliff
6091dbadd7
Remove incorrect mention of .left utilities from migration guide ( #39054 )
...
There are no classes in Bootstrap 4.x beginning with `.left` or `.right`.
(You can do a `CTRL`+`F` on https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.css to check)
2023-08-22 11:24:19 +03:00
XhmikosR
18a400a329
Further improve image compression with oxipng and the latest jpegoptim ( #39037 )
2023-08-22 11:23:43 +03:00
XhmikosR
47da803f08
Migration: add back v5.0.0 heading ( #39060 )
...
* Migrations: add back v5.0.0 heading
* Update migration.md
* Update migration.md
2023-08-21 10:49:52 +03:00
Mustafa Ateş Uzun
1be3057230
Dropdown: reuse variable ( #39046 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-08-21 09:06:39 +03:00
XhmikosR
ba449604ce
Improve change-version script ( #38983 )
...
Only replace the version in specific files instead of blindly all repo files
2023-08-21 09:03:09 +03:00
dependabot[bot]
803c5de300
Build(deps-dev): Bump eslint from 8.46.0 to 8.47.0 ( #39059 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.46.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.46.0...v8.47.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>
2023-08-15 14:41:08 +03:00
dependabot[bot]
c59c8b939e
Build(deps-dev): Bump rollup from 3.27.2 to 3.28.0 ( #39056 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.27.2 to 3.28.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/v3.27.2...v3.28.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>
2023-08-15 14:40:40 +03:00
dependabot[bot]
c9a3e352f0
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4 ( #39055 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.3 to 25.0.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.4/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>
2023-08-15 14:40:03 +03:00
Diogo Teles Sant'Anna
7103327201
ci: update permissions for calibreapp-image-actions.yml ( #39021 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-08-15 14:36:42 +03:00
dependabot[bot]
bfeb5589fa
Build(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15 ( #39057 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.14 to 10.4.15.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15 )
---
updated-dependencies:
- dependency-name: autoprefixer
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>
2023-08-15 14:34:10 +03:00
dependabot[bot]
cab0d9a8aa
Build(deps-dev): Bump sass from 1.64.2 to 1.65.1 ( #39058 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.64.2 to 1.65.1.
- [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.64.2...1.65.1 )
---
updated-dependencies:
- dependency-name: sass
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>
2023-08-15 14:24:10 +03:00
dependabot[bot]
764bd8de14
Build(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10 ( #39017 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.9 to 7.22.10.
- [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.22.10/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>
2023-08-08 13:22:58 +03:00
dependabot[bot]
3b95094fc4
Build(deps-dev): Bump @babel/cli from 7.22.9 to 7.22.10 ( #39015 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.22.9 to 7.22.10.
- [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.22.10/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2023-08-08 13:20:46 +03:00
dependabot[bot]
fcda09965a
Build(deps-dev): Bump hugo-bin from 0.112.1 to 0.113.0 ( #39014 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.112.1 to 0.113.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.112.1...v0.113.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>
2023-08-08 13:17:24 +03:00
dependabot[bot]
9ebdf81339
Build(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10 ( #39013 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.9 to 7.22.10.
- [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.22.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-08-08 13:16:49 +03:00
dependabot[bot]
6d7c1a8e8c
Build(deps-dev): Bump lockfile-lint from 4.10.6 to 4.12.0 ( #39012 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.10.6 to 4.12.0.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.12.0/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
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>
2023-08-08 13:16:27 +03:00
dependabot[bot]
ca9f42c5b1
Build(deps-dev): Bump rollup from 3.27.0 to 3.27.2 ( #39011 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.27.0 to 3.27.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/v3.27.0...v3.27.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>
2023-08-08 13:14:39 +03:00
XhmikosR
56664e0caa
Convert build scripts to ESM ( #38984 )
2023-08-06 07:37:24 +03:00
Issayah
0fe3dd93f2
docs: add BootstrapVueNext to docs ( #38970 )
...
* docs: add BootstrapVueNext to docs
* Update javascript.md
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-08-05 15:10:33 -07:00
louismaxime.piton
4a7dfa404f
Add form elements in focusable elements when scrolling
2023-08-05 15:09:56 -07:00
Julien Déramond
78b4e5d2d6
Use box-shadow CSS vars instead of Sass vars in assets and variables
2023-08-05 15:04:45 -07:00
XhmikosR
913efd78c6
examples: update 3rd-party packages ( #38994 )
2023-08-02 21:12:18 +03:00
XhmikosR
742f5c92cf
introduction: drop details element ( #38995 )
...
* introduction: drop `details` element
* Update introduction.md
2023-08-02 21:12:06 +03:00
XhmikosR
fc8b03bee3
Update devDependencies ( #38990 )
...
* eslint ^8.45.0 → ^8.46.0
* eslint-plugin-import ^2.27.5 → ^2.28.0
* eslint-plugin-markdown ^3.0.0 → ^3.0.1
* eslint-plugin-unicorn ^48.0.0 → ^48.0.1
* hugo-bin ^0.111.4 → ^0.112.1
* rollup ^3.26.3 → ^3.27.0
* sass ^1.64.1 → ^1.64.2
2023-08-01 11:33:14 +03:00
Christian Oliff
92aedd15fc
Docs: Fix popover template role error ( #38978 )
...
I'm quite sure this should be `role="tooltip"` and not `role="popover"`. There isn't a popover role but there is a tooltip one.(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role ).. and Bootstrap 5 itself uses role="tooltip" for its popovers by default.
2023-07-29 12:04:50 +01:00
Craig Wayne
c81a694ff3
Use CSS box-shadow variables in shadow utility classes ( #38816 )
2023-07-27 22:46:12 +02:00
XhmikosR
5a97018a9a
Update gutters.md ( #38968 )
2023-07-27 18:12:54 +03:00
XhmikosR
2a1bf52b73
Release v5.3.1 ( #38956 )
...
* Bump version to 5.3.1
* Dist
2023-07-26 10:46:38 +03:00
Julien Déramond
8e5dada5b1
Examples: improve spinner buttons accessibility ( #38958 )
2023-07-25 08:25:48 +03:00
Julien Déramond
11b3806675
Fix bundlewatch values ( #38954 )
2023-07-25 08:23:44 +03:00
Douglas Silva
57ddb42baf
Fix postcss plugin options ( #38947 )
2023-07-24 21:26:09 +03:00
louismaximepiton
cc5a8a9036
fix
2023-07-23 21:41:43 -07:00
Christian Oliff
ea21de1674
Docs: Update float responsive examples
2023-07-23 21:38:53 -07:00
XhmikosR
92d779f83c
Update devDependencies and regenerate package-lock.json
...
* hugo-bin ^0.111.3 → ^0.111.4
* postcss ^8.4.26 → ^8.4.27
* sass ^1.63.6 → ^1.64.1
* stylelint ^15.10.1 → ^15.10.2
* terser ^5.19.1 → ^5.19.2
2023-07-23 21:28:31 -07:00
XhmikosR
01dacaf218
dashboard: fix offcanvas md display ( #38952 )
...
* dashboard: fix offcanvas md display
* Update index.html
2023-07-23 21:28:14 -07:00
Julien Déramond
4271d22b90
Docs: remove v4 reference in homepage
2023-07-23 21:27:00 -07:00
Julien Déramond
1c80bd9c4b
Fix some typos in Customize > Sass doc ( #38948 )
2023-07-23 22:07:23 +03:00
Kyle Tsang
d45cc7ef51
Support Home and End keys in tabs ( #38498 )
...
* Support `Home` and `End` keys in tabs
* Update tab.js
* simplify tests
* Update navs-tabs.md
* Update .bundlewatch.config.json
---------
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-07-23 22:06:14 +03:00
dependabot[bot]
8fcfce1ebd
Build(deps-dev): Bump eslint-plugin-unicorn from 47.0.0 to 48.0.0 ( #38928 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 47.0.0 to 48.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v47.0.0...v48.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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>
2023-07-18 18:17:15 +03:00
dependabot[bot]
a814733ad7
Build(deps-dev): Bump rollup from 3.26.2 to 3.26.3 ( #38931 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.26.2 to 3.26.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/v3.26.2...v3.26.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>
2023-07-18 18:10:56 +03:00
dependabot[bot]
fd0a4e67a0
Build(deps-dev): Bump @babel/core from 7.22.8 to 7.22.9 ( #38930 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.8 to 7.22.9.
- [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.22.9/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-07-18 18:10:32 +03:00
dependabot[bot]
86c5371ac8
Build(deps-dev): Bump hugo-bin from 0.111.2 to 0.111.3 ( #38929 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.111.2 to 0.111.3.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.111.2...v0.111.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>
2023-07-18 18:09:56 +03:00
dependabot[bot]
fb348b6bdd
Build(deps-dev): Bump postcss from 8.4.25 to 8.4.26 ( #38927 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.25 to 8.4.26.
- [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.25...8.4.26 )
---
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>
2023-07-18 18:09:35 +03:00
dependabot[bot]
83e5ec8175
Build(deps-dev): Bump @babel/cli from 7.22.6 to 7.22.9 ( #38922 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.22.6 to 7.22.9.
- [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.22.9/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2023-07-18 18:03:29 +03:00
dependabot[bot]
ae255aaefc
Build(deps-dev): Bump @babel/preset-env from 7.22.7 to 7.22.9 ( #38920 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.7 to 7.22.9.
- [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.22.9/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>
2023-07-18 18:03:01 +03:00
dependabot[bot]
cf074cd3b9
Build(deps-dev): Bump terser from 5.19.0 to 5.19.1 ( #38921 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.19.0 to 5.19.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.19.0...v5.19.1 )
---
updated-dependencies:
- dependency-name: terser
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 >
2023-07-18 18:02:26 +03:00
dependabot[bot]
303e56758d
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3 ( #38923 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.2 to 25.0.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.3/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>
2023-07-18 17:58:17 +03:00
dependabot[bot]
9205ffe631
Build(deps-dev): Bump eslint from 8.44.0 to 8.45.0 ( #38919 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.44.0 to 8.45.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.44.0...v8.45.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>
2023-07-18 17:35:55 +03:00
Julien Déramond
101ff73b4c
Docs: fix carousel carousel colors of carousel examples in dark mode
2023-07-16 20:49:00 -07:00
Julien Déramond
b3da789113
Fix dark mode rendering of Cheatsheet examples ( #38905 )
2023-07-16 20:48:33 -07:00
zcl
3ea4168cb6
Streamline a certain amount and increase presentations in different directions ( #38604 )
2023-07-16 20:41:56 -07:00
cameronhollis
7dfa9c5890
.text-bg-* helpers now use theme CSS variables (#38772 )
...
* #38769 text-bg-primary now respects --bs-primary color
* Revert "#38769 text-bg-primary now respects --bs-primary color"
This reverts commit a4db90ff70 .
* #38769 updated scss file to respect --bs-primary color with text-bg-primary class
---------
Co-authored-by: Cameron Hollis <cameronjhollis@gmail.com >
2023-07-16 20:41:29 -07:00
Julien Déramond
674ea99c8c
Docs: add blank target and noopener rel to footer external links
2023-07-16 20:41:03 -07:00
Julien Déramond
6a9b9af59e
New Sass variable to change vertical rule width
2023-07-16 20:39:54 -07:00
Julien Déramond
8c135169e7
Fix tooltip generated markup documentation ( #38902 )
2023-07-15 07:45:35 +02:00
XhmikosR
cdcb503b88
Regenerate package-lock.json
2023-07-12 08:23:48 +03:00
dependabot[bot]
877e6725e6
Build(deps-dev): Bump terser from 5.18.2 to 5.19.0 ( #38901 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.18.2 to 5.19.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.18.2...v5.19.0 )
---
updated-dependencies:
- dependency-name: terser
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>
2023-07-12 08:19:03 +03:00
dependabot[bot]
ccc73058c1
Build(deps-dev): Bump npm-run-all2 from 6.0.5 to 6.0.6 ( #38900 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.0.5...v6.0.6 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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>
2023-07-12 08:16:05 +03:00
dependabot[bot]
a0931d0f6b
Build(deps-dev): Bump nodemon from 2.0.22 to 3.0.1 ( #38893 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.22 to 3.0.1.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.22...v3.0.1 )
---
updated-dependencies:
- dependency-name: nodemon
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>
2023-07-12 08:13:19 +03:00
dependabot[bot]
a5c7303fa2
Build(deps-dev): Bump stylelint from 15.9.0 to 15.10.1 ( #38880 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.9.0 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.9.0...15.10.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 08:10:41 +03:00
dependabot[bot]
de69649b3a
Build(deps-dev): Bump @babel/preset-env from 7.22.5 to 7.22.7 ( #38899 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.5 to 7.22.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.22.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>
2023-07-12 08:08:08 +03:00
dependabot[bot]
afa2fc447f
Build(deps-dev): Bump stylelint-config-twbs-bootstrap ( #38898 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v11.0.0...v11.0.1 )
---
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>
2023-07-12 08:05:47 +03:00
dependabot[bot]
2990534463
Build(deps-dev): Bump @babel/core from 7.22.5 to 7.22.8 ( #38897 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.5 to 7.22.8.
- [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.22.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-07-12 08:02:52 +03:00
dependabot[bot]
e2de56d740
Build(deps-dev): Bump lockfile-lint from 4.10.5 to 4.10.6 ( #38896 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.10.5 to 4.10.6.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.6/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
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>
2023-07-12 08:01:49 +03:00
dependabot[bot]
9ff96a497c
Build(deps-dev): Bump hugo-bin from 0.111.1 to 0.111.2 ( #38895 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.111.1 to 0.111.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.111.1...v0.111.2 )
---
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>
2023-07-12 08:01:15 +03:00
dependabot[bot]
79e196a976
Build(deps-dev): Bump rollup from 3.25.3 to 3.26.2 ( #38892 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.25.3 to 3.26.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/v3.25.3...v3.26.2 )
---
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>
2023-07-12 07:57:32 +03:00
dependabot[bot]
5bcb0fafad
Build(deps-dev): Bump @babel/cli from 7.22.5 to 7.22.6 ( #38891 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.22.5 to 7.22.6.
- [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.22.6/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2023-07-12 07:56:19 +03:00
dependabot[bot]
4617a7610c
Build(deps-dev): Bump postcss from 8.4.24 to 8.4.25 ( #38890 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.24 to 8.4.25.
- [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.24...8.4.25 )
---
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>
2023-07-12 07:55:17 +03:00
Christian Oliff
42a055c7a8
Docs: Fix incorrect .form-file on migration guide ( #38883 )
2023-07-10 10:04:21 +02:00
dependabot[bot]
df38215585
Build(deps-dev): Bump stylelint-config-twbs-bootstrap ( #38864 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v10.0.0...v11.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
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>
2023-07-08 11:01:45 +03:00
dependabot[bot]
609e6457cc
Build(deps-dev): Bump terser from 5.18.1 to 5.18.2 ( #38863 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.18.1 to 5.18.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.18.1...v5.18.2 )
---
updated-dependencies:
- dependency-name: terser
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>
2023-07-08 10:59:07 +03:00
dependabot[bot]
fef8958209
Build(deps-dev): Bump hugo-bin from 0.110.1 to 0.111.1 ( #38860 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.110.1 to 0.111.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.110.1...v0.111.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>
2023-07-08 10:58:17 +03:00
dependabot[bot]
bd7a0452c0
Build(deps-dev): Bump eslint from 8.43.0 to 8.44.0 ( #38861 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.43.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.43.0...v8.44.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>
2023-07-08 10:57:46 +03:00
ZhangChengLin
2c7f888c1e
add a base class style display for toggle buttons
2023-07-05 22:28:57 -07:00
PARTHIBAN
6301ca1ee0
Update buttons.md
2023-07-05 22:28:35 -07:00
Julien Déramond
3515ac16a1
Docs: add missing aria-disabled='true' to disabled anchors
2023-07-05 22:28:00 -07:00
Christian Oliff
52d53696d2
Fix for text-reset example class name ( #38844 )
...
This example no longer uses muted text
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-07-05 22:27:13 -07:00
Louis-Maxime Piton
e2854b94da
Feature ( #38838 )
2023-07-05 22:11:04 -07:00
Mewen Le Hô
4315801856
Add docs search to homepage ( #38850 )
...
* Compliance to Success Criterion 3.2.3 Consistent Navigation
* Update docs-navbar.html
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-07-05 22:10:13 -07:00
Christian Oliff
e0d54ffd32
Improve Text Alignment Example
...
On the Text alignment example all the text is left-aligned to start with and doesn't change on any viewport change. I think it makes much more sense for it to end-aligned on certain breakpoints.
I also added a missing `text-xxl-end` class :-)
I didn't use dashes between the breakpoint size names to match the Breakpoints docs (https://getbootstrap.com/docs/5.3/layout/breakpoints/#available-breakpoints )
2023-07-05 22:08:53 -07:00
Christian Oliff
43e4bf97a8
Fix class name on migration guide ( #38865 )
...
`.custom-custom-radio` should be `.custom-radio`
2023-07-04 13:45:29 +02:00
XhmikosR
1ab75c8d14
Fix Sass properties order for newer stylelint-config-recess-order ( #38851 )
2023-06-30 09:52:46 +03:00
dependabot[bot]
d333d70e52
Build(deps-dev): Bump hugo-bin from 0.108.0 to 0.110.1 ( #38832 )
...
* Build(deps-dev): Bump hugo-bin from 0.108.0 to 0.110.1
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.108.0 to 0.110.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.108.0...v0.110.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 >
* Update hugo.yml
Set allowActionJSTmpl to true for now
---------
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 >
2023-06-27 16:57:31 +03:00
dependabot[bot]
88c488515f
Build(deps-dev): Bump stylelint from 15.8.0 to 15.9.0 ( #38836 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.8.0 to 15.9.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.8.0...15.9.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-06-27 16:56:15 +03:00
dependabot[bot]
5370ddc4d3
Build(deps-dev): Bump sass from 1.62.1 to 1.63.6 ( #38835 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.62.1 to 1.63.6.
- [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.62.1...1.63.6 )
---
updated-dependencies:
- dependency-name: sass
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>
2023-06-27 16:55:52 +03:00
dependabot[bot]
e244dbc9d8
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.0 to 25.0.2 ( #38834 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.0 to 25.0.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.2/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>
2023-06-27 16:52:32 +03:00
dependabot[bot]
221862fe94
Build(deps-dev): Bump rollup from 3.25.1 to 3.25.3 ( #38833 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.25.1 to 3.25.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/v3.25.1...v3.25.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>
2023-06-27 16:52:09 +03:00
Benedikt Willi
787dfea8a2
Explicitly add missing opacity-0 helper class example for clarity.
...
Add a missing opacity-0 helper class example. From existing examples, it wasn't obvious to me that this class exists. This commit makes it a bit more explicit.
2023-06-25 14:47:15 -07:00
Julien Déramond
6dc18c6adc
Update bottom border on dark navbar example ( #38707 )
...
* Docs: drop bottom border from dark navbar example
* Use `.border-body`
2023-06-25 14:46:29 -07:00
kyletsang
213888e17e
Update flex utilities link in navs docs
2023-06-25 14:45:38 -07:00
Erik Faye-Lund
14292b4a22
Increase contrast in dark-mode ( #38525 )
...
This increases the default brightness for the body text-color in dark
mode, which inceases readability a bit.
It was also suggested to darken the background a bit, but we
unfortunately don't have a darker gray in our color palette. So for now,
let's increase the text-color by two notches, and leave the background
color as-is instead.
2023-06-25 14:44:38 -07:00
Julien Déramond
9369cd93fb
Generalize disabled nav links CSS rules ( #38774 )
...
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2023-06-25 14:43:50 -07:00
Julien Déramond
8321397656
Fix missing @popperjs/core 2.11.8 refs ( #38783 )
2023-06-25 21:36:55 +03:00
dependabot[bot]
e946bf7e94
Build(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5 ( #38795 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.4 to 7.22.5.
- [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.22.5/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>
2023-06-21 09:04:39 +03:00
dependabot[bot]
3a8c7587a3
Build(deps-dev): Bump stylelint from 15.7.0 to 15.8.0 ( #38799 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.7.0 to 15.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.7.0...15.8.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-06-21 09:04:04 +03:00
dependabot[bot]
f722615d35
Build(deps-dev): Bump terser from 5.18.0 to 5.18.1 ( #38798 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.18.0 to 5.18.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.18.0...v5.18.1 )
---
updated-dependencies:
- dependency-name: terser
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>
2023-06-21 09:03:42 +03:00
dependabot[bot]
e4741f7e1e
Build(deps-dev): Bump eslint from 8.42.0 to 8.43.0 ( #38797 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.42.0 to 8.43.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.43.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>
2023-06-21 09:02:21 +03:00
Julien Déramond
5036f70e1c
Add color-modes.js to bootstrap-x.y.z-examples.zip ( #38747 )
2023-06-18 17:52:31 +03:00
Christian Oliff
2f61721575
Minor fixes for Docs Versions page ( #38734 )
2023-06-14 00:04:22 +03:00
Kyle Tsang
d8883d753f
Fix stack examples ( #38745 )
2023-06-14 00:04:00 +03:00
EricDunsworth
6d24ccc9cc
Docs (tooltips): Fix "them" typo in markup section ( #38751 )
2023-06-14 00:03:34 +03:00
dependabot[bot]
d6a55b719c
Build(deps-dev): Bump terser from 5.16.0 to 5.18.0 ( #38755 )
...
* Build(deps-dev): Bump terser from 5.16.0 to 5.18.0
Bumps [terser](https://github.com/terser/terser ) from 5.16.0 to 5.18.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/5.16.0...v5.18.0 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update .bundlewatch.config.json
* Update package.json
* Update package-lock.json
---------
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 >
2023-06-14 00:03:00 +03:00
dependabot[bot]
3625af3758
Build(deps-dev): Bump @babel/cli from 7.21.5 to 7.22.5 ( #38756 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.21.5 to 7.22.5.
- [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.22.5/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2023-06-14 00:02:07 +03:00
dependabot[bot]
3e3be50630
Build(deps-dev): Bump rollup from 3.23.1 to 3.25.1 ( #38757 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.23.1 to 3.25.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/v3.23.1...v3.25.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>
2023-06-13 23:59:41 +03:00
dependabot[bot]
f442d9c669
Build(deps-dev): Bump @babel/core from 7.22.1 to 7.22.5 ( #38754 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.1 to 7.22.5.
- [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.22.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-06-13 23:56:17 +03:00
Christian Oliff
bb92ec707a
Fix missing word issue on nav-tabs page ( #38688 )
...
Fix the sentence:
> Force your .nav’s contents to extend the full available width one of two modifier classes.
to:
> Force your .nav’s contents to extend the full available width with one of two modifier classes.
2023-06-08 07:49:58 +03:00
dependabot[bot]
36293754ff
Build(deps-dev): Bump stylelint from 15.6.2 to 15.7.0 ( #38715 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.6.2 to 15.7.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.2...15.7.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-06-06 16:45:55 +03:00
dependabot[bot]
5205d894ba
Build(deps-dev): Bump karma-jasmine-html-reporter from 2.0.0 to 2.1.0 ( #38717 )
...
Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases )
- [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/commits )
---
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>
2023-06-06 16:43:44 +03:00
dependabot[bot]
e95a67edbb
Build(deps-dev): Bump eslint from 8.41.0 to 8.42.0 ( #38713 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.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>
2023-06-06 16:42:52 +03:00
dependabot[bot]
a57939a077
Build(deps-dev): Bump rollup from 3.23.0 to 3.23.1 ( #38714 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.23.0 to 3.23.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/v3.23.0...v3.23.1 )
---
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>
2023-06-06 16:42:15 +03:00
dependabot[bot]
c5d653bcb4
Build(deps-dev): Bump hugo-bin from 0.105.0 to 0.108.0 ( #38716 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.105.0 to 0.108.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.105.0...v0.108.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>
2023-06-06 16:35:03 +03:00
Mark Otto
a70852fb02
Fix link colors in Sidebars example ( #38711 )
2023-06-06 08:14:24 +02:00
Julien Déramond
6e49236541
Docs: consistency between custom buttons, popovers and tooltips
2023-06-03 10:11:12 -07:00
XhmikosR
7a4226875d
Regenerate package-lock.json
2023-06-01 08:24:29 +03:00
dependabot[bot]
073018b09c
Build(deps-dev): Bump hugo-bin from 0.103.5 to 0.105.0 ( #38686 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.103.5 to 0.105.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.103.5...v0.105.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>
2023-06-01 08:20:03 +03:00
dependabot[bot]
f3dbbc9708
Build(deps-dev): Bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 ( #38685 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.0.2 to 15.1.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.1.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
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>
2023-06-01 08:19:08 +03:00
ZhangChengLin
beca2a6c7f
collate distribution interval
2023-05-31 19:34:02 -07:00
Gaël Poupard
a4918e33b8
docs(spinners): improve buttons examples accessibility ( #38632 )
...
* docs(spinners): improve buttons examples accessibility
* docs(spinners): missed occurrence of wrong role + aria-hidden
---------
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2023-05-31 19:32:47 -07:00
Hannah Issermann
b7e351b445
Docs: add more details on accessibility tips ( #38583 )
...
* Docs: add more details on accessibility tips
* Docs: add more details on accessibility tips
* Docs: add more details on accessibility tips
* Fix syntax
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-05-31 19:32:20 -07:00
Julien Déramond
9129e4a073
Doc: fix 'Events' JS example
2023-05-31 19:32:01 -07:00
Gaël Poupard
96b0fd67f5
docs(forms): switch to aria-describedby ( #38592 )
...
* docs(forms): switch to aria-describedby
* docs(forms): revert #37587 callout change
* docs(forms): improved sizing select examples labels
2023-05-31 19:30:28 -07:00
Julien Déramond
ad724cb136
Add $navbar-dark-icon-color
2023-05-31 19:29:15 -07:00
Julien Déramond
b5772d4ec2
Use .d-none instead of inline styling
2023-05-31 19:28:32 -07:00
Julien Déramond
1a82228043
Add 'Issues assignment' section to the Contributing Guidelines
2023-05-31 19:28:10 -07:00
Thomas Landauer
785043c06b
Adding a link to clearfix ( #38528 )
...
* Adding a link to `clearfix`
* Update float.md
* Update float.md
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-05-31 19:27:47 -07:00
Mark Otto
6bb60152b6
Update Sass docs to mention compiling and including ( #38538 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-05-31 19:19:02 -07:00
Ian Haggerty
0d9715e063
Fix disabled element tooltip stackblitz ( #38623 )
...
* Load js for disabled button tooltip stackblitz
* Remove surrounding useless `<div>`
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-05-31 07:40:38 +03:00
Julien Déramond
9cc85fd69b
Remove duplicate $alert-*-scale Sass vars ( #38674 )
2023-05-31 07:37:03 +03:00
XhmikosR
c5f46b020c
Update code-examples.js ( #38675 )
2023-05-31 07:36:19 +03:00
XhmikosR
60098ac499
Release v5.3.0 ( #38657 )
...
* Bump version to 5.3.0
* Dist
2023-05-30 18:15:55 +03:00
dependabot[bot]
08dff5e8a4
Build(deps-dev): Bump hugo-bin from 0.103.3 to 0.103.5 ( #38667 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.103.3 to 0.103.5.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.103.3...v0.103.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>
2023-05-30 09:12:40 +03:00
dependabot[bot]
b119ec150c
Build(deps-dev): Bump @babel/preset-env from 7.22.2 to 7.22.4 ( #38668 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.2 to 7.22.4.
- [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.22.4/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>
2023-05-30 09:11:53 +03:00
dependabot[bot]
e5a28aebe6
Build(deps-dev): Bump postcss from 8.4.23 to 8.4.24 ( #38666 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.23 to 8.4.24.
- [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.23...8.4.24 )
---
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>
2023-05-30 09:10:13 +03:00
Mark Cowan
ad9cb223a9
Fix always-false boolean condition ( #38665 )
2023-05-30 09:00:26 +03:00
XhmikosR
8aef61dda8
Update devDependencies ( #38656 )
...
* @babel/core ^7.21.8 → ^7.22.1
* @babel/preset-env ^7.21.5 → ^7.22.2
* @popperjs/core ^2.11.7 → ^2.11.8
* hugo-bin ^0.103.1 → ^0.103.3
* lockfile-lint ^4.10.1 → ^4.10.5
2023-05-27 08:07:23 +03:00
Jeroen Akkerman
f0be063c97
Update color-modes.js ( #38626 )
...
* Update color-modes.js
Fix IF statement in the prefer-color-scheme change listener always evaluating to `true` and changing the theme to "dark" even when "light" is set as the preferred theme.
| `||` | `x !== "light"` | `x !== "dark"` | Result |
|--|:--:|:--:|:--:|
| `x = "light"` | ○ | ● | ● |
| `x = "dark"` | ● | ○ | ● |
| `x = "auto"` | ● | ● | ● |
| `x = "bogus"` | ● | ● | ● |
<hr>
| `&&` | `x !== "light"` | `x !== "dark"` | Result |
|--|:--:|:--:|:--:|
| `x = "light"` | ○ | ● | ○ |
| `x = "dark"` | ● | ○ | ○ |
| `x = "auto"` | ● | ● | ● |
| `x = "bogus"` | ● | ● | ● |
* Implement re-read of stored theme
2023-05-25 21:18:49 -07:00
dependabot[bot]
de6b9a7933
Build(deps-dev): Bump rollup from 3.21.8 to 3.23.0 ( #38639 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.21.8 to 3.23.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/v3.21.8...v3.23.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>
2023-05-24 07:52:40 +03:00
dependabot[bot]
bdd94765e7
Build(deps-dev): Bump eslint from 8.40.0 to 8.41.0 ( #38640 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.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>
2023-05-24 07:52:10 +03:00
dependabot[bot]
d6f462194d
Build(deps-dev): Bump hugo-bin from 0.102.1 to 0.103.1 ( #38642 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.102.1 to 0.103.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.102.1...v0.103.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>
2023-05-24 07:51:44 +03:00
dependabot[bot]
b7ce0b6961
Build(deps): Bump socket.io-parser from 4.2.2 to 4.2.3 ( #38643 )
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 07:44:12 +03:00
Mark Otto
a6dc107dfd
Add data attr selector for dark mode navbars ( #38522 )
...
* Add data attr selector for dark mode navbars
* Fix dark example
2023-05-19 09:05:09 -07:00
Julien Déramond
e87852f2b6
Docs: new section to explain how to add a new color to the theme ( #37737 )
...
* Docs: new section to explain how to add a new color to the theme
* Commit to revert
* Edit copy
* Typo
* bundlewatch
* Restore blog example
* Remove Sass modifications
* Complete documentation
* Revert bootstrap.scss modifications
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-05-17 09:39:18 -07:00
XhmikosR
50a8bb022c
Regenerate package-lock.json
2023-05-17 07:23:28 +03:00
dependabot[bot]
e33298cee6
Build(deps-dev): Bump stylelint from 15.6.1 to 15.6.2 ( #38614 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.6.1 to 15.6.2.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.1...15.6.2 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-05-17 07:23:48 +03:00
Christian Oliff
07a08c2335
Rename config.yml to hugo.yml ( #38582 )
...
hugo.yml is now recommended (over the generic sounding config.yml) as the default config based filename
REF: https://gohugo.io/getting-started/configuration/#hugotoml-vs-configtoml
Changing this may make it easier for code editors and build tools to identify this as a Hugo configuration file and project.
2023-05-17 07:18:01 +03:00
XhmikosR
bbf5278883
package.json: ignore jasmine in ncu
2023-05-16 16:53:52 +03:00
dependabot[bot]
bdad11ca48
Build(deps-dev): Bump jquery from 3.6.4 to 3.7.0 ( #38613 )
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.6.4 to 3.7.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.6.4...3.7.0 )
---
updated-dependencies:
- dependency-name: jquery
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>
2023-05-16 16:50:32 +03:00
dependabot[bot]
510f25c7dd
Build(deps-dev): Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 ( #38610 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 24.1.0 to 25.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.0/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
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>
2023-05-16 16:50:11 +03:00
dependabot[bot]
9927f997fa
Build(deps-dev): Bump hugo-bin from 0.102.0 to 0.102.1 ( #38612 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.102.0 to 0.102.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.102.0...v0.102.1 )
---
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>
2023-05-16 16:49:41 +03:00
codemmmmm
758fd2a679
Modal: fix grammar ( #38603 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-05-16 16:47:06 +03:00
dependabot[bot]
c117823dd4
Build(deps-dev): Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0 ( #38574 )
...
* Build(deps-dev): Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 46.0.0 to 47.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Disable new rules since our currently supported browsers don't support them
---------
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 >
2023-05-16 16:39:10 +03:00
dependabot[bot]
dcb7f8be95
Build(deps-dev): Bump @babel/core from 7.21.5 to 7.21.8 ( #38576 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.21.5 to 7.21.8.
- [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.21.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-05-16 16:29:25 +03:00
dependabot[bot]
5ad16ec5f8
Build(deps-dev): Bump rollup from 3.21.2 to 3.21.8 ( #38608 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.21.2 to 3.21.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/v3.21.2...v3.21.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>
2023-05-16 16:28:55 +03:00
dependabot[bot]
693d254d91
Build(deps-dev): Bump eslint from 8.39.0 to 8.40.0 ( #38573 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.39.0 to 8.40.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.40.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>
2023-05-16 16:27:20 +03:00
dependabot[bot]
e08c3c1b4c
Build(deps-dev): Bump stylelint from 15.6.0 to 15.6.1 ( #38575 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.0...15.6.1 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-05-16 16:26:53 +03:00
Julien Déramond
7d97fdff46
Docs: fix paragraph on how do the variants and accented tables work
2023-05-10 17:57:37 -07:00
dependabot[bot]
ea4da49f52
Build(deps): Bump engine.io from 6.4.1 to 6.4.2 ( #38549 )
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.4.1...6.4.2 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 09:17:57 +03:00
XhmikosR
896c390a25
Update devDependencies ( #38537 )
...
* @babel/cli ^7.21.0 → ^7.21.5
* @babel/core ^7.21.4 → ^7.21.5
* @babel/preset-env ^7.21.4 → ^7.21.5
* find-unused-sass-variables ^4.0.8 → ^5.0.0
* rollup ^3.21.0 → ^3.21.2
* stylelint-config-twbs-bootstrap ^9.0.1 → ^10.0.0
2023-05-01 00:40:57 +03:00
Kyle Tsang
d5dee316f7
Update URL sanitizer to allow more protocols ( #38531 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-05-01 00:33:09 +03:00
Alejandro Mendoza
a06c2e6b5f
Fix scrollspy and accented anchor links ( #38502 )
2023-05-01 00:31:26 +03:00
Mark Otto
2795421716
Fix sizing on masthead npm i snippet ( #38521 )
2023-04-27 18:32:56 -07:00
Mark Otto
e468daac25
More darkmode examples ( #38058 )
...
* WIP darkmode examples
* Fix product css error, redo parts of blog
* wip dashboard
* updated rtl generated
* fix up some examples, namely dashboard
* jumbotron and sign-in fixes
* more fixes
* more
* Fixes from code review
* Remove duplicate `data-bs-target` in dashboard/index.html
* Modify `blog-rtl/index.html`
* Modify `dashboard-rtl/index.html`
* Modify `carousel-rtl/index.html`
* Keep JS on all pages for switcher
* Remove Feather from dashboard examples
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-04-27 18:13:35 -07:00
Mark Otto
6182c0d962
Add new docsref page, fix docs border-radius issues ( #38491 )
...
* Add new docsref page, fix docs border-radius issues
* Remove commented out code
* Update docsref.md
* Fix no-code example, fix mobile styles
* Updates from review
* Fix block margin, remove margin-right from pre on mobile since no clipboard icons, adjust masthead snippet
* Fix errant styles for border-radius on homepage
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-04-26 15:57:27 -07:00
XhmikosR
1fcae4393c
Update devDependencies
...
* karma-chrome-launcher ^3.1.1 → ^3.2.0
* postcss ^8.4.22 → ^8.4.23
* sass ^1.62.0 → ^1.62.1
2023-04-26 15:23:42 +03:00
dependabot[bot]
0a564a97d4
Build(deps-dev): Bump rollup from 3.20.5 to 3.21.0 ( #38508 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.20.5 to 3.21.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/v3.20.5...v3.21.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>
2023-04-26 15:21:35 +03:00
dependabot[bot]
0fc1d364e4
Build(deps-dev): Bump karma from 6.4.1 to 6.4.2 ( #38506 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.4.1 to 6.4.2.
- [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.1...v6.4.2 )
---
updated-dependencies:
- dependency-name: karma
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>
2023-04-26 15:20:55 +03:00
dependabot[bot]
33b65d0e28
Build(deps-dev): Bump stylelint from 15.5.0 to 15.6.0 ( #38505 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.5.0 to 15.6.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.5.0...15.6.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-04-26 15:20:08 +03:00
dependabot[bot]
fd321792d0
Build(deps-dev): Bump eslint from 8.38.0 to 8.39.0 ( #38507 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.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>
2023-04-26 15:18:38 +03:00
Louis-Maxime Piton
5400415bb5
Table: active <tr> fix ( #37084 )
...
* Adding the custom cascade to make `.active` work on `:hover` and on `.table-striped`.
* Prevent nesting backgrounds
* Small typo
* .
* Adding some docs
* Match variable syntax
* .
---------
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2023-04-25 20:32:27 -07:00
XhmikosR
9aab31ec42
Update .bundlewatch.config.json
2023-04-21 19:15:12 +03:00
Julien Déramond
57df533e9f
Docs: change colors of position marker example to work with dark mode ( #38445 )
2023-04-20 20:10:31 -07:00
Louis-Maxime Piton
0bea3f35c6
CSS: New var proposal + init headings-color ( #37904 )
...
* Proposal
* Revert opacity changes
---------
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2023-04-20 20:09:43 -07:00
jonnysp
10afeb51b7
Update _floating-labels.scss ( #38366 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-04-20 19:49:26 -07:00
Julien Déramond
be0206fe31
Use $enable-important-utilities in _colored-links.scss ( #38451 )
2023-04-18 20:59:24 +02:00
dependabot[bot]
08cde8d9fb
Build(deps-dev): Bump rollup from 3.20.2 to 3.20.5 ( #38477 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.20.2 to 3.20.5.
- [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/v3.20.2...v3.20.5 )
---
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>
2023-04-18 15:18:50 +03:00
dependabot[bot]
160ae24d06
Build(deps-dev): Bump stylelint from 15.4.0 to 15.5.0 ( #38476 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.4.0 to 15.5.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.4.0...15.5.0 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-04-18 15:17:23 +03:00
dependabot[bot]
a908da5eda
Build(deps-dev): Bump postcss from 8.4.21 to 8.4.22 ( #38475 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.21 to 8.4.22.
- [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.21...8.4.22 )
---
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>
2023-04-18 15:16:36 +03:00
XhmikosR
bb33b4bb8f
Fix Rubygems link to README.md ( #38459 )
2023-04-13 21:21:22 +03:00
Julien Déramond
5e3dc587af
node-sass workflow: improve error message when Sass vars are found ( #38448 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-04-13 09:47:56 +03:00
Julien Déramond
b4befee506
change-version.js: handle rubygems specific version number ( #38452 )
...
* Handle Ruby specific version in `change-version.js`
* Guard against the same version
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-04-12 22:56:22 +03:00
XhmikosR
65831d2ea8
Update devDependencies and switch to npm-run-all2 ( #38450 )
2023-04-12 18:33:53 +03:00
Gleb Mazovetskiy
fe0c7432af
config.yml: Fix ruby version ( #38446 )
...
Ruby gems versions use a `.` here because they do not allow a `-` for this purpose
2023-04-12 17:43:31 +03:00
XhmikosR
137bfbad7b
Slightly improve PNG files compression ( #38438 )
...
Used oxipng v8.0.0 with `oxipng -omax -Z`.
Before: 331 KB (339.560 bytes)
After: 329 KB (337.647 bytes)
2023-04-11 21:23:12 +03:00
XhmikosR
4f24144a31
dropdown.spec.js: expect nothing in constructor ( #38442 )
2023-04-11 18:03:34 +03:00
XhmikosR
fdd306f481
Update devDependencies ( #38437 )
...
* Update devDependencies
* @babel/preset-env ^7.20.2 → ^7.21.4
* @rollup/plugin-node-resolve ^15.0.1 → ^15.0.2
* eslint ^8.37.0 → ^8.38.0
* rtlcss ^4.0.0 → ^4.1.0
* sass ^1.60.0 → ^1.61.0
* stylelint ^14.16.1 → ^15.4.0
* stylelint-config-twbs-bootstrap ^7.0.0 → ^9.0.1
* vnu-jar 22.9.29 → 23.4.11
* Fix the new Stylelint issues
2023-04-11 11:44:19 +03:00
Mark Dumay
b000f2ace1
Add hint to reduce screen flickering ( #38426 )
2023-04-10 09:58:48 -07:00
Julien Déramond
e8311211f3
Docs: fix text rendering of navbar external content
2023-04-10 09:47:45 -07:00
Mark Otto
8986c5e0a5
Fix colors in diff syntax colors
2023-04-10 09:47:11 -07:00
Mark Otto
9004a58c00
Improve colored links interaction with link utilities ( #38398 )
...
* Fix missing paren in colored links color
* Restore important flag on colored links color and text-decoration-color for better interaction with link utilities
* Mention in migration guide
2023-04-10 09:46:52 -07:00
Julien Déramond
01364cb49c
Docs: consistent usage of CSS sections ( #38219 )
...
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2023-04-10 17:53:28 +02:00
XhmikosR
3d84e60d69
generate-sri.js: use destructuring ( #38413 )
2023-04-09 20:13:08 +03:00
Julien Déramond
d0cc42c009
Docs: add missing twbs/examples and change sorting ( #38407 )
...
* Docs: add missing twbs/examples
* Change sorting of examples.yml
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-04-05 09:10:47 +03:00
Julien Déramond
b62fd60a6d
Docs: remove moot hot option from Vite guide ( #38405 )
2023-04-05 08:44:38 +03:00
dependabot[bot]
032f2b1119
Build(deps-dev): Bump @babel/core from 7.21.3 to 7.21.4 ( #38401 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.21.3 to 7.21.4.
- [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.21.4/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-04-04 13:14:47 +03:00
dependabot[bot]
71097cd28d
Build(deps-dev): Bump hugo-bin from 0.101.5 to 0.102.0 ( #38400 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.101.5 to 0.102.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.5...v0.102.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>
2023-04-04 13:14:01 +03:00
dependabot[bot]
de6b8446a0
Build(deps-dev): Bump eslint from 8.36.0 to 8.37.0 ( #38403 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.36.0 to 8.37.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.37.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>
2023-04-04 13:13:11 +03:00
dependabot[bot]
3374ea517d
Build(deps-dev): Bump find-unused-sass-variables from 4.0.6 to 4.0.8 ( #38402 )
...
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables ) from 4.0.6 to 4.0.8.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases )
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.6...v4.0.8 )
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
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>
2023-04-04 13:12:42 +03:00
XhmikosR
ac576614a5
Release v5.3.0-alpha3 ( #38357 )
...
* Bump version to 5.3.0-alpha3
* Dist
2023-04-03 10:26:50 +03:00
Tien Do
c0107d142e
docs: add variables-dark import in home page
2023-04-01 17:35:51 -04:00
Patrick H. Lauke
74c6f2bcfb
Fix clipboard code ( #38380 )
2023-03-30 16:03:48 +03:00
XhmikosR
3ba7ca4f75
Update RFS to v10.0.0
2023-03-29 12:49:58 -05:00
XhmikosR
ae43f0c48b
Tweak and re-organize ESLint config ( #38369 )
...
* Tweak and re-organize ESLint config
* merge individual configs to the root config
* enable more eslint-plugin-import rules
* lint markdown files
* Lint
2023-03-29 13:49:30 -04:00
Mark Otto
3aabfc70c3
Another pass at fixing floating labels disabled colors ( #38313 )
...
* Another pass at fixing floating labels disabled colors
* Fix height for textareas
* Fix disabled background
* Move from full width to an inline-block-ish approach
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-03-29 13:46:09 -04:00
XhmikosR
7a7fc1ad34
Modal: drop loop ( #38368 )
...
We only have two elements to iterate over so it doesn't make a lot of sense to use a loop here
2023-03-29 11:00:31 +03:00
XhmikosR
c953096a40
event-handler: switch to const ( #38362 )
2023-03-28 22:34:06 +03:00
XhmikosR
1fe9067604
zip scripts: remove previous zip files and add quiet flag ( #38358 )
2023-03-28 19:56:17 +03:00
Julien Déramond
c5fde53c8d
Docs: update Webpack guide ( #38345 )
...
* Docs: remove `<script>` from `index.html` in Webpack guide
* Add `mode=production` to `build` step in Webpack guide
2023-03-28 17:02:37 +03:00
Julien Déramond
34c2725fe1
Docs: js-docs unindent automatically the code inside shortcode ( #38349 )
2023-03-28 17:01:47 +03:00
Julien Déramond
92f9dda263
Add a check for interpolation variables to node-sass workflow ( #38283 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-03-27 17:34:14 +02:00
XhmikosR
cad38efcae
README.md: fix JS Tests link ( #38343 )
2023-03-27 12:46:13 +03:00
GeoSot
94c7dc717e
Add detailed explanation of the JS components configuration merging process ( #37303 )
...
* doc: add detailed explanation of the components config process & fix popover/tooltip docs
* Update site/layouts/partials/js-data-attributes.md
---------
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2023-03-27 12:30:27 +03:00
Hannah Issermann
06f7c3b6c7
Add js-docs shortcode to ensure consistency between doc and js code ( #38316 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-03-27 12:10:25 +03:00
Hannah Issermann
31f93e2aff
Docs: fix Markdown table with empty column ( #38342 )
2023-03-27 10:48:42 +02:00
dependabot[bot]
e34cf6a34a
Build(deps-dev): Bump hugo-bin from 0.101.4 to 0.101.5 ( #38341 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.101.4 to 0.101.5.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.4...v0.101.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>
2023-03-27 11:08:18 +03:00
XhmikosR
1729bcca1b
docs: remove trailing newline when copying snippets ( #38321 )
2023-03-27 11:04:52 +03:00
Julien Déramond
2bbf670fc2
Change diff file path in Webpack guide ( #38339 )
2023-03-27 11:04:07 +03:00
David Miles
d76ee2846f
Fixed typo in 5.3.0-alpha2 migration
2023-03-26 17:10:33 -05:00
Julien Déramond
43bc20a59e
Update dependencies ( #38330 )
2023-03-26 13:51:20 +03:00
XhmikosR
74431bdb93
Update dependencies and regenerate package-lock.json ( #38329 )
...
* @popperjs/core ^2.11.6 → ^2.11.7
* hugo-bin ^0.101.2 → ^0.101.4
* nodemon ^2.0.21 → ^2.0.22
* rollup ^3.20.0 → ^3.20.2
* sass ^1.59.3 → ^1.60.0
2023-03-26 13:02:38 +03:00
Julien Déramond
cd890881cb
Add media-query color mode Sass test ( #38326 )
2023-03-26 09:58:31 +02:00
Mark Otto
f77117141d
Update selectors for carousel media query color mode option ( #38328 )
2023-03-26 09:53:00 +02:00
kyletsang
d533e6f33d
Fix tooltip body placement with variation placements
2023-03-25 12:22:15 -07:00
Mark Otto
208ba3d748
Document new .d-inline-grid utility
2023-03-24 19:42:10 -07:00
jonnysp
3b9b154563
Use border-radius CSS variables in more components ( #38284 )
...
* Update _variables.scss
missing global variable on nav-pills-border-radius
* Update _variables.scss
2023-03-24 21:41:44 -05:00
Serhii Babakov
33ad33843a
Update display utility
2023-03-24 19:32:36 -07:00
Saleem Abdulrasool
aa50e2361f
scss: bring light/dark accordion icon color handling to parity
...
The light themed accordion icon is controlled by a set of two variables:
- `$accordion-icon-color`
- `$accordion-icon-active-color`
The dark themed accordion icon did not have this level of control
available and instead would always use `$primary-text-emphasis-dark`.
Replicate the behaviour to permit individual control over the colours to
match the behaviour for the light themed form.
2023-03-24 18:58:08 -07:00
XhmikosR
c877cefcef
Release v5.3.0-alpha2 ( #38244 )
...
* Bump version to 5.3.0-alpha2
* Dist
2023-03-24 16:30:16 +02:00
Louis-Maxime Piton
f8a56da8b0
Docs: scss-docs unindent automatically the code inside shortcode
2023-03-24 16:11:22 +02:00
Hannah Issermann
2008c65c54
Docs: fix two class attributes on same button ( #38317 )
2023-03-24 16:05:56 +02:00
Julien Déramond
0653e7f648
Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target ( #38310 )
...
* Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target
* Use urlquery
* Add `rel="noopener"`
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-03-24 16:00:58 +02:00
XhmikosR
e8730484b8
vnu-jar.js: add more logging ( #38314 )
2023-03-24 11:32:43 +02:00
Julien Déramond
aadfe7edce
Fix comment position in assets/scss/_content.scss ( #38281 )
2023-03-23 14:31:24 +02:00
Julien Déramond
99867eb9ba
Update Vite, Parcel and Webpack guides ( #38305 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-03-23 08:07:04 +02:00
XhmikosR
b3faa0cfac
docs: remove moot v from docs-versions.yml ( #38301 )
2023-03-22 10:24:17 +02:00
XhmikosR
842fd50da8
Remove version from index.{esm,umd}.js too ( #38302 )
2023-03-22 10:23:24 +02:00
XhmikosR
00fc712330
Update browserstack.yml ( #38303 )
2023-03-22 10:20:31 +02:00
XhmikosR
fdcb9b193a
Update browserstack.yml
2023-03-22 09:25:43 +02:00
GeoSot
ab049cd4a0
Remove version comment from JavaScript src files ( #38294 )
2023-03-22 09:12:33 +02:00
XhmikosR
c2671ecc2d
CI: limit the on push triggers ( #38291 )
2023-03-22 09:03:51 +02:00
dependabot[bot]
7d03805205
Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 ( #38288 )
...
* Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action ) from 1.2.4 to 2.0.0.
- [Release notes](https://github.com/coverallsapp/github-action/releases )
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0 )
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update js.yml
---------
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 >
2023-03-21 15:18:24 +02:00
dependabot[bot]
4345a3cbf9
Build(deps-dev): Bump rollup from 3.19.1 to 3.20.0 ( #38290 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.19.1 to 3.20.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/v3.19.1...v3.20.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>
2023-03-21 12:30:54 +02:00
dependabot[bot]
71d5286e46
Build(deps-dev): Bump hugo-bin from 0.101.0 to 0.101.2 ( #38289 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.101.0 to 0.101.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.0...v0.101.2 )
---
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>
2023-03-21 12:30:00 +02:00
XhmikosR
43ec90ba56
Update dependabot.yml
2023-03-21 12:27:28 +02:00
Louis-Maxime Piton
a6d8aa827d
Proposal to use scroll-margin-top instead of introducing padding and negative margin ( #38220 )
2023-03-19 17:45:46 -07:00
XhmikosR
5d4048350f
Slightly improve examples PNG files ( #38270 )
...
Before: 97,4 KB (99.758 bytes)
After: 94,2 KB (96.512 bytes)
2023-03-19 17:42:52 -07:00
Julien Déramond
f52d4a35b3
Fix placeholder shortcode color and background params when 'img' markup ( #38263 )
2023-03-19 17:42:30 -07:00
Mark Otto
6855ce9512
Revert "Guard more in color-modes.js ( #38235 )" ( #38280 )
...
This reverts commit 474bf2aed1 .
2023-03-19 17:35:57 -07:00
Julien Déramond
2d0c94c05a
Docs: make all headings use var(--bs-emphasis-color) ( #38262 )
2023-03-19 16:57:35 -07:00
dependabot[bot]
5414880e37
Build(deps-dev): Bump jasmine from 4.5.0 to 4.6.0 ( #38267 )
...
Bumps [jasmine](https://github.com/jasmine/jasmine-npm ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases )
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md )
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: jasmine
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>
2023-03-17 16:19:54 +02:00
dependabot[bot]
52ef7070d4
Build(deps-dev): Bump @babel/core from 7.21.0 to 7.21.3 ( #38266 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.21.0 to 7.21.3.
- [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.21.3/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-03-17 16:18:46 +02:00
dependabot[bot]
fa4854f0d4
Build(deps-dev): Bump find-unused-sass-variables from 4.0.5 to 4.0.6 ( #38269 )
...
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables ) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases )
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.5...v4.0.6 )
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
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>
2023-03-17 16:17:17 +02:00
dependabot[bot]
008625878a
Build(deps-dev): Bump sass from 1.59.2 to 1.59.3 ( #38265 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.59.2 to 1.59.3.
- [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.59.2...1.59.3 )
---
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>
2023-03-17 16:16:44 +02:00
dependabot[bot]
c128b90080
Build(deps-dev): Bump hugo-bin from 0.100.0 to 0.101.0 ( #38264 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.100.0 to 0.101.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.100.0...v0.101.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>
2023-03-17 16:15:53 +02:00
XhmikosR
8701d89b16
icon-link.md: remove moot aliases ( #38246 )
2023-03-17 07:58:09 +02:00
Julien Déramond
4ba2deb534
Docs: consistent deprecation messages in Close Button dark variant ( #38247 )
2023-03-16 18:22:20 +02:00
XhmikosR
fe786cdd55
Update hugo-bin to v0.100.0 ( #38243 )
...
This version is using my @xhmikosr/bin-wrapper fork. All current npm vulnerabilities are fixed.
2023-03-15 21:34:43 +02:00
XhmikosR
adf7b8dc40
Docs: use core mixins in a couple of places ( #38236 )
2023-03-15 06:40:58 +02:00
XhmikosR
c400653990
Tweak stylelint config ( #38228 )
...
* rename to .stylelintrc.json
* add reportInvalidScopeDisables to config
* move reportNeedlessDisables to config
* merge the two configs
* remove unneeded disabled rules from the examples config
2023-03-15 06:30:45 +02:00
XhmikosR
474bf2aed1
Guard more in color-modes.js ( #38235 )
2023-03-14 20:30:11 +02:00
Neeraj Kumar Das
6a043d95fa
Remove empty script tag ( #38233 )
2023-03-14 14:30:36 +02:00
XhmikosR
898cfc740d
Update codeql.yml ( #38225 )
2023-03-14 09:10:31 +02:00
XhmikosR
ca6dfad43c
Move --printUnusedTemplates in hugo scripts ( #38227 )
2023-03-14 09:09:48 +02:00
XhmikosR
3b632cdee6
Update minor dependencies ( #38229 )
...
* @babel/cli ^7.20.7 → ^7.21.0
* @babel/core ^7.20.12 → ^7.21.0
* autoprefixer ^10.4.13 → ^10.4.14
* eslint ^8.34.0 → ^8.36.0
* hugo-bin ^0.98.0 → ^0.99.3
* jquery ^3.6.3 → ^3.6.4
* rollup ^3.17.2 → ^3.19.1
* sass ^1.58.3 → ^1.59.2
2023-03-14 09:08:09 +02:00
XhmikosR
ca1dd22aac
Specify lockfile-version=2 for older npm compatibility ( #38226 )
2023-03-14 09:04:46 +02:00
dependabot[bot]
ebcb6c4262
Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 ( #38183 )
...
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action ) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/coverallsapp/github-action/releases )
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4 )
---
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>
2023-03-14 06:51:40 +02:00
Jan Bensch
e00d06e45b
Fix wrong generation of aria-labelledby in tab navigation ( #38223 )
...
* fix wrong generation of aria-labelledby in tab navigation
* fix wrong test
---------
Co-authored-by: Jan Bensch <github@bensch.dev >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-03-14 06:50:08 +02:00
dependabot[bot]
e9355c6dff
Build(deps-dev): Bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 ( #38187 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 45.0.2 to 46.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.2...v46.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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>
2023-03-13 16:03:55 +02:00
dependabot[bot]
7bc4f4f759
Build(deps-dev): Bump nodemon from 2.0.20 to 2.0.21 ( #38186 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.20...v2.0.21 )
---
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>
2023-03-13 16:01:51 +02:00
Julien Déramond
c57be44686
Docs: consistent usage of CSS sections ( #38175 )
2023-03-13 11:41:27 +01:00
Julien Déramond
59c556cea6
Drop unused bootstrap-social-logo.png
2023-03-10 12:36:46 -06:00
Mark Otto
6f18ad9d69
Update buttons.md ( #38169 )
...
* Update buttons.md
Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense.
* Update site/content/docs/5.3/components/buttons.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
---------
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
2023-03-10 12:35:58 -06:00
jonnysp
9c0b2be469
Update _carousel.scss
...
fix data-bs-theme="dark" on component itself
2023-03-10 11:26:25 -06:00
Hannah Issermann
fd7cfac4cb
Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples ( #38182 )
...
* Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples
* Update site/layouts/shortcodes/js-dismiss.html
Co-authored-by: Julien Déramond <juderamond@gmail.com >
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-03-10 11:23:59 -06:00
Louis-Maxime Piton
25579aad7c
Fix ( #38191 )
...
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2023-03-10 11:19:58 -06:00
Julien Déramond
24130a4e63
Fix typo in utilities/colors.md ( #38194 )
2023-03-10 11:19:21 -06:00
louismaxime.piton
2a9308b855
Update workflow
2023-03-10 11:18:35 -06:00
Louis-Maxime Piton
2032a6aa8e
Docs: Remove unnecessary href and tabindex="-1" ( #38196 )
...
* Proposal
* fix(review)
2023-03-10 11:17:38 -06:00
louismaxime.piton
8e27427fd9
Improve scss-docs link
2023-03-10 11:16:59 -06:00
louismaxime.piton
1f7e7ebd10
Better use the CSS
2023-03-10 11:15:33 -06:00
louismaxime.piton
a7e01146e0
Remove useless import
2023-03-10 10:45:12 -06:00
mrlife
2a2c4abaf4
Docs: fix typo in Color modes page ( #38198 )
2023-03-08 15:16:34 +01:00
Mark Otto
a3f8480d5b
Remove nesting color modes docs section ( #38192 )
...
* Update docs for nesting color modes to better communicate issues with nesting light in dark
* Remove nesting entirely actually, it's impossible to properly show an example when in dark mode
2023-03-07 21:53:31 -08:00
Mark Otto
3cec38c368
Fixes click area for header example snippet
2023-03-07 21:53:05 -08:00
Julien Déramond
039f3d1c8b
Remove comments from scss/_utilities.scss ( #38181 )
2023-03-07 08:32:09 +01:00
Julien Déramond
423f112b23
Docs: minor modifications in our migration guide for the v5.3.0-alpha2 ( #38177 )
2023-03-07 06:49:38 +01:00
Julien Déramond
833da72712
Fix missing modifications when --bs-{color}-text was changed to --bs-{color}-text-emphasis ( #38176 )
2023-03-07 06:45:07 +01:00
Julien Déramond
cff5c60a45
Docs: vertically align starters images in example page ( #38179 )
2023-03-07 06:40:08 +01:00
Patrick H. Lauke
d5f4532b3e
Docs: fix overflow:auto horizontal scrollbars covering last line of code blocks ( #37694 )
...
* Add dirty hack for Firefox
* Disable stylelint check for function-url-quotes
to make the hack go through unchallenged
* Make the fix across all browsers
It's not just Firefox - same issue can be seen (though slightly less horrible looking) on macOS / Chrome etc
* Tweak padding, move clipboard button down slightly
* Further CSS tweaks
Forcing `overflow: overlay` should normalise behaviour between Chrome/Win and other implementations. While visually the Chrome/Win scrollbar still looks big and ugly, its height/spacing is now taken into account as being part of the content, so styles can be applied consistently with extra padding at the bottom
* Linting fixes
* Linting fixes
* Apply suggestions from code review
---------
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2023-03-04 12:05:54 -08:00
Andrew Dawes
ea19c3da8a
Fixed some grammar issues
2023-03-04 11:50:05 -08:00
Louis-Maxime Piton
b26233c1ab
Examples: color mode enhancement ( #38144 )
...
* Tool bar proposal inside examples
* Some examples fixes
* Change appearance and position of the color mode toggler
* Proposal
* .
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-03-04 11:49:07 -08:00
lavsemen
9a1f4ed9e5
Fix button visibility issue on dark theme ( #38115 )
...
* Fix button visibility issue on dark theme
* Add $btn-color-variable in _buttons.scss
* Apply suggestions from code review
---------
Co-authored-by: Семен Лаверентьев <remark.lavrentev@gmail.com >
Co-authored-by: Mark Otto <otto@github.com >
2023-03-02 10:49:54 -08:00
Serhii Babakov
dbc021b220
Fix navbar-nav link styling
2023-03-02 10:47:54 -08:00
Louis-Maxime Piton
783213691a
Icon link: envariable + enhance the documentation ( #38130 )
...
* Envariable the icon-link helper
* Proposal
* .
2023-03-02 10:32:43 -08:00
Julien Déramond
912cfe5823
Fix dropdown toggle visible focus in headers example
2023-03-02 10:32:03 -08:00
Julien Déramond
b8b81669f0
Docs: .text-body-secondary appears two times in Utilities > Colors
2023-03-02 10:24:58 -08:00
Julien Déramond
38a431068f
Docs: replace 'popover' by 'tooltip' in tooltip's page' options section
2023-03-02 10:23:38 -08:00
Julien Déramond
34901f1bc7
Docs: rollback some modification about .text-muted deprecation messages
2023-03-02 10:23:03 -08:00
dependabot[bot]
8a725016fe
Build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2
...
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action ) from 1.1.3 to 1.2.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases )
- [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.2 )
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-02 10:22:18 -08:00
Louis-Maxime Piton
23d20fa54f
Utilities: add 0 value to link-underline-opacity ( #38131 )
2023-03-02 07:45:25 +01:00
Julien Déramond
80ba848443
Docs: fix code indentation in homepage JavaScript plugins section ( #38112 )
2023-02-25 19:05:15 +01:00
Julien Déramond
6b4b77e320
Docs: Drop unused .focused style ( #38087 )
2023-02-25 18:18:04 +01:00
Julien Déramond
51299bf4e1
Drop unused --bs-focus-ring-box-shadow and add documentation for --bs-focus-ring-{x|y|blur} ( #38095 )
2023-02-25 08:01:20 +01:00
Romaric Pascal
c6345285c1
Merge pull request #38086 from Sir-Genius/btn-link
2023-02-24 14:53:17 +00:00
Romaric Pascal
2e2ca49633
Merge branch 'main' into btn-link
2023-02-24 14:49:31 +00:00
Julien Déramond
afd37369bc
Drop duplicate $nav-link-disabled-color declaration ( #38083 )
2023-02-23 07:59:47 +01:00
Julien Déramond
78f879eb57
Docs: drop unused icons ( #38103 )
2023-02-23 07:55:56 +01:00
Julien Déramond
0d27f3c284
Remove useless comment from scss/_utilities.scss ( #38104 )
2023-02-22 12:09:15 +01:00
Julien Déramond
f44feabe16
Tests: remove unnecessary id/aria-labelledby from collapse unit tests ( #38089 )
2023-02-21 19:33:52 +01:00
dependabot[bot]
a6d774c93e
Build(deps-dev): Bump rollup from 3.15.0 to 3.17.2 ( #38097 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.15.0 to 3.17.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/v3.15.0...v3.17.2 )
---
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>
2023-02-21 17:27:06 +02:00
dependabot[bot]
28d9c0ccdd
Build(deps-dev): Bump sass from 1.58.1 to 1.58.3 ( #38100 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.58.1 to 1.58.3.
- [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.58.1...1.58.3 )
---
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>
2023-02-21 17:22:19 +02:00
Serhii Babakov
d576590632
Fix shadow of .btn-link
2023-02-20 15:17:08 +04:00
Julien Déramond
5241b988c0
Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples ( #38071 )
...
* Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples
* Rollback myChart var modification
* Add some padding between tooltip color and text
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-02-19 10:34:15 +02:00
Julien Déramond
31221272e0
Fix console error in examples pages du to no theme switcher ( #38074 )
2023-02-17 08:56:30 +02:00
Julien Déramond
42e99cc59f
Reduce size of guide dev server images ( #37741 )
...
* Reduce size of guide dev server images
* Optimised images with calibre/image-actions
* Lossy compress new images
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-02-15 10:41:33 -08:00
MewenLeHo
2b31a6b0d5
Fix color picker borders on chromium based browsers
2023-02-15 10:41:02 -08:00
Mark Otto
f8fa05d27e
Remove -moz-padding-start from .form-select
2023-02-15 09:39:46 -08:00
Julien Déramond
d86c316a88
Drop duplicate $btn-close-focus-shadow definition
2023-02-15 08:33:32 -08:00
Mark Otto
2dc329dd37
WIP: New snippet examples ( #36309 )
...
* Start work on some new snippet examples
* Update for dark mode, fixes
* Add images, update descriptions
* examples fixes
2023-02-14 20:58:39 -08:00
Mark Otto
f256874675
More updates to migration guide
2023-02-14 15:46:45 -08:00
Mark Otto
8fddb9fe57
Update form validation styles to use new CSS variables for color and border-color ( #38044 )
...
* Update form validation styles to use new CSS variables for color and border-color
* Use better Sass variables
2023-02-14 15:22:35 -08:00
Mark Otto
9dd42e1a07
Attempt to fix focus ring being cut off in table of contents ( #37965 )
...
* Attempt to fix focus ring being cut off in table of contents
* Update _toc.scss
---------
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2023-02-14 08:58:08 -08:00
Patrick H. Lauke
d0fece9320
Docs: add scroll-margin-top for keyboard navigation
2023-02-14 08:53:25 -08:00
Julien Déramond
30e8d139fe
Remove unused partials and add some way to automatically detect it ( #38004 )
...
* Add docs-check-unused-templates in npm commands and workflow
* Remove unused partials icons templates
2023-02-14 08:48:44 -08:00
Julien Déramond
68afebe5b5
Docs: Use ESM Popper CDN reference in 'Using Boottrap as a module'
2023-02-14 08:46:55 -08:00
dependabot[bot]
3e3938f036
Build(deps-dev): Bump rollup from 3.10.1 to 3.15.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.10.1 to 3.15.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/v3.10.1...v3.15.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-14 08:45:10 -08:00
dependabot[bot]
2f75915f69
Build(deps-dev): Bump lockfile-lint from 4.10.0 to 4.10.1
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.1/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-14 08:44:12 -08:00
dependabot[bot]
8379724314
Build(deps-dev): Bump eslint from 8.33.0 to 8.34.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-14 08:43:48 -08:00
dependabot[bot]
02bb371f42
Build(deps-dev): Bump sass from 1.58.0 to 1.58.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.58.0 to 1.58.1.
- [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.58.0...1.58.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-14 08:43:22 -08:00
Louis-Maxime Piton
7bffd6ea8d
Docs: Progress fix + proposal ( #38014 )
...
* Fix + proposal
* fix(review)
---------
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2023-02-13 18:38:21 -08:00
Julien Déramond
70bad9b1b6
Docs: uniformize disabled nav links for underline nav
2023-02-13 18:12:35 -08:00
Julien Déramond
a0e85680ab
Remove comments from scss/_nav.scss ( #38038 )
2023-02-13 20:03:27 +01:00
Julien Déramond
80a526621f
Fix $grid-breakpoints SCSS unit tests init ( #38037 )
2023-02-13 19:46:49 +01:00
Julien Déramond
f5f6c5c4e3
Minor fix to avoid creating void elements in tooltip test file ( #38034 )
2023-02-11 10:18:39 +01:00
Roni Diwan
7432ebc665
Unify offcanvas keydown event logic with modal ( #38025 )
2023-02-11 09:35:10 +01:00
Julien Déramond
9f5dca0777
Remove debug references from DocSearch v2 ( #38032 )
2023-02-11 08:04:09 +01:00
dependabot[bot]
52656db328
Build(deps-dev): Bump sass from 1.57.1 to 1.58.0 ( #38017 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.57.1 to 1.58.0.
- [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.57.1...1.58.0 )
---
updated-dependencies:
- dependency-name: sass
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>
2023-02-09 22:12:37 +02:00
dependabot[bot]
2975911a86
Build(deps-dev): Bump eslint from 8.32.0 to 8.33.0 ( #37984 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.32.0 to 8.33.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.32.0...v8.33.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>
2023-02-09 22:11:54 +02:00
Julien Déramond
cbc4e3a409
Fix list group colors by using *-text-emphasis CSS vars in Sass loop ( #38008 )
2023-02-06 13:08:20 +01:00
cccabinet
af60065266
Fix alerts colors by using *-text-emphasis CSS vars in Sass loop ( #38003 )
2023-02-06 12:39:50 +01:00
汪心禾
aff8f0dc9a
Remove redundant space in forms/validation.md
2023-02-04 17:40:51 +07:00
Mark Otto
99e3724459
Add mention to migration guide
2023-02-04 17:40:20 +07:00
Mark Otto
3ce4fedaa2
Avoid inheritance issues on border-width utilities
2023-02-04 17:40:20 +07:00
Mark Otto
639306242f
Use color mode adaptive color for disabled dropdown menu items
2023-02-04 14:51:11 +07:00
Mark Otto
c735b2e196
Migration guide changes for v5.3.0-alpha2 ( #37862 )
...
* WIP
* More changes mentioned
* more
* mention dropdown-menu-dark deprecation
* More edits
2023-01-28 09:36:19 +08:00
dependabot[bot]
d9037ba77f
Build(deps-dev): Bump @rollup/plugin-commonjs from 24.0.0 to 24.0.1 ( #37945 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 24.0.0 to 24.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-v24.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 >
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 >
2023-01-26 07:55:30 +02:00
dependabot[bot]
1a4b18cb14
Build(deps-dev): Bump hugo-bin from 0.97.0 to 0.98.0 ( #37946 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.97.0 to 0.98.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.97.0...v0.98.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 >
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 >
2023-01-26 07:37:17 +02:00
dependabot[bot]
d0053937fd
Build(deps): Bump ua-parser-js from 0.7.32 to 0.7.33 ( #37957 )
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...0.7.33 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2023-01-26 07:30:33 +02:00
dependabot[bot]
a6b39f59ff
Build(deps-dev): Bump clean-css-cli from 5.6.1 to 5.6.2
...
Bumps [clean-css-cli](https://github.com/clean-css/clean-css-cli ) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/clean-css/clean-css-cli/releases )
- [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md )
- [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.6.1...v5.6.2 )
---
updated-dependencies:
- dependency-name: clean-css-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-25 18:32:20 -08:00
dependabot[bot]
06f8927695
Build(deps-dev): Bump eslint from 8.31.0 to 8.32.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.31.0 to 8.32.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.31.0...v8.32.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-25 18:31:22 -08:00
dependabot[bot]
e69b618a1a
Build(deps-dev): Bump rollup from 3.9.1 to 3.10.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.9.1 to 3.10.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/v3.9.1...v3.10.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-25 18:30:35 -08:00
dependabot[bot]
3635f2cbb4
Build(deps-dev): Bump eslint-plugin-import from 2.26.0 to 2.27.5
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.26.0 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-25 18:29:32 -08:00
Mark Otto
82391bc7b7
Theme color improvements ( #37953 )
...
* Use tint-color() and shade-color() functions to generate new color mode adaptive theme values
* More consistent shading
* Fix callouts use of emphasis variables
* Use tint and shade functions on link and code colors for dark mode
2023-01-25 18:11:22 -08:00
Mark Otto
cf6972ccf1
Remove list-style reset on .carousel-indicators
2023-01-25 18:09:48 -08:00
Mark Otto
03983e5b99
Rewrite selector to help Parcel compiler
2023-01-25 18:07:18 -08:00
Patrick H. Lauke
1299b163c7
Docs: tweak icon link and callouts ( #37923 )
...
* Tweak callout for icon link
- no need to talk about `alt` for `<img>` since these don't use `<img>`
- make start of sentence more readable
* Tweak language of dropdown warning callout
* Tweak popover warning callout
* Tweak rtl warning callouts
* Tweak color warning callout
* Add/move accessibility callout for color to relevant pages
* Update site/content/docs/5.3/helpers/icon-link.md
* Update site/layouts/partials/callouts/warning-color-assistive-technologies.md
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2023-01-21 09:51:45 -08:00
louismaximepiton
15744ee1d0
Proposal to rename the CSS and Sass variables
2023-01-21 09:46:48 -08:00
Patrick H. Lauke
cfd3560c6d
Docs: add overflow and text color info to progress bar page ( #37921 )
...
* Docs: add overflow and text color info to progress bar page
* Add example/reference for color & background helper use
* Add mention of color modes/dark mode
* Tweak link text
2023-01-21 09:34:09 -08:00
ChellyAhmed
d9d2b4fdb2
fix typo in gutters doc ( #37918 )
...
* fix typo in gutters doc
* Update site/content/docs/5.3/layout/gutters.md
Co-authored-by: Mark Otto <otto@github.com >
2023-01-21 09:30:08 -08:00
louismaximepiton
bada2b9a90
Proposal
2023-01-17 21:10:13 -08:00
Tanguy Krotoff
1369b81492
Fix Android Chrome input date dimensions ( #36143 )
...
* Bind Hugo to 0.0.0.0, helps debug on mobile when on the same network
* Use http-server for visual tests
* Add input visual tests
* Fix input date dimensions on Android Chrome
* Increase bootstrap.css max size
* Revert "Bind Hugo to 0.0.0.0" & "Use http-server for visual tests"
* Switch to pixels: this is an empirical minimum safe value
* Update .bundlewatch.config.json
Co-authored-by: Mark Otto <otto@github.com >
2023-01-17 21:09:39 -08:00
louismaximepiton
16aff741ec
Proposal
2023-01-17 10:39:49 -08:00
louismaximepiton
5dc7f4c165
Harmonize the doc
2023-01-17 10:39:16 -08:00
louismaximepiton
e8b7d38276
Correction
2023-01-17 10:38:51 -08:00
Mark Otto
20ab8219a0
Sass docs updates ( #37897 )
...
* Add maps
* Redesign scss-docs rendering
* Update other CSS sections
* Fix linter
2023-01-16 18:57:24 -08:00
Mark Otto
eec5015520
Typo
2023-01-16 16:57:57 -08:00
Mark Otto
436de310ba
Add docs callout for utilities that don't respond to color modes
2023-01-16 16:57:57 -08:00
Mark Otto
a799f0149a
Include variables-dark in the import stacks, plus a customize overview fix
2023-01-16 16:57:18 -08:00
Mark Otto
779baab369
Small color mode docs CSS fixes ( #37896 )
...
* SImplify background gradient syntax
* Move inline style to CSS file
2023-01-16 16:56:50 -08:00
Mark Otto
ca88999448
Fix .form-control in dark mode ( #37893 )
...
* Fix .form-control in dark mode
* Remove CSS vars from docs
2023-01-16 15:56:23 -08:00
louismaximepiton
b3febfb000
Better use of CSS var
2023-01-16 15:56:02 -08:00
louismaximepiton
50723075aa
Update grid example
2023-01-16 15:55:47 -08:00
Louis-Maxime Piton
9042efd0f8
Deprecate the Sass var and remove any occurence of the .text-muted ( #37890 )
2023-01-16 15:55:28 -08:00
Maciej Kubień
934d7a0c1a
Changed ``popover` to `tooltip`` in docs
...
Changed ```popover``` to ```tooltip``` in tooltip component docs page.
2023-01-15 10:47:05 -08:00
Issermann Hannah
8865b469c3
Move form-text paragraph to Form control page instead of overview to have teh documentation in the same page than sass variables.
2023-01-15 09:48:17 -08:00
Eren Okka
17f14ac39f
Remove outdated comment from $input-border-color variable
2023-01-12 18:54:00 -08:00
Julien Déramond
4536f60d95
Docs: update progress markup in Color modes page
2023-01-12 18:50:59 -08:00
Julien Déramond
60714e32c7
Add theme maps specific to dark mode ( #37843 )
...
* Add theme maps specific to dark mode
* Fix CSS building
* Fix other failing test
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-01-11 21:06:18 -08:00
Mark Otto
f23e203bd0
Mention deprecated classes for color mode on offcanvas
2023-01-11 21:05:21 -08:00
Julien Déramond
2d57b88902
Docs: fix broken links in Color modes page
2023-01-11 10:07:49 -08:00
Julien Déramond
47580ff9ba
Drop duplicate --bs-body-bg-rgb declaration + reorder props
2023-01-11 10:07:09 -08:00
Julien Déramond
748702d00f
Reduce bootstrap-grid.css content
2023-01-11 10:01:11 -08:00
Catalin Zalog
791c44cc6d
docs: updates .text-*-left changes
2023-01-11 09:58:30 -08:00
dependabot[bot]
79e006b934
Build(deps-dev): Bump @babel/core from 7.20.7 to 7.20.12 ( #37850 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.20.7 to 7.20.12.
- [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.20.12/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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>
2023-01-11 15:11:23 +02:00
dependabot[bot]
81582ad953
Build(deps-dev): Bump postcss from 8.4.20 to 8.4.21 ( #37851 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.20 to 8.4.21.
- [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.20...8.4.21 )
---
updated-dependencies:
- dependency-name: postcss
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>
2023-01-11 15:10:57 +02:00
Mark Otto
a901027ab0
Update colored links, add new .link-body-emphasis helper ( #37833 )
...
* Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb
* Update bundlewatch
* Document it
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2023-01-10 16:34:25 -08:00
Mark Otto
f40e76d1f7
Update snippet examples for dark mode ( #37834 )
...
* Update snippet examples for dark mode
* Fix markup
* Review comments
* undo colored links docs from this PR
2023-01-10 16:33:33 -08:00
Julien Déramond
3fc305b2de
Docs: fix typo in migration guide
2023-01-10 02:54:06 -08:00
Julien Déramond
927ccdf714
Remove obsolete comment from _variables.scss
2023-01-08 15:52:38 -08:00
A Kriya
1871531312
Docs: add .fw-medium utility class example
2023-01-08 15:48:44 -08:00
Julien Déramond
39905711fa
Remove autofocus on theme switch when page is loaded
2023-01-08 15:39:31 -08:00
Mark Otto
1e33cfa272
Keep shadows black regardless of color mode
2023-01-07 16:07:02 -08:00
Julien Déramond
980116e02f
Docs: missing deprecated callout for list-group-item-variant() mixin
2023-01-07 14:52:43 -08:00
Mark Otto
eb10b7079c
Switch from none keyword value to a fake shadow for btn-link
2023-01-06 11:48:28 -08:00
louismaximepiton
1ed86c905f
Fix
2023-01-06 11:47:24 -08:00
Louis-Maxime Piton
8265927fc1
CSS: rename some variables to be consistent ( #37804 )
...
* Fix
* fix(review)
2023-01-06 11:46:03 -08:00
Julien Déramond
7399b13052
Docs: fix .btn-clipboard and .btn-edit link hover color
2023-01-06 11:42:32 -08:00
Julien Déramond
ffbe6e9246
Drop unused .bg-body-emphasis ( #37824 )
2023-01-06 11:41:28 -08:00
Louis-Maxime Piton
fd1ec97bd3
Docs: Small enhancements ( #37803 )
...
* Consistency with the doc
* Bring a class to avoid weird behavior
* Consistency + Add some explaining text
* fix(color)
2023-01-05 19:59:59 -08:00
Julien Déramond
702a3b6a61
Fix duplicate --bs-emphasis-color set value ( #37809 )
...
* Fix duplicate `--bs-emphasis-color` set value
* Restore body- prefix
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-01-05 19:59:24 -08:00
Julien Déramond
d17d2abb26
Docs: enhance colors description table
2023-01-05 19:58:52 -08:00
Julien Déramond
1b83ab24fc
Docs: remove some CSS from .highlight-toolbar def
2023-01-05 19:29:17 -08:00
Julien Déramond
1c05a887ea
Remove duplicate definition of --bs-highlight-bg in scss/_root.scss
2023-01-05 19:19:32 -08:00
Julien Déramond
9c1aa67597
Remove unused comment in scss/_maps.scss
2023-01-05 19:18:23 -08:00
Julien Déramond
8a35408030
Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font ( #37671 )
...
* Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font
* Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top
* Remove extra CSS file
* Change links to twbs/examples
* Fix icon name
* Adjust icon link offset to more reasonable and scaling distance
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-01-04 13:38:45 -08:00
Mark Otto
846d6606ec
Include twbs/examples in the Examples page
2023-01-04 09:56:11 -08:00
Julien Déramond
803d9d405c
Docs: fix headings color in light/dark mode ( #37802 )
2023-01-04 08:47:31 -08:00
Mark Otto
d70b5db2e0
Add new link utilities, icon link helper, and update colored link helpers ( #37762 )
...
* Add new link utilities, update colored link helpers
* Remove commented out code
* Fixes
* Remove examples changes
* Fixes and copy
* Fix icon-link instances on homepage
* Bump bundlewatch
* Fix node-sass issue for rgba() function bug
* More bundlewatch
* One more time after merge
* Add callout for a11y
* Hover and focus-visible
* Add a11y callouts
* Remove duplicate for now
* More code review feedback
2023-01-03 22:23:46 -08:00
Mark Otto
89f9ffc212
Rewrite some callouts to remove most headings and reduce their content
2023-01-03 22:21:52 -08:00
dependabot[bot]
d13c8f625c
Build(deps): Bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-03 19:50:18 -08:00
Patrick H. Lauke
fa87dae050
Change stylelint property-blacklist to property-disallowed-list
...
see https://github.com/twbs/bootstrap/pull/31066#issuecomment-1369405723 / https://github.com/stylelint/stylelint/releases/tag/13.7.0
xref #31066
2023-01-03 19:46:08 -08:00
dependabot[bot]
974c50b006
Build(deps-dev): Bump stylelint from 14.16.0 to 14.16.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.16.0 to 14.16.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.16.0...14.16.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-03 19:44:36 -08:00
dependabot[bot]
d840a688e2
Build(deps-dev): Bump rollup from 3.9.0 to 3.9.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.9.0 to 3.9.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/v3.9.0...v3.9.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-03 19:44:15 -08:00
dependabot[bot]
33d520eacf
Build(deps-dev): Bump eslint from 8.30.0 to 8.31.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.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 >
2023-01-03 19:43:57 -08:00
Julien Déramond
f692ecdd5b
Docs: fix accordion flush description
2023-01-03 19:42:58 -08:00
Julien Déramond
8546804325
Add webpack build to webpack guide
2023-01-03 19:40:58 -08:00
Mark Otto
da1c968965
Remove dark mode --bs-heading-color value, set to null, and add custom styles for the docs dark mode headings
2023-01-03 19:36:20 -08:00
Patrick H. Lauke
9013c9884e
Docs: add explanation of the base .btn class ( #37275 )
...
* Docs: add explanation of the base `.btn` class
and a callout reminding authors to at least define some focus styling if they intend to use it "naked"
* Turn callout into a warning
* Add initial heading
* Tweak callout wording
2023-01-03 11:28:27 +00:00
Mark Otto
3ee2a75495
Use Bootstrap colors in syntax highlighting
2023-01-02 22:06:59 -08:00
AucT
19d547be3d
fix live toast demo ( #37590 )
...
* fix live toast demo
* Fix live toast demo
* Update snippets.js
* Update toasts.md
* Update snippets.js
* Code review comments addressed
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
2023-01-02 22:06:09 -08:00
Mark Otto
e30916b599
Change nav focus to focus-visible ( #37784 )
...
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2023-01-02 19:50:46 -08:00
Julien Déramond
e60002b1fc
Docs: add CSS variables section in close button section
2023-01-02 11:39:13 -08:00
Louis-Maxime Piton
0d64dc6dfc
Docs: offcanvas toggles accessibility fixes, fully hide layout template input
...
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2023-01-02 16:07:48 +00:00
XhmikosR
dbdfab8a95
Update tooltips.md
2023-01-02 17:44:55 +02:00
Mark Otto
d0b0fec409
Fix code color in callouts
2023-01-01 22:33:54 -08:00
Julien Déramond
5a0899d040
Fix cards color for contextual color mode
2023-01-01 21:56:19 -08:00
Patrick H. Lauke
212c0dfd07
Docs: Make theme switcher accessible ( #37780 )
...
* Make theme switcher accessible
* set an explicit `aria-label` to the switcher (as the `<span>` is not sufficient, as it can be display:none'd and then the button has no accName)
* make the theme buttons actual `aria-pressed` toggles
* Dynamically update aria-label for theme switcher
* Explicitly reset focus after activating theme
* Use innerText for the constructed dynamic aria-label
this way, if the text ever gets changed in the html, this will adapt appropriately
* Tweak accessible name for the dropdown
* Fixup
* Use `textContent` instead of `innerText`
2023-01-01 21:54:46 -08:00
Patrick H. Lauke
2cc580e2d1
Docs: remove remnants of Twitter / bump dates ( #37779 )
2023-01-01 16:30:53 -08:00
Patrick H. Lauke
1b39d1275b
Docs: Remove unnecessary id/aria-labelledby from accordion examples
...
Follow-up to https://github.com/twbs/bootstrap/pull/37718
2022-12-30 16:50:10 -08:00
Julien Déramond
4b12084a2a
Docs: enhance Focus ring example section desc
2022-12-30 16:48:07 -08:00
Mark Otto
9e17b2b34c
Focus ring helper and utilities ( #33125 )
...
* Add global variables for box-shadow focus rings
* Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs
* fix variable name
* Add CSS variables for global focus styling, document it
* Move to CSS vars section
* Update scss/_nav.scss
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com >
* Helper and utils
* Fix bundlewatch
* Change 'Focus ring' in sidebar so that the page can be visible
* Minor typo fix
* fix merge
* Revamp some more, improve docs
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2022-12-29 14:19:22 -08:00
Julien Déramond
1a043b55bc
Docs: enhance callouts links on dark mode
2022-12-29 13:32:09 -08:00
Mark Otto
dabc081f6f
Fix selector for dark mode navbar toggler SVG change
2022-12-29 12:46:15 -08:00
Julien Déramond
433558dec2
Docs: replace dark btns by primary ones from Button group docs to avoid issues in dark mode
2022-12-29 12:28:52 -08:00
Julien Déramond
31ee235638
Build(deps-dev): Bump sass-true from 6.1.0 to 7.0.0
2022-12-29 12:28:24 -08:00
Mark Otto
fabe074199
Darken some text emphasis and syntax colors
2022-12-29 12:28:02 -08:00
GeoSot
a9810ece61
Use scrollspy on docs pages ( #33428 )
...
* use scrollspy on docs pages
* Update colors by taking into account new dark mode
* Restyle it
* Update colors once more
* Fix some color contrast issues
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
2022-12-29 12:11:01 -08:00
Julien Déramond
8befabbde9
Docs: display examples based on the docs current color mode ( #37562 )
...
* Docs: display examples based on the docs current color mode
* Fix _default/examples.html
2022-12-28 22:58:35 -08:00
Julien Déramond
baf5d4c4c1
Fix CSS variables mentioned in our docs
2022-12-28 22:17:16 -08:00
Mark Otto
7d9aa9d716
Add .nav-underline modifier class ( #33126 )
...
* Add .nav-underline modifier class
* Tweak sizing and spacing, add underline on hover
* Rebuild with Sass and CSS variables
* Document CSS vars
* Bump bundlewatch
2022-12-28 21:55:54 -08:00
XhmikosR
97576345b1
Remove scorecards ( #37751 )
2022-12-28 23:49:57 +02:00
dependabot[bot]
406ab2abe6
Build(deps): Bump ossf/scorecard-action from 2.1.1 to 2.1.2 ( #37728 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/v2.1.1...v2.1.2 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
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-12-28 23:45:07 +02:00
dependabot[bot]
6b9ed938f1
Build(deps-dev): Bump rollup from 3.8.1 to 3.9.0 ( #37750 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.8.1 to 3.9.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/v3.8.1...v3.9.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-12-28 23:44:14 +02:00
dependabot[bot]
c4155c4f15
Build(deps-dev): Bump lockfile-lint from 4.9.6 to 4.10.0 ( #37729 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.9.6 to 4.10.0.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.0/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-12-28 23:43:29 +02:00
Ben Koshy
752be8657d
Improve readability in docs flex page ( #34647 )
...
It's not easy to otherwise correlate the examples with the relevant classes: you'd have to mentally count and correlate them. This obviates that need. Please see the image below to see the usefulness of the above.
Co-authored-by: Mark Otto <markdotto@gmail.com >
2022-12-28 13:19:55 -08:00
Hannah Issermann
a99234d528
Use aria-labelledby to associate form-text (helper) with input field … ( #37587 )
...
* Use aria-labelledby to associate form-text (helper) with input field when it contains mandatory info (e.g. data format)
* Example in input-group needs aria-describedby (or aria-labelledby) too
Co-authored-by: Mark Otto <markdotto@gmail.com >
2022-12-28 13:19:34 -08:00
Mark Otto
5d9c09ccba
Add color-scheme to dark root selector
2022-12-28 13:00:36 -08:00
Teaca-Sebastian
f9827ac8d8
Update /#color-schemes to v5.3
2022-12-28 13:00:06 -08:00
Julien Déramond
993ad97fdc
Docs: handle light/dark mode in Algolia search modal ( #37738 )
...
* Docs: handle light/dark mode in Algolia search modal
* Improve scopes
2022-12-27 16:43:42 -08:00
Patrick H. Lauke
eb4819474d
Update colour contrast formula with new constant from WCAG 2.2 ( #37731 )
...
See https://github.com/w3c/wcag/pull/1780
Closes #37022
2022-12-27 14:13:38 +00:00
Julien Déramond
39c51aa3eb
Docs: change some title containing '&' to bypass Algolia issue
2022-12-26 15:36:16 -08:00
Mark Otto
6295d3ba36
Few miscellaneous docs fixes ( #37625 )
...
* Update hero button color
* Fix link color on examples index
* Move .bd-btn-lg to docs buttons partial, move larger border-radius to that class so medium buttons don't look odd
* Undo the markup split
* Round padding up to whole number
2022-12-26 11:32:43 -08:00
Mark Dumay
98ebf3a336
Improve consistency of navbar icon declaration ( #37720 )
...
* Use $navbar-light-color instead of inline color
* Introduce separate $navbar-light-icon-color
2022-12-26 21:19:53 +02:00
Julien Déramond
21956ee6f4
Drop logo on homepage on mobile
2022-12-26 11:03:32 -08:00
Patrick H. Lauke
492187de64
Remove unnecessary id/aria-labelledby from cheatsheet accordions ( #37718 )
...
Explicit labelling (which then would also benefit from a `role="group"` or similar role) is only optional, and not really appropriate just for a cheatsheet
https://www.w3.org/WAI/ARIA/apg/patterns/accordion/
Closes #37591
2022-12-26 00:11:36 +00:00
XhmikosR
b613cfb58b
docs: improve social image partial ( #37717 )
...
* Fix social image URL to be absolute
* Deduplicate social.html
* Get image dimensions with Hugo
2022-12-25 18:14:27 +02:00
XhmikosR
d891159950
Make scss tests work on Windows too. ( #37713 )
...
Also, add missing `'use strict'` statements; these aren't real modules.
2022-12-25 18:09:26 +02:00
XhmikosR
fa37da4d44
package.json: exclude scss test files ( #37712 )
2022-12-25 12:42:23 +02:00
XhmikosR
8ba98bc9f0
CI: test CSS after build ( #37714 )
2022-12-25 12:41:54 +02:00
XhmikosR
04edf521c6
Update devDependencies ( #37715 )
...
* @babel/cli ^7.19.3 → ^7.20.7
* @babel/core ^7.20.5 → ^7.20.7
* hugo-bin ^0.96.0 → ^0.97.0
* jasmine ^4.0.2 → ^4.5.0
* jquery ^3.6.2 → ^3.6.3
* rollup ^3.7.5 → ^3.8.1
2022-12-25 12:41:40 +02:00
dependabot[bot]
bae3260188
Build(deps): Bump socket.io-parser from 4.0.4 to 4.0.5 ( #37709 )
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
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-12-25 09:04:20 +02:00
Julien Déramond
9bd7228ed6
Remove some unused SVGs in Dropdowns example
2022-12-24 14:47:55 -08:00
Romaric Pascal
33ccbc23e3
SCSS testing of the utilities API ( #36029 )
...
* Set up CSS testing using sass-true and mocha
Use mocha to handle the heavy lifting of finding tests and running them.
Mocha is made to look directly for SCSS files which are compiled
thanks to Node's require.extensions mechanism.
* Add CSS tests to workflow
* Add tests for the generate-utility mixin
* Add tests for utilities generation
* Fix linting issues
* Fix test contents
Don't know why the whole utilities.test.scss ended up copied in the api.test.scss
* Remove unnecessary entry in package.json
* Move to Jasmine for running the tests
* Move running of CSS tests before CSS build
* Update linting set up
Add exceptions for test files in stylelint
* Remove irrelevant option for sass-true
* Fix linting issues after rebase
* Add color mode tests
* Fix linter
Co-authored-by: Mark Otto <markdotto@gmail.com >
2022-12-24 14:29:20 -08:00
XhmikosR
cf9454caa0
Release v5.3.0-alpha1 ( #37661 )
...
* Bump version to 5.3.0-alpha1
* Dist
* Add docs versions updates
* Update note in homepage hero
Co-authored-by: Mark Otto <markdotto@gmail.com >
2022-12-24 18:37:22 +02:00
Julien Déramond
41f62c5a11
Fix Sass compilation when $color-mode-type is set to media-query ( #37687 )
...
* Fix Sass compilation when `$color-mode-type` is set to `media-query`
* Update mixin names, fix docs color modes for using media queries by using mixin
Co-authored-by: Mark Otto <markdotto@gmail.com >
2022-12-21 08:52:07 +02:00
Mark Otto
f6687e99b5
Follow up
2022-12-20 14:25:36 -08:00
Mark Otto
cf3c1535e6
Update docs and package information to clarify license
2022-12-20 14:24:43 -08:00
jonnysp
efce829777
Update _variables.scss
2022-12-20 12:57:29 -08:00
Julien Déramond
57228a6b65
Docs: fix typo for Sass vars references in Customize > Color modes > Building with Sass
2022-12-20 12:55:10 -08:00
dependabot[bot]
015f06fd52
Build(deps-dev): Bump sass from 1.56.2 to 1.57.1 ( #37683 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.56.2 to 1.57.1.
- [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.56.2...1.57.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-12-20 22:03:48 +02:00
dependabot[bot]
4b0e9695c7
Build(deps-dev): Bump rollup from 3.7.4 to 3.7.5 ( #37685 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.7.4 to 3.7.5.
- [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/v3.7.4...v3.7.5 )
---
updated-dependencies:
- dependency-name: rollup
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-12-20 21:51:02 +02:00
dependabot[bot]
9d87865d3c
Build(deps-dev): Bump eslint from 8.29.0 to 8.30.0 ( #37684 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 21:50:20 +02:00
dependabot[bot]
622008310c
Build(deps-dev): Bump @rollup/plugin-replace from 5.0.1 to 5.0.2 ( #37682 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 5.0.1 to 5.0.2.
- [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/json-v5.0.2/packages/replace )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
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-12-20 21:49:33 +02:00
dependabot[bot]
6a8d6c0dc7
Build(deps-dev): Bump @rollup/plugin-commonjs from 23.0.4 to 24.0.0 ( #37681 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 23.0.4 to 24.0.0.
- [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-v24.0.0/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-major
...
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-12-20 21:46:42 +02:00
dependabot[bot]
51ba329046
Build(deps): Bump ossf/scorecard-action from 2.1.0 to 2.1.1 ( #37680 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/v2.1.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
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-12-20 21:45:51 +02:00
XhmikosR
ef75dfdd23
README.md: add logos to badges ( #37664 )
2022-12-20 21:43:43 +02:00
Louis-Maxime Piton
33dd82448c
Docs: remove Webpack reference in Parcel guide ( #37670 )
2022-12-19 18:34:18 +01:00
XhmikosR
e1315d11f2
docs: move color-mode script ( #37658 )
...
* docs: move color-mode script
* Move color-modes.js in static folder
* Async load color-modes.js
* Switch to DOMContentLoaded
* Revert async loading
2022-12-18 14:32:17 -07:00
Louis-Maxime Piton
6807008159
Docs: replace some --#{$prefix} by --bs in Sass files ( #37617 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2022-12-18 08:19:33 +01:00
Vipin Mishra
9d64a983ee
Fix grid and alignment of Features example ( #37502 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2022-12-18 08:12:19 +01:00
Joyce
3e8c8868eb
Enable OpenSSF Scorecard Github Action and Badge ( #37402 )
...
Signed-off-by: Joyce Brum <joycebrum@google.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-12-16 09:34:54 +02:00
XhmikosR
71e2acef44
Revert "CI: limit the on push triggers ( #35574 )" ( #37657 )
...
This reverts commit f0ae5cceac .
2022-12-16 09:32:50 +02:00
XhmikosR
f0ae5cceac
CI: limit the on push triggers ( #35574 )
...
Since now we have workflow_dispatch, we can trigger a workflow manually in case we don't have an open PR.
Also, remove the custom `ci skip` code; it's supported natively for some time now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
2022-12-16 09:22:18 +02:00
Varun Sharma
471edac3d3
CI: Add GitHub token permissions for workflows ( #36325 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-12-16 09:20:12 +02:00
XhmikosR
af34b2b56a
package.json: include index.{esm,umd}.js files too ( #37565 )
2022-12-16 09:12:46 +02:00
XhmikosR
4f2a0bbbe4
Regenerate package-lock.json and pin terser for now ( #37640 )
2022-12-15 23:38:02 +02:00
XhmikosR
cffe07401d
README.md: update CI badge ( #37656 )
2022-12-15 23:37:10 +02:00
dependabot[bot]
b69661c1b2
Build(deps-dev): Bump postcss from 8.4.19 to 8.4.20 ( #37634 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.19 to 8.4.20.
- [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.19...8.4.20 )
---
updated-dependencies:
- dependency-name: postcss
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-12-13 18:11:10 +02:00
dependabot[bot]
6117bf6bf3
Build(deps-dev): Bump rollup from 3.5.0 to 3.7.4 ( #37633 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.5.0 to 3.7.4.
- [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/v3.5.0...v3.7.4 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-12-13 18:07:15 +02:00
dependabot[bot]
f7ec6bca72
Build(deps-dev): Bump jquery from 3.6.1 to 3.6.2 ( #37638 )
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.6.1...3.6.2 )
---
updated-dependencies:
- dependency-name: jquery
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-12-13 18:02:19 +02:00
dependabot[bot]
b1f86f45ad
Build(deps-dev): Bump eslint-plugin-unicorn from 44.0.2 to 45.0.2 ( #37639 )
...
* Build(deps-dev): Bump eslint-plugin-unicorn from 44.0.2 to 45.0.2
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 44.0.2 to 45.0.2.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.0.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Ignore unicorn/no-typeof-undefined for now
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-12-13 18:01:31 +02:00
dependabot[bot]
f2b8be5417
Build(deps-dev): Bump @rollup/plugin-commonjs from 23.0.3 to 23.0.4 ( #37635 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 23.0.3 to 23.0.4.
- [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-v23.0.4/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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 17:47:53 +02:00
dependabot[bot]
d77774da4d
Build(deps-dev): Bump hugo-bin from 0.95.0 to 0.96.0 ( #37636 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.95.0 to 0.96.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.95.0...v0.96.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 >
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-12-13 17:45:33 +02:00
dependabot[bot]
48fb1a4b1b
Build(deps-dev): Bump sass from 1.56.1 to 1.56.2 ( #37637 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.56.1 to 1.56.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.56.1...1.56.2 )
---
updated-dependencies:
- dependency-name: sass
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-12-13 17:42:46 +02:00
dependabot[bot]
bc8d2e28b8
Build(deps-dev): Bump stylelint from 14.15.0 to 14.16.0 ( #37597 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.15.0 to 14.16.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.15.0...14.16.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-12-13 17:40:46 +02:00
dependabot[bot]
2f8e8c9b28
Build(deps-dev): Bump postcss-cli from 10.0.0 to 10.1.0 ( #37596 )
...
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/10.0.0...10.1.0 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-12-13 17:38:49 +02:00
dependabot[bot]
67f4568889
Build(deps-dev): Bump eslint from 8.28.0 to 8.29.0 ( #37595 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.28.0 to 8.29.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 17:37:36 +02:00
Julien Déramond
fd3da4eb3e
Fix --bs-form-check-bg definition
2022-12-10 18:06:15 -08:00
Julien Déramond
ab382104e6
Add new team member to the Teams page ( #37615 )
...
Co-authored-by: Mark Otto <otto@github.com >
2022-12-09 07:30:09 +01:00
dependabot[bot]
f6476508c2
Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 ( #37572 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
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-12-02 07:51:52 +02:00
XhmikosR
18fec8bf36
code-examples.js: switch to firstElementChild ( #37570 )
...
This ensures that we will get the first element child and not text
2022-12-01 20:14:33 +02:00
XhmikosR
d16efb79b6
Update javascript.md ( #37566 )
2022-12-01 09:59:45 +02:00
Julien Déramond
7c7f6ea933
Remove title from 'check2' icon SVG ( #37568 )
2022-11-30 22:59:26 +01:00
dependabot[bot]
d9f8be6773
Build(deps-dev): Bump terser from 5.15.1 to 5.16.0 ( #37556 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.15.1 to 5.16.0.
- [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.1...5.16.0 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-29 17:38:19 +02:00
dependabot[bot]
7f75fa47de
Build(deps-dev): Bump @babel/core from 7.20.2 to 7.20.5 ( #37558 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.20.2 to 7.20.5.
- [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.20.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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-11-29 17:37:12 +02:00
dependabot[bot]
69aaaf35a2
Build(deps-dev): Bump rollup from 3.4.0 to 3.5.0 ( #37559 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.4.0 to 3.5.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/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-29 17:36:43 +02:00
dependabot[bot]
454720b2d2
Build(deps-dev): Bump @rollup/plugin-commonjs from 23.0.2 to 23.0.3 ( #37557 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 23.0.2 to 23.0.3.
- [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-v23.0.3/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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 17:35:32 +02:00
dependabot[bot]
30ed745afb
Build(deps-dev): Bump @rollup/plugin-babel from 6.0.2 to 6.0.3 ( #37560 )
...
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.3/packages/babel )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
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-11-29 17:32:51 +02:00
dependabot[bot]
10bcccbc31
Build(deps-dev): Bump hugo-bin from 0.94.0 to 0.95.0 ( #37561 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.94.0 to 0.95.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.94.0...v0.95.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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 17:32:10 +02:00
Julien Déramond
93c09e7034
Docs: fix 'Usage > Enable dark mode' code example ( #37553 )
2022-11-29 08:38:27 +01:00
Patrick H. Lauke
0444d2cfe5
Docs: rewrite/reorganise carousel docs page ( #37354 )
...
* Instantiate/initialize all non-autoplaying carousels in docs pages
* Rewrite/reorganise carousel docs page
* start with static/non-autoplaying examples
* explicitly mention that carousels currently need to be manually initialized
* split out and explain autoplaying and the weird "autoplay after first interaction" behaviour, as well as the pause on hover/focus
* Add callout about autoplaying and accessibility
* Don't have the dark variant example autoplay
* Add "autoplaying" to cspell custom dictionary
* Tweal wording, move Page Visibility API to autoplay section
* Tweak explanation for methods, add line break in js code for consistency with last code block on the page
* Tweak method descriptions
* Tweak headings (plural "carousels")
* Move some paragraphs out of intro and into basic example, reword the nested and accessibility paragraph
* Tweak warning about `.active` slide
* Tweak callout wording
* Further prose tweaks
move the sentence about not double-initialising autoplaying carousels to the callout right at the top
instead of talking about `data-bs...` attributes, talk about the "option" instead, as authors may be setting these not via data attributes, but at instatiation time with options in the constructor
remove the incorrect statement about pausing when keyboard focus is in the carousel
* Instantiate/initialize all non-autoplaying carousels in docs pages
* Rewrite/reorganise carousel docs page
* start with static/non-autoplaying examples
* explicitly mention that carousels currently need to be manually initialized
* split out and explain autoplaying and the weird "autoplay after first interaction" behaviour, as well as the pause on hover/focus
* Add callout about autoplaying and accessibility
* Don't have the dark variant example autoplay
* Add "autoplaying" to cspell custom dictionary
* Tweal wording, move Page Visibility API to autoplay section
* Tweak explanation for methods, add line break in js code for consistency with last code block on the page
* Tweak method descriptions
* Tweak headings (plural "carousels")
* Move some paragraphs out of intro and into basic example, reword the nested and accessibility paragraph
* Tweak warning about `.active` slide
* Tweak callout wording
* Further prose tweaks
move the sentence about not double-initialising autoplaying carousels to the callout right at the top
instead of talking about `data-bs...` attributes, talk about the "option" instead, as authors may be setting these not via data attributes, but at instatiation time with options in the constructor
remove the incorrect statement about pausing when keyboard focus is in the carousel
* Fix relative link
* Update site/assets/js/snippets.js
Co-authored-by: GeoSot <geo.sotis@gmail.com >
* Fix snippet.js
* Tweak content organisation just a bit
Co-authored-by: GeoSot <geo.sotis@gmail.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
2022-11-28 23:20:35 -08:00
Patrick H. Lauke
26a3ef1bcb
Rework progress bar markup and styles ( #36831 )
...
* Rework progress bar markup and styles
Logically moves the various `role` and `aria-` attributes to the `.progress` element itself, leaving the `.progress-bar` to be used purely for the visual presentation. This fixes the problem #36736 that in certain browser/AT combinations, zero-value/zero-width progress bars are completely ignored and not announced.
For multiple/stacked progress bars, this PR introduces a new wrapper and class `.progress-stacked`, to accommodate for the fact that with the more logical structure above, we need full `.progress` elements with child `.progress-bar` elements, and can't get away with the fudge we had before of having a single `.progress` with multiple `.progress-bar`s.
Note that the old markup structures still work with this change, so this could be considered a non-breaking change - though one we definitely want to highlight as it's more accessible (as it now guarantees that zero-value/zero-width progress bars, whether on their own or as part of a multi/stacked bar, are actually announced)
* Add a note about progress bar change in migration guide
* Add notes with old markup examples and explanation
* Fix bundlewatch
* Update site/content/docs/5.2/components/progress.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
* Reintroduce deleted styles
Turns out they're needed for correct positioning of text inside progress bar
* Move changes in markup to Migrationg guide, link to that from top of progress page, rewrite some content
* Fix typo in callout
* Clarify "Sizing" section
* Remove redundant "now"
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2022-11-28 23:07:48 -08:00
EricDunsworth
019a977481
Docs: Add black text/background examples ( #37538 )
...
These classes have existed since 5.1 but weren't previously documented.
Specifically:
* .text-black
* .bg-black
* .bg-black.bg-gradient
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2022-11-28 23:07:27 -08:00
Mark Otto
fc3f4b67d6
Add dark mode support ( #35857 )
...
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
2022-11-28 22:30:26 -08:00
Christian Oliff
a1a9895aac
Docs: fix typo in Navbars example ( #37535 )
2022-11-25 22:30:10 +01:00
dependabot[bot]
bc1b5b25ed
Bump find-unused-sass-variables from 4.0.4 to 4.0.5 ( #37531 )
...
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases )
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.4...v4.0.5 )
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
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-11-22 17:04:18 +02:00
dependabot[bot]
9add0b15c6
Bump rollup from 3.3.0 to 3.4.0 ( #37530 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.3.0 to 3.4.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/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-22 17:04:00 +02:00
dependabot[bot]
ced267c6da
Bump eslint from 8.27.0 to 8.28.0 ( #37529 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.27.0 to 8.28.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.27.0...v8.28.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-22 17:03:31 +02:00
dependabot[bot]
8f0026fc8d
Bump hugo-bin from 0.93.0 to 0.94.0 ( #37534 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.93.0 to 0.94.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.93.0...v0.94.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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 17:02:45 +02:00
dependabot[bot]
be85da4fd1
Bump engine.io from 6.2.0 to 6.2.1 ( #37528 )
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
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-11-22 09:58:56 +02:00
XhmikosR
c139bac586
Merge pull request #37524 from twbs/prepare-523
...
Release v5.2.3
2022-11-22 09:54:42 +02:00
XhmikosR
8f6de23682
Merge branch 'main' into prepare-523
2022-11-22 09:51:29 +02:00
chris
abdd3fef1f
Keep string representation in --bs-body-font-family ( #37526 )
2022-11-21 23:22:27 +01:00
XhmikosR
cb021439c6
Dist
2022-11-21 20:19:01 +02:00
XhmikosR
39589472f7
Bump version to 5.2.3
2022-11-21 20:15:33 +02:00
GeoSot
7e3074c165
fix tooltip/popper disposal inconsistencies ( #37235 )
2022-11-21 20:12:43 +02:00
Gaël Poupard
127a816f77
fix(carousel): RTL translate() direction
...
Trying to fix #37180
2022-11-21 20:12:28 +02:00
Eric Leibenguth
77c456d8c4
Import root in bootstrap-utilities ( #37377 )
...
* Fixes https://github.com/twbs/bootstrap/issues/37376
2022-11-21 20:12:03 +02:00
Sebastian Blank
b72236981f
Fix deprecation warning with sass 1.56.0 ( #37425 )
...
Deprecation Warning: $weight: Passing a number without unit % (100) is deprecated.
To preserve current behavior: $weight * 1%
More info: https://sass-lang.com/d/function-units
2022-11-21 20:11:18 +02:00
dependabot[bot]
f2e15458da
Bump stylelint from 14.14.1 to 14.15.0 ( #37496 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.14.1 to 14.15.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.14.1...14.15.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-19 07:44:21 +02:00
dependabot[bot]
3dcf45bc23
Bump rollup from 3.2.5 to 3.3.0 ( #37495 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.2.5 to 3.3.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/v3.2.5...v3.3.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-19 07:43:46 +02:00
Mewen Le Hô
cc25d6f10c
Fix accessibility of examples buttons ( #37498 )
...
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2022-11-16 19:12:28 -08:00
Daniel Raymond
5f67d38bb2
Grid Gap Updates ( #37413 )
...
* Grid Gap Updates
- added column-gap
- added row-gap
* Grid Gap Updates
* Bundlewatch update
* Apply suggestions from code review
Co-authored-by: Daniel O <dobiekwe@byteworks.com.ng >
Co-authored-by: Mark Otto <otto@github.com >
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2022-11-15 18:51:44 -08:00
Ryan Mortier
46a7035ab2
Update input-group.md with form text example ( #37406 )
...
* Update input-group.md with form text example
This updated example shows where to correctly put form text (i.e. not inside the input group).
* Fix markup
* Update input-group.md
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2022-11-14 09:54:40 -08:00
Julien Déramond
85765210cd
Fix disabled floating labels color
2022-11-14 09:32:35 -08:00
Julien Déramond
f97149a4af
Docs: add margin between buttons in tooltip examples
2022-11-14 09:32:14 -08:00
Julien Déramond
e071e914ce
Docs: fix margins between cards in examples
2022-11-14 09:05:20 -08:00
XhmikosR
9aff4cdc90
CodeQL: ignore dist folder ( #37486 )
2022-11-14 18:40:09 +02:00
Mark Otto
6bd7170a73
Docs: Make added-in badge page-level for z-index utilities ( #37491 )
2022-11-14 07:37:49 +01:00
XhmikosR
1a33235adc
CI: switch to Node.js 18 LTS ( #37461 )
2022-11-13 16:19:29 +02:00
XhmikosR
b3b6728c5f
cspell.yml: remove unused NODE environment variable
2022-11-13 16:03:00 +02:00
XhmikosR
2fde88c200
Use Object.entries in more places ( #37482 )
2022-11-13 09:19:11 +02:00
Patrick H. Lauke
0446e22b5a
Docs: use <button> for dropdown/popover examples, explain preference over <a> for dropdowns, tweak collapse prose ( #37432 )
...
* Expand dropdown explanation for use of `<a>`, use `<button>`s for modal examples
* Remove redundant `role="button"` from collapse test `<button>` elements
* Tweak language
* Tweak collapse prose
2022-11-12 09:21:33 -08:00
XhmikosR
8387827c13
Update CodeQL Action ( #37481 )
2022-11-12 13:09:35 +02:00
XhmikosR
05b7df055e
Update site/.eslintrc.json ( #37485 )
2022-11-12 10:46:37 +02:00
XhmikosR
5208dd10c4
ESLint: enable prefer-template rule ( #37484 )
2022-11-12 10:09:36 +02:00
XhmikosR
21e036bf13
hydrateObj: use default param ( #37483 )
2022-11-12 10:03:16 +02:00
GeoSot
0a484e7586
fix: change replaceAll usage introduced in #35566 ( #37473 )
2022-11-11 10:40:17 +02:00
XhmikosR
e34e1598ca
Update devDependencies and regenerate package-lock.json ( #37471 )
...
* postcss ^8.4.18 → ^8.4.19
* stylelint-config-twbs-bootstrap ^6.0.0 → ^7.0.0
2022-11-11 08:29:35 +02:00
George Sotiropoulos
634e449b9a
explicitly use banner function, avoiding passing arguments
2022-11-11 08:11:32 +02:00
dependabot[bot]
1a86cb3cf0
Bump rollup from 2.79.1 to 3.2.5
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.79.1 to 3.2.5.
- [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.79.1...v3.2.5 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-11 08:11:32 +02:00
XhmikosR
11f5d28db6
CI: remove git credentials after checkout ( #37459 )
2022-11-09 09:21:55 +02:00
dependabot[bot]
d4349faa5f
Bump rollup-plugin-istanbul from 3.0.0 to 4.0.0 ( #37446 )
...
Bumps [rollup-plugin-istanbul](https://github.com/artberri/rollup-plugin-istanbul ) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/artberri/rollup-plugin-istanbul/releases )
- [Changelog](https://github.com/artberri/rollup-plugin-istanbul/blob/main/CHANGELOG.md )
- [Commits](https://github.com/artberri/rollup-plugin-istanbul/compare/v3.0.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: rollup-plugin-istanbul
dependency-type: direct:development
update-type: version-update:semver-major
...
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-11-09 09:07:41 +02:00
dependabot[bot]
7c8f4d1a3e
Bump eslint-config-xo from 0.42.0 to 0.43.1 ( #37444 )
...
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo ) from 0.42.0 to 0.43.1.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases )
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.42.0...v0.43.1 )
---
updated-dependencies:
- dependency-name: eslint-config-xo
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-09 09:03:51 +02:00
dependabot[bot]
167aabfed0
Bump @babel/core from 7.19.6 to 7.20.2 ( #37443 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.6 to 7.20.2.
- [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.20.2/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-09 09:01:53 +02:00
dependabot[bot]
199f1d1d5a
Bump @babel/preset-env from 7.19.4 to 7.20.2 ( #37448 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.4 to 7.20.2.
- [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.20.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-09 08:59:19 +02:00
dependabot[bot]
e11ff7ab46
Bump eslint from 8.26.0 to 8.27.0 ( #37449 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.26.0 to 8.27.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.27.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-11-09 08:56:03 +02:00
dependabot[bot]
db598f4e92
Bump sass from 1.55.0 to 1.56.1 ( #37460 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.55.0 to 1.56.1.
- [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.55.0...1.56.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-11-09 08:52:07 +02:00
dependabot[bot]
ab7fdec64b
Bump stylelint from 14.14.0 to 14.14.1 ( #37450 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.14.0 to 14.14.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.14.0...14.14.1 )
---
updated-dependencies:
- dependency-name: stylelint
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-11-09 08:50:46 +02:00
Julien Déramond
3e50a79cc0
Realign Bundlewatch values ( #37439 )
2022-11-07 15:41:58 +01:00
GeoSot
fcdfee90b3
ref: refactor getSelector not to be exported ( #37438 )
2022-11-07 14:55:34 +02:00
Pierre Souchay
ef4e2daa48
Properly escape IDs in getSelector() to handle weird IDs ( #35565 ) ( #35566 )
2022-11-07 14:43:06 +02:00
GeoSot
e81e7cda90
Move getElementFromSelector & getSelectorFromElement to SelectorEngine ( #36027 )
...
* Move `getElementFromSelector` & getSelectorFromElement` inside selector-engine.js, in order to use SelectorEngine methods, avoiding raw querySelector usage
* add `getMultipleElementsFromSelector` helper
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2022-11-06 20:31:43 +02:00
Sebastian Blank
2b21094074
Fix deprecation warning with sass 1.56.0 ( #37425 )
...
Deprecation Warning: $weight: Passing a number without unit % (100) is deprecated.
To preserve current behavior: $weight * 1%
More info: https://sass-lang.com/d/function-units
2022-11-04 14:44:11 +01:00
dependabot[bot]
8509fa8102
Bump autoprefixer from 10.4.12 to 10.4.13 ( #37415 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.12 to 10.4.13.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.12...10.4.13 )
---
updated-dependencies:
- dependency-name: autoprefixer
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-11-01 12:28:26 +02:00
dependabot[bot]
0a4741ad84
Bump hugo-bin from 0.92.3 to 0.93.0 ( #37414 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.92.3 to 0.93.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.92.3...v0.93.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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01 12:27:48 +02:00
Mark Otto
baedc38758
Docs: Only show added in page badge if relevant ( #37399 )
2022-10-31 06:57:19 +01:00
Mitchell Cash
cda47731c6
Add support for customising a card title color ( #36979 )
...
* Add support for customising a card title color
* Group `*card-title-*` variables together
* Add support for customising a card subtitle color
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
Co-authored-by: Mark Otto <markd.otto@gmail.com >
2022-10-30 20:06:02 -04:00
Julien Déramond
eed6b4a175
Docs: Slightly improve tooling setup description
2022-10-30 19:42:31 -04:00
Jesse Mandel
b3f1f5a438
Update authors and copyright to match npm, add repository reference
2022-10-30 19:35:30 -04:00
Mark Otto
2732f686b9
Change title of color-background.md page
...
Fixes #37342
2022-10-30 18:08:57 -04:00
Stephen Reay
4b54d22483
Prevent extraneous whitespace around date time inputs in Webkit ( #37350 )
...
* Prevent extraneous whitespace around date time inputs in Webkit
Closes twbs/bootstrap#34433
* Updated bundlewatch config
2022-10-30 18:02:10 -04:00
jonnysp
8fd4c3e12f
Update z-index.md
...
changes the example. so that the effect can be seen.
2022-10-29 20:31:31 -04:00
Julien Déramond
06bed9b45a
Fix disabled floating labels and add some examples of it in the docs ( #37299 )
...
* Fix disabled floating labels and add some examples of it in the docs
* Add disabled custom height textarea
2022-10-29 20:30:59 -04:00
Jeldrik Hanschke
678dde8f98
Font style utilities did not contained "-style-" in BS4 ( #37361 )
...
* Font style utilities did not contained "-style-" in BS4
* Update site/content/docs/5.2/migration.md
Co-authored-by: Mark Otto <otto@github.com >
2022-10-29 20:30:45 -04:00
Eric Leibenguth
60b02041c4
Import root in bootstrap-utilities ( #37377 )
...
* Fixes https://github.com/twbs/bootstrap/issues/37376
2022-10-29 09:03:59 +02:00
XhmikosR
a7a2253507
docs: remove moot newlines ( #37379 )
2022-10-26 08:37:04 +03:00
GeoSot
aa9d32dd15
Use explicit imports in our javascript source files ( #36854 )
2022-10-26 08:26:51 +03:00
XhmikosR
7166e95388
Markdownlint fixes ( #37255 )
2022-10-25 21:37:36 +03:00
Julien Déramond
ec68f3d26d
Docs: use 'added' page information to display a tag on top of the pages ( #37341 )
2022-10-25 21:11:08 +03:00
dependabot[bot]
fb4ec53e9a
Bump @babel/core from 7.19.3 to 7.19.6 ( #37374 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.3 to 7.19.6.
- [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.19.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
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-25 13:26:51 +03:00
dependabot[bot]
0a64894cc9
Bump eslint from 8.25.0 to 8.26.0 ( #37372 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.25.0 to 8.26.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.25.0...v8.26.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-25 13:24:50 +03:00
dependabot[bot]
4b5a667fba
Bump @rollup/plugin-commonjs from 23.0.0 to 23.0.2 ( #37375 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 23.0.0 to 23.0.2.
- [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-v23.0.2/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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 13:22:43 +03:00
dependabot[bot]
794a9b20d5
Bump @rollup/plugin-replace from 5.0.0 to 5.0.1 ( #37373 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 5.0.0 to 5.0.1.
- [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/url-v5.0.1/packages/replace )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
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-25 13:20:33 +03:00
dependabot[bot]
c8174a4566
Bump @rollup/plugin-babel from 6.0.0 to 6.0.2 ( #37371 )
...
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel ) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/packages/babel )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
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-25 13:18:32 +03:00
dependabot[bot]
700674b6e7
Bump @rollup/plugin-node-resolve from 15.0.0 to 15.0.1 ( #37370 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.0.0 to 15.0.1.
- [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-v15.0.1/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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 13:15:50 +03:00
jonnysp
db60ae0625
fix
2022-10-23 12:51:51 -04:00
jonnysp
7cb376a8fd
Use --bs-border-width for some components ( #37344 )
...
* Update _variables.scss
adds variable border-width to some components.
to combine utility borders (border-1, boder-2, ...) on these.
like "card border-2", "alert border-4" , ...
* add more border-width
* fix lint & bundlewatch
2022-10-23 00:13:13 -04:00
Mark Otto
0968db8099
Add z-index utilities, .z-* ( #37317 )
...
* Add z-index utilities, .z-*
* Fix missing comma in _utilities.scss
* Fix bundlewatch
* Fix lint
* Update site/content/docs/5.2/utilities/z-index.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
* custom appearance
* linter
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
2022-10-22 17:13:39 -04:00
Mark Otto
bbe1ffdb68
Update navbars example to include a centered nav with utilities ( #36523 )
...
* Update navbars example to include a centered nav with utilities
* Update site/content/docs/5.2/examples/navbars/index.html
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
Co-authored-by: Julien Déramond <julien.deramond@orange.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-10-22 17:03:29 -04:00
Mark Otto
538f50be5a
Home imports ( #37318 )
...
* Update docs homepage to use separate partials for each section
Also modifies the homepage code snippets under getting started to remove the code comments, making copy-pasting easier.
* Update some copy and examples
* newlines
* type button
* more code review, bring back interactive components
* fix hover
2022-10-22 16:51:44 -04:00
XhmikosR
39bbca5ddd
Regenerate package-lock.json
2022-10-18 16:51:07 +03:00
dependabot[bot]
3f46ea772d
Bump @babel/preset-env from 7.19.3 to 7.19.4 ( #37289 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.3 to 7.19.4.
- [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.19.4/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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 16:45:22 +03:00
dependabot[bot]
49bdbd46a0
Bump eslint-plugin-unicorn from 44.0.0 to 44.0.2 ( #37286 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 44.0.0 to 44.0.2.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.0...v44.0.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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:42:36 +03:00
dependabot[bot]
efc3ff6c87
Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.0 ( #37294 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 22.0.2 to 23.0.0.
- [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-v23.0.0/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-major
...
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:40:17 +03:00
dependabot[bot]
84ab5f77c3
Bump stylelint from 14.13.0 to 14.14.0 ( #37337 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.13.0 to 14.14.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.13.0...14.14.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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:37:48 +03:00
dependabot[bot]
15d8e6e1c7
Bump @rollup/plugin-babel from 5.3.1 to 6.0.0 ( #37292 )
...
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel ) from 5.3.1 to 6.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/url-v6.0.0/packages/babel )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
dependency-type: direct:development
update-type: version-update:semver-major
...
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:37:18 +03:00
dependabot[bot]
dca76c6a5d
Bump eslint from 8.24.0 to 8.25.0 ( #37288 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.24.0...v8.25.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-10-18 16:34:57 +03:00
dependabot[bot]
b46c0989cd
Bump hugo-bin from 0.92.2 to 0.92.3 ( #37285 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.92.2 to 0.92.3.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.92.2...v0.92.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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 16:33:02 +03:00
dependabot[bot]
660db1ebe3
Bump @rollup/plugin-replace from 4.0.0 to 5.0.0 ( #37293 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 4.0.0 to 5.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/url-v5.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 >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 16:32:17 +03:00
dependabot[bot]
35ced6d2aa
Bump postcss from 8.4.17 to 8.4.18 ( #37336 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.17 to 8.4.18.
- [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.17...8.4.18 )
---
updated-dependencies:
- dependency-name: postcss
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:30:13 +03:00
dependabot[bot]
aa8ffcb364
Bump @rollup/plugin-node-resolve from 14.1.0 to 15.0.0 ( #37287 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 14.1.0 to 15.0.0.
- [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/commonjs-v15.0.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-major
...
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-10-18 16:29:17 +03:00
dependabot[bot]
be8b31e341
Bump lockfile-lint from 4.9.5 to 4.9.6 ( #37291 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.9.5 to 4.9.6.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.9.6/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
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:43 +03:00
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
Jérémie Broutier
6f65df4fae
Fix modal event listeners ( #37128 )
...
* Fix modal event listeners (#37126 )
Co-authored-by: GeoSot <geo.sotis@gmail.com >
2022-09-15 13:30:51 +03:00
GeoSot
aedd7fb9de
Docs: Add informative note for Tooltip/Popover selector option ( #37142 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2022-09-14 22:03:39 +02:00
Gabriel R. Barbosa
9af1232c65
Docs: Fix typo Getting Started > Vite and Webpack guides ( #37153 )
...
* 'were to look' → 'where to look'
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2022-09-14 21:28:10 +02:00
GeoSot
3bd5756414
fix: add trick to support tooltip selector usage on dynamic created tooltips that utilize title attribute ( #36914 )
2022-09-14 16:24:37 +03:00
Julien Déramond
4600a25404
Docs: minor fix for Navbar > Offcanvas examples ( #37145 )
2022-09-14 16:11:14 +03:00
dependabot[bot]
a1b1e43ddc
Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 ( #37135 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 13.3.0 to 14.1.0.
- [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-v14.1.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:development
update-type: version-update:semver-major
...
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-13 19:38:31 +03:00
dependabot[bot]
b5ee6694c1
Bump eslint from 8.23.0 to 8.23.1 ( #37134 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1 )
---
updated-dependencies:
- dependency-name: eslint
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-09-13 19:37:36 +03:00
dependabot[bot]
d6a38b347f
Bump autoprefixer from 10.4.8 to 10.4.10 ( #37140 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.8 to 10.4.10.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.10 )
---
updated-dependencies:
- dependency-name: autoprefixer
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-13 19:34:32 +03:00
dependabot[bot]
9cee77919d
Bump sass from 1.54.8 to 1.54.9 ( #37133 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.8 to 1.54.9.
- [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.54.8...1.54.9 )
---
updated-dependencies:
- dependency-name: sass
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-13 19:32:12 +03:00
dependabot[bot]
6e55fa9297
Bump @babel/core from 7.18.13 to 7.19.0 ( #37090 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.13 to 7.19.0.
- [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.19.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-09 18:26:35 +03:00
dependabot[bot]
74184f8c61
Bump @babel/preset-env from 7.18.10 to 7.19.0 ( #37088 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.10 to 7.19.0.
- [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.19.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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-09 18:22:57 +03:00
dependabot[bot]
bcfc8d0d63
Bump stylelint-config-twbs-bootstrap from 5.0.0 to 6.0.0 ( #37087 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v5.0.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-major
...
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2022-09-09 18:17:11 +03:00