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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-30
add input event to handler
gs-forms
GeoSot
1
-0
/
+1
2021-08-30
Make a form validation handler | handle form messages
GeoSot
6
-0
/
+504
2021-08-30
Add GitHub SHA in BrowserStack build ID. (#34077)
XhmikosR
1
-1
/
+1
2021-08-30
Move a few ESLint rules where they are needed.
XhmikosR
1
-0
/
+5
2021-08-30
Update eslint-plugin-unicorn to v35.0.0
XhmikosR
1
-1
/
+0
2021-08-30
Collapse on toggle, should not hide descendant tabpanels (#34835)
GeoSot
2
-1
/
+51
2021-08-23
visual tests: minor fixes (#34802)
XhmikosR
4
-7
/
+5
2021-08-20
alert.js: Add missing newline (#34785)
Sébastien ALFAIATE
1
-0
/
+1
2021-08-10
Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34...
GeoSot
2
-0
/
+30
2021-08-10
carousel: move common checks to a function (#34621)
XhmikosR
1
-2
/
+7
2021-08-04
Prepare v5.1.0. (#34674)
v5.1.0
XhmikosR
59
-561
/
+1008
2021-08-03
Regression on tooltip template creation process. (#34628)
GeoSot
4
-11
/
+39
2021-07-30
tooltip: move repeated strings to constants (#34619)
XhmikosR
1
-2
/
+5
2021-07-30
Enable a few eslint-config-xo rules (#34620)
XhmikosR
12
-25
/
+25
2021-07-29
transfer `interface` inside `jQueryInterface`
GeoSot
1
-18
/
+14
2021-07-29
simplify initialization on `data-toggle` click
GeoSot
1
-6
/
+1
2021-07-29
keep parent only as element
GeoSot
2
-19
/
+15
2021-07-29
remove duplicated `Selector.find`
GeoSot
1
-4
/
+1
2021-07-29
Simplify check for children
GeoSot
1
-8
/
+2
2021-07-29
initialize variable properly
GeoSot
1
-16
/
+10
2021-07-29
Refactor internal function to use it in more cases.
GeoSot
1
-25
/
+13
2021-07-29
Add a helper function to check for showing
GeoSot
1
-12
/
+12
2021-07-29
Remove redundant check on `data-toggle` click.
GeoSot
1
-12
/
+2
2021-07-29
streamline `_getConfig` & interface
GeoSot
1
-11
/
+4
2021-07-28
Use a streamlined way to trigger component dismiss (#34170)
GeoSot
7
-50
/
+153
2021-07-28
Fix `Manipulator.offset()` (#33603)
alpadev
2
-2
/
+56
2021-07-27
Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...
Ryan Berliner
8
-68
/
+496
2021-07-22
Toasts: Change showing timings and classes to keep toast `display:none` by de...
GeoSot
1
-6
/
+7
2021-07-22
make `dataApiKeydownHandler` to handle specific instance, avoiding extra mani...
GeoSot
1
-5
/
+5
2021-07-22
extract createPopper method
GeoSot
1
-23
/
+27
2021-07-22
handle click event in one place, remove undocumented click listener on elemen...
GeoSot
2
-35
/
+3
2021-07-22
use classList `add` instead of `toggle` on show
GeoSot
1
-2
/
+2
2021-07-22
simplify toggle
GeoSot
1
-12
/
+1
2021-07-22
Merge `dropdownInterface` to `jQueryInterface`
GeoSot
1
-10
/
+8
2021-07-22
Add `isShown` method and reuse it
GeoSot
1
-6
/
+10
2021-07-22
Use on private method to set content & cleanup template
GeoSot
2
-29
/
+14
2021-07-22
popover: Move common code in tooltip's `getTipElement()`
GeoSot
2
-6
/
+4
2021-07-22
use one private method to resolve string or function
GeoSot
2
-14
/
+9
2021-07-22
Use `getOrCreateInstance` on `_initializeOnDelegatedTarget`
GeoSot
1
-9
/
+1
2021-07-22
`_getDelegateConfig()`: add a comment and remove an unneeded config check
GeoSot
1
-5
/
+6
2021-07-22
use a class private getter to decouple same methods usage
GeoSot
2
-15
/
+9
2021-07-21
Remove whitespace at beginning of util/index.js (#34545)
Ryan Berliner
1
-1
/
+0
2021-07-20
Fix `Util.reflow` function and add documentation (#34543)
GeoSot
2
-3
/
+15
2021-07-19
modal: change `data-dismiss` so that it can be outside of a modal using `bs-t...
GeoSot
2
-3
/
+36
2021-07-14
util.js: remove `Selector.findOne()` dependency (#34441)
GeoSot
1
-2
/
+1
2021-07-05
Add horizontal collapse support
Mark Otto
2
-2
/
+3
2021-06-29
Accept argument of different types in the `getInstance` method (#34333)
Jeremy Jackson
2
-1
/
+15
2021-06-28
Changes to Alert component to match the others (#33402)
GeoSot
2
-50
/
+40
2021-06-25
Variablize backdrop for modal and offcanvas
Mark Otto
3
-36
/
+55
2021-06-22
ScrollSpy: Make Proper use of the SelectorEngine
GeoSot
2
-36
/
+8
[next]