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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
ScrollBar.js. Minor refactoring and add test (#35492)
GeoSot
1
-13
/
+17
2021-12-07
Tooltip: remove title attribute before show & add tests (#35456)
GeoSot
1
-3
/
+11
2021-12-01
Tooltip/Popover: add underscore prefix to protected functions
GeoSot
2
-13
/
+13
2021-12-01
Tooltip: a simple code-block position change
GeoSot
1
-16
/
+16
2021-12-01
Tooltip: simplify popper check
GeoSot
1
-1
/
+1
2021-12-01
Tooltip: refactor `_hoverState` to Boolean to achieve better control
GeoSot
1
-15
/
+12
2021-12-01
Tooltip: merge timeout functionality
GeoSot
1
-16
/
+7
2021-12-01
Tooltip: Change `_enter` & `_leave` to work without arguments
GeoSot
1
-46
/
+40
2021-12-01
Tooltip: Remove redundant `config.delay` check
GeoSot
1
-2
/
+2
2021-12-01
Tooltip: Remove `Data.set` usage for dynamically created tip
GeoSot
1
-2
/
+0
2021-12-01
Tooltip: merge `isAnimated` checks
GeoSot
1
-5
/
+7
2021-12-01
Tooltip: refactor jQueryInterface
GeoSot
2
-10
/
+14
2021-12-01
Dropdown: clearMenus is always an event callback
GeoSot
1
-18
/
+16
2021-12-01
Dropdown: Clean more
GeoSot
1
-4
/
+3
2021-12-01
Dropdown: rename vars
GeoSot
1
-6
/
+8
2021-12-01
Dropdown: Remove redundant `Space` check
GeoSot
1
-14
/
+4
2021-12-01
Dropdown: Deduplicate complex check
GeoSot
1
-7
/
+14
2021-12-01
Dropdown: Remove redundant check since the `show` method already does it
GeoSot
1
-4
/
+1
2021-12-01
Dropdown: Change constant to the way we use it
GeoSot
1
-2
/
+2
2021-12-01
Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...
GeoSot
1
-14
/
+5
2021-12-01
Dropdown: Remove static method used once
GeoSot
1
-5
/
+1
2021-12-01
Fix popover arrow & tooltip template after the `setContent` addition (#35441)
GeoSot
1
-11
/
+17
2021-12-01
Tooltip: remove leftover method (#35440)
GeoSot
1
-12
/
+0
2021-11-25
Clean tooltip component unneeded functionality (#32692)
GeoSot
2
-61
/
+7
2021-11-25
tooltip.js: use array.includes instead of for iteration (#35127)
GeoSot
1
-7
/
+1
2021-11-25
Change adjustDialog's if conditions to improve readability
GeoSot
1
-4
/
+6
2021-11-25
Respect modal's initial overflowY
GeoSot
1
-7
/
+5
2021-11-25
Remove some uncovered code that seems to be unused
GeoSot
1
-19
/
+0
2021-11-25
Change check for dynamic modal
GeoSot
1
-2
/
+2
2021-11-25
Tweak methods
GeoSot
1
-8
/
+8
2021-11-25
Some refactoring on modal, to improve readability and generic functionality
GeoSot
1
-30
/
+30
2021-11-25
Add a template factory helper to handle all template cases (#34519)
GeoSot
3
-86
/
+214
2021-10-13
Change the way collapse handles its children on opening
GeoSot
1
-21
/
+9
2021-10-13
collapse: extract duplicate code to a function
GeoSot
1
-7
/
+10
2021-10-13
JS: minor refactoring (#35183)
XhmikosR
21
-377
/
+254
2021-10-12
Swipe: add test to ensure that it ignores `pinch` events (#35161)
GeoSot
1
-1
/
+1
2021-10-11
Extract Carousel's swipe functionality to a separate Class (#32999)
GeoSot
2
-71
/
+142
2021-10-10
tooltip.js: ignore a LGTM error (#35147)
XhmikosR
1
-1
/
+1
2021-10-09
Merge remote-tracking branch 'remotes/origin/v513'
XhmikosR
23
-24
/
+24
2021-10-09
Bump version to 5.1.3.
XhmikosR
23
-24
/
+24
2021-10-08
scrollspy.js: chain functions (#35139)
XhmikosR
1
-17
/
+18
2021-10-07
Sanitizer: fix logic and add a test. (#35133)
XhmikosR
1
-1
/
+1
2021-10-06
util/sanitizer.js: use `Array.every()` (#35120)
XhmikosR
1
-9
/
+2
2021-10-05
Enable `unicorn/numeric-separators-style` rule.
XhmikosR
1
-1
/
+1
2021-10-05
Fix a `unicorn/no-array-callback-reference` issue
XhmikosR
1
-1
/
+1
2021-10-05
Enable `unicorn/no-array-for-each` rule
XhmikosR
14
-86
/
+101
2021-10-05
Enable `unicorn/no-for-loop` rule
XhmikosR
5
-19
/
+15
2021-10-05
Enable `unicorn/prefer-prototype-methods` rule
XhmikosR
1
-1
/
+1
2021-10-05
Release v5.1.2 (#35114)
XhmikosR
23
-24
/
+24
2021-09-29
sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)
XhmikosR
1
-3
/
+3
[prev]
[next]