2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Commit Graph

  • 8c380b2676 flush variant of accordion border radius (#36593) AmirHossein 2022-09-02 00:25:45 +04:30
  • 2793637837 Make docs clearer by dropping precompiled for compiled Mark Otto 2022-09-01 11:48:34 -07:00
  • 4f97d8fabd Document how to extract CSS, SVG for strict CSP (#36587) charlesroelli 2022-09-01 21:14:07 +02:00
  • b5f2d5a31e Replace wrong mobile OS Windows with iOS Philip Wedemann 2022-06-03 16:28:33 +02:00
  • d747558ea7 Merge branch 'main' into patrickhlauke-check-radio-buttons-focus-visible Patrick H. Lauke 2022-09-01 19:44:43 +01:00
  • 381ddb1b98 Bump eslint-config-xo from 0.41.0 to 0.42.0 dependabot/npm_and_yarn/eslint-config-xo-0.42.0 dependabot[bot] 2022-09-01 18:37:43 +00:00
  • 56854634c8 Re-add outline:0 which was lost when resolving last merge conflict Patrick H. Lauke 2022-09-01 19:37:13 +01:00
  • 77e17e3b8d Fix louismaximepiton 2022-08-29 14:11:13 +02:00
  • b14190b509 Fix bump popperjs from 2.11.5 to 2.11.6 Julien Déramond 2022-09-01 13:44:13 +02:00
  • 136ef18912 Merge branch 'main' into patrickhlauke-check-radio-buttons-focus-visible Patrick H. Lauke 2022-09-01 09:23:28 +01:00
  • 5cc297d176 regression: fully revert attribute title existence gs/fix-tooltip-selector GeoSot 2022-08-11 01:04:18 +03:00
  • a9d5fe2863 fix: add trick to cover tooltip selector usage GeoSot 2022-08-06 15:47:04 +03:00
  • 3ad8551f8b Fix accordion: use $accordion-color rather than computing it via color-contrast Giovanni Piller Cottrer 2022-08-17 09:57:24 +02:00
  • c2b4f59e0c docs: update v5 version docs version dropdown to include updated v5.2 dropdown (#37002) gh-pages Issayah 2022-08-31 22:38:27 -05:00
  • a12453a0ff Fix padding on starter template Mark Otto 2022-08-31 20:11:42 -07:00
  • db34907887 Update dependencies Mark Otto 2022-08-31 19:59:32 -07:00
  • cda901f244 v5/docs: reintroduce outline for docs code samples, buttons when :not(:focus-visible) (#36507) Patrick H. Lauke 2022-09-01 02:30:23 +01:00
  • d7109201e8 fix typo gs-fix-modal-scrollbar-click GeoSot 2022-08-06 12:16:34 +03:00
  • 7d2204819f tweak bundlewatch GeoSot 2022-07-30 02:57:14 +03:00
  • ac05081f9f fix(modal): fix modal event-listeners on dismiss click GeoSot 2022-07-30 02:41:43 +03:00
  • 87aaf94996 Add default select example in cheatsheet (#36877) Florian Lacreuse 2022-09-01 03:19:45 +02:00
  • 2f3aec819a Fix input group z-index focus + validation Florian Lacreuse 2022-08-31 16:17:58 +02:00
  • ebbed79df7 Fix for horizontal list-group item louismaximepiton 2022-08-24 10:27:36 +02:00
  • a138bc3fb9 More consistency for CSS/Sass vars doc for components with dark variants Julien Déramond 2022-08-26 15:27:23 +02:00
  • bc2ec7c758 bugfix undefined border color variable for btn Michael Geuchmann 2022-08-19 01:09:48 +02:00
  • 465cc2da4f Docs: improve cards image overlays markup Julien Déramond 2022-08-29 14:34:22 +02:00
  • a0238d126b Adding missing CSS variables for z-index louismaximepiton 2022-08-24 15:42:02 +02:00
  • 4cea8b1786 Add a comment for track the bug. louismaximepiton 2022-08-26 09:19:33 +02:00
  • 995df354f2 Set cursor to auto instead of pointer on .DocSearch-Container louismaximepiton 2022-08-25 14:38:04 +02:00
  • 15318674fb Change offcanvas to be more consistent with carousel and dropdown louismaximepiton 2022-08-30 17:20:59 +02:00
  • ee8fac53d0 feat: boost execute function, being able to use arguments gs/ref-execute GeoSot 2022-07-01 01:59:32 +03:00
  • 4f38b46339 refactor: Move getElementFromSelector & getSelectorFromElement gs/moving-selector-helpers GeoSot 2022-03-16 11:58:58 +02:00
  • 29332a954f Docs: Fix js options to what is really inside js (#37019) Louis-Maxime Piton 2022-08-31 15:50:54 +02:00
  • 134751481c Bump rtlcss from 3.5.0 to 4.0.0 dependabot/npm_and_yarn/rtlcss-4.0.0 dependabot[bot] 2022-08-30 09:01:14 +00:00
  • 5cff761c91 Remove Slack links from every version Mark Otto 2022-08-04 11:05:27 -07:00
  • af1bd974bb Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 (#36929) dependabot[bot] 2022-08-29 19:24:27 +03:00
  • c942ef17a5 Sort focus styling specifically for button checks/radios Patrick H. Lauke 2022-08-25 19:51:02 +01:00
  • 6ea6edd65a Reintroduce :active, but *not* for button checks/radios Patrick H. Lauke 2022-08-25 18:36:26 +01:00
  • a98f616a51 Don't apply :hover styles for .btn that follows a .btn-check Patrick H. Lauke 2022-08-25 13:59:55 +01:00
  • b654ef1789 Remove :active / .active styles Patrick H. Lauke 2022-08-25 13:08:36 +01:00
  • 1ad1002cb4 Replace :focus styles with :focus-visible Patrick H. Lauke 2022-08-25 13:07:05 +01:00
  • 962f3e9b52 revert click trigger v6/gs/use-floating-ui-in-place-of-popper GeoSot 2022-08-11 01:29:15 +03:00
  • 1039830b5b initial GeoSot 2022-07-04 14:17:59 +03:00
  • da497512f4 WIP: Update snippets to add copy and StackBlitz buttons refresh-snippets-examples Mark Otto 2022-08-10 22:42:39 +02:00
  • c3c6591166 Update an outdated name mentioned in a Sass comment Kitty Giraudel 2022-08-09 16:14:51 +02:00
  • 886f961c5d use es6 on visual tests gs/use-es6-on-visual-tests GeoSot 2022-08-06 16:16:30 +03:00
  • f1dd0b791a revert headers example gs/support-drop-down-in-navbar GeoSot 2022-03-14 01:04:24 +02:00
  • f7fd0deae1 add tests GeoSot 2022-03-14 00:55:18 +02:00
  • 187242150a fix tests & re-set position GeoSot 2022-03-03 00:55:27 +02:00
  • f61fab755f additional test case Mark Otto 2022-02-24 14:44:58 -08:00
  • 7b4d203be8 Dropdown: support dynamic popper on navbar GeoSot 2022-02-24 21:56:15 +02:00
  • a685b9648b Update devDependencies (#36900) XhmikosR 2022-08-04 09:48:23 +03:00
  • c5e70db473 Slightly improve image compression xhmikosr/img XhmikosR 2022-08-03 09:23:23 +03:00
  • aad77f32bd Bump rollup from 2.77.0 to 2.77.2 (#36886) dependabot[bot] 2022-08-04 08:29:27 +03:00
  • 9e57dfadac Added new example in examples/features page. (#36660) Vipin Mishra 2022-08-04 10:22:41 +05:30
  • e57a94cd66 Docs: add grid-row-columns variable Hadouin 2022-07-07 03:20:55 +02:00
  • 8730ef0f8e fix #36662 List-group-item margin-top is offset when importing sass in a nested class (#36663) Hadouin 2022-08-03 20:27:51 +02:00
  • 4018fac20e Expand popover custom container explanation Patrick H. Lauke 2022-07-31 00:39:36 +01:00
  • 6c221aa043 Fix louismaximepiton 2022-08-01 15:16:05 +02:00
  • 7432f2a922 Fix docs typo of .form-checkbox -> .form-check Matthew West 2022-07-31 18:00:21 -05:00
  • c22dd50e1b Fix floating labels louismaximepiton 2022-08-01 12:01:32 +02:00
  • a4f81c04b5 Bump autoprefixer from 10.4.7 to 10.4.8 (#36860) Julien Déramond 2022-07-31 08:41:12 +02:00
  • 88cd436db3 Add a note about progress bar change in migration guide patrickhlauke-issue36736 Patrick H. Lauke 2022-07-30 10:49:04 +01:00
  • 5bf0ba62af Merge branch 'main' into patrickhlauke-issue36736 Patrick H. Lauke 2022-07-30 10:31:40 +01:00
  • 85530309fa Define correctly $popover-header-color (#36849) Julien Déramond 2022-07-29 21:54:18 +02:00
  • 17aa6732ab Fix typos after #36762 (#36771) Julien Déramond 2022-07-29 21:49:01 +02:00
  • 9aca783eb7 Merge branch 'main' into patrickhlauke-issue36736 Patrick H. Lauke 2022-07-29 08:48:24 +01:00
  • db86607c08 ScrollSpy: make the threshold option configurable (#36750) GeoSot 2022-07-28 11:58:28 +03:00
  • 90c50ab198 Fixes #36770: Add navbar image alt text (#36850) Mark Otto 2022-07-27 22:51:08 -07:00
  • 3feaf6ca0b Move DocSearch out of offcanvas to always show it on mobile (#36824) Mark Otto 2022-07-27 13:30:42 -07:00
  • dfae892801 Re-set tooltip title, on disposal (#36751) GeoSot 2022-07-27 17:40:05 +03:00
  • bd40086c68 Ref: add explicit imports on our js source file gs/add-explicit-paths-to-js-files GeoSot 2022-07-27 14:24:06 +03:00
  • 44c9c8df8d Bump sass from 1.53.0 to 1.54.0 (#36845) dependabot[bot] 2022-07-27 09:09:12 +03:00
  • 02f1c628f1 Bump lockfile-lint from 4.7.6 to 4.7.7 (#36844) dependabot[bot] 2022-07-27 08:54:09 +03:00
  • 2e8b5fad7b Add all javascript in bundle gs/make-docs-js-build GeoSot 2022-07-27 01:25:09 +03:00
  • 501faa2c96 Simplify social images and add ability to set per-page images (#36804) Mark Otto 2022-07-26 09:25:47 -07:00
  • 00aa1a5c6e Remove Slack from site and repo docs (#36825) Mark Otto 2022-07-25 16:47:14 -06:00
  • a153f360ee Fix pagination page items border radius Julien Déramond 2022-07-24 11:33:40 +02:00
  • dc901d25fa Adding missing offcanvas added-in shortcode louismaximepiton 2022-07-25 16:51:27 +02:00
  • 01bf7a9b86 Adding missing borders added-in shortcode louismaximepiton 2022-07-25 16:51:12 +02:00
  • 14e705d9ae Docs: Redirect users to different templates of issues rather than an empty one (#36827) Julien Déramond 2022-07-25 19:19:11 +02:00
  • 99cd8ca8a0 Docs: use added-in shortcode in Offcanvas (#36836) Julien Déramond 2022-07-25 19:11:44 +02:00
  • e547c9c2e9 Docs: fix Markdown link in Tooltips (#36839) Christian Oliff 2022-07-26 02:07:42 +09:00
  • 4c4397a9f7 Merge branch 'main' into patrickhlauke-issue36736 Patrick H. Lauke 2022-07-25 17:26:01 +01:00
  • 7688c84b8a Correct heading levels in features example Patrick H. Lauke 2022-07-24 12:18:32 +01:00
  • 8dbd24699f Rework progress bar markup and styles Patrick H. Lauke 2022-07-24 14:23:38 +01:00
  • f9231d2611 add docs & some changes gs-forms GeoSot 2022-07-23 21:57:36 +03:00
  • 1c458bb15c Update documentation text Patrick H. Lauke 2022-07-04 01:39:14 +01:00
  • cfd217eb8c add "aria-describedby" attribute on "supported elements" section GeoSot 2022-06-11 13:29:40 +03:00
  • ede1ae8385 add "aria-describedby" attribute on server side succeed validation messages GeoSot 2022-06-11 13:17:57 +03:00
  • 9043fac2ba bump bundlewatch GeoSot 2022-05-11 02:46:31 +03:00
  • d18697cb5e Make a form validation handler | handle form messages GeoSot 2021-05-19 18:37:26 +03:00
  • b6d27899fc Rename scrollspy to toast in toast.md (#36819) campersau 2022-07-23 00:56:02 +02:00
  • d12bcf7bc0 Fix Algolia's DocSearch broken URL in README (#36812) Sadeed pv 2022-07-22 18:30:11 +04:00
  • 04b5d099b3 Remove unused parameter of bsBanner mixin (#36791) なつき 2022-07-22 01:35:38 -07:00
  • f67197c7ed fix mounts on ico gs/change-version-dir-on-docs GeoSot 2022-07-22 02:57:03 +03:00
  • b3797afa9c move docs-assets GeoSot 2022-07-21 18:29:57 +03:00
  • b035491b70 initial GeoSot 2022-07-13 12:35:28 +02:00
  • 5672349e4a Add v5.2.0 docs (#36769) XhmikosR 2022-07-19 18:48:29 +03:00
  • edf9c40956 Release v5.2.0 (#36768) v5.2.0 XhmikosR 2022-07-19 18:43:58 +03:00