| Age | Commit message (Collapse) | Author | Files | Lines |
|
* update docs path from docs/4.0/ to docs/4.1/
* bump version to 4.1.0
* Update redirects to work for 4.1 docs move
* Update docs version switcher to include latest and link to 4.0 docs
* re-run dist
* Update package-lock.json
* Update docs-navbar.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins don't use it (#24573)
|
|
|
|
(#24513)
|
|
|
|
|
|
|
|
|
|
|
|
was disabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tooltip/Popover/Dropdown manually
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(with apologies, this slipped through due to build system problems on my
end)
|
|
Same hack as in https://github.com/twbs/bootstrap/pull/22426 (modulo the selector, which is wrong in that PR and will be updated in a separate PR) to get tooltips to work correctly on iOS. Dynamically adds/removes empty (`noop`) `touchstart` event handlers to all children of `<body>` in order to coax iOS into proper event delegation/bubbling
|
|
|
|
|
|
|
|
|
|
|
|
tracker1-patch-1
|
|
|
|
* Throw error when a plugin is in transition
* Add unit tests about plugins in transition
|
|
|