index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
tests
/
unit
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-18
Selector Engine: fix multiple IDs (#39201)
GeoSot
2
-0
/
+41
2024-02-06
Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 (#39651)
dependabot[bot]
8
-8
/
+24
2023-09-13
Fix collapse multiple ids target (#38989)
Louis-Maxime Piton
1
-0
/
+12
2023-07-23
Support `Home` and `End` keys in tabs (#38498)
Kyle Tsang
1
-0
/
+112
2023-05-01
Update URL sanitizer to allow more protocols (#38531)
Kyle Tsang
1
-10
/
+68
2023-05-01
Fix scrollspy and accented anchor links (#38502)
Alejandro Mendoza
1
-0
/
+34
2023-04-11
dropdown.spec.js: expect nothing in constructor (#38442)
XhmikosR
1
-0
/
+1
2023-03-29
Tweak and re-organize ESLint config (#38369)
XhmikosR
28
-110
/
+91
2023-03-14
Fix wrong generation of `aria-labelledby` in tab navigation (#38223)
Jan Bensch
1
-1
/
+1
2023-02-21
Tests: remove unnecessary `id`/`aria-labelledby` from collapse unit tests (#3...
Julien Déramond
1
-15
/
+15
2023-02-11
Minor fix to avoid creating void elements in tooltip test file (#38034)
Julien Déramond
1
-51
/
+51
2022-11-12
Docs: use `<button>` for dropdown/popover examples, explain preference over `...
Patrick H. Lauke
1
-3
/
+3
2022-11-12
ESLint: enable prefer-template rule (#37484)
XhmikosR
3
-3
/
+3
2022-11-07
Properly escape IDs in getSelector() to handle weird IDs (#35565) (#35566)
Pierre Souchay
2
-3
/
+40
2022-11-06
Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...
GeoSot
2
-115
/
+156
2022-10-07
Boost `execute` function, being able to handle arguments (#36652)
GeoSot
1
-0
/
+19
2022-10-03
Rename some vars in tab unit tests for consistency (#37248)
Julien Déramond
1
-9
/
+9
2022-10-02
Ensure Tab keyboard functionality after #37146 (#37200)
GeoSot
1
-4
/
+30
2022-09-27
Dropdown: fix case with invalid markup (#37190)
GeoSot
1
-0
/
+22
2022-09-23
Tests: add testcase to Tabs, keyboard handler (#37189)
GeoSot
1
-6
/
+13
2022-09-22
Fix active class toggling of tabs within dropdown (#37151)
Carson Sievert
1
-3
/
+4
2022-09-20
Drop tabs auto-focus (#37146)
GeoSot
1
-2
/
+29
2022-09-15
Fix modal event listeners (#37128)
Jérémie Broutier
1
-0
/
+30
2022-09-07
Fix modal event-listeners during dismiss click (#36863)
GeoSot
1
-0
/
+4
2022-09-02
fix(dropdowns): Fix multiple dropdowns when they are inside the same tag (#37...
Louis-Maxime Piton
1
-0
/
+61
2022-07-28
ScrollSpy: make the threshold option configurable (#36750)
GeoSot
1
-0
/
+44
2022-07-27
Re-set tooltip title, on disposal (#36751)
GeoSot
1
-0
/
+19
2022-07-19
Fix failing test on EventHandler (#36772)
GeoSot
1
-4
/
+3
2022-07-18
Fix typos in code (#36763)
Marc Wrobel
1
-1
/
+1
2022-07-15
Standardization of `spyOn` usage (#36742)
Julien Déramond
1
-3
/
+3
2022-07-14
Offcanvas: activate focustrap when backdrop is enabled (#36717)
GeoSot
1
-1
/
+23
2022-07-06
Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)
Nathan Walters
1
-0
/
+19
2022-07-04
ref(tests): Minor fix to use self-closing input HTML tag (#36667)
Julien Déramond
3
-5
/
+5
2022-06-30
Fix interoperability issue regarding Event properties (#36386)
Aleksander Machniak
1
-0
/
+37
2022-06-27
Force tooltip and popover to recreate content every time it opens (#35679)
GeoSot
1
-2
/
+4
2022-06-27
ref(tab): remove show from panels dependent-less they have `.fade` class or n...
GeoSot
1
-2
/
+2
2022-06-21
fix: change dismiss handler, listening to key down, instead of click (#36401)
GeoSot
1
-6
/
+13
2022-06-14
Carousel: Remove redundant reference to `interval=false` from docs (#36545)
GeoSot
1
-7
/
+7
2022-06-08
Fix typo in dropdown unit test
Julien Déramond
1
-1
/
+1
2022-06-08
Scrollspy: enable smooth-scroll behavior (#36528)
GeoSot
1
-1
/
+1
2022-05-31
JS: tests fixes & standardization of spies usage (#36398)
Louis-Maxime Piton
18
-342
/
+338
2022-05-12
Revert backdrop utilization, handling clicks over modal (#36324)
GeoSot
1
-7
/
+3
2022-05-05
Handle disabled focused tabs with tab JavaScript plugin (#36169)
Julien Déramond
1
-0
/
+66
2022-04-21
Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983)
GeoSot
1
-105
/
+104
2022-04-21
Manipulator: Add JSON parse support (#35077)
GeoSot
3
-7
/
+119
2022-04-17
v5.2.0 design refresh, plus responsive offcanvas classes (#35736)
Mark Otto
1
-0
/
+22
2022-04-13
Revamp Scrollspy using Intersection observer (#33421)
GeoSot
2
-316
/
+383
2022-04-06
Revamp tabs & follow ARIA 1.1 practices (#33079)
GeoSot
1
-29
/
+197
2022-03-19
No propagating escape event in an open dropdown.
louismaxime.piton
1
-0
/
+35
2022-03-10
Carousel: change class check as it can only exist if carousel is sliding
GeoSot
1
-1
/
+2
[next]