Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-04feat(RTL): implement RTLGaël Poupard
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-11-14Fix `.close` instances (#32152)XhmikosR
2020-11-14Add `bs` in data attributesRohit Sharma
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-05Remove the now unneeded polyfills.XhmikosR
2020-10-22Move `href` attribute first (#31835)XhmikosR
2019-07-29remove underscore for static methodsJohann-S
2019-07-24add polyfill.js in visual tests (#29116)Johann-S
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR
2019-03-18fix remove files in our visual testsJohann-S
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR
2019-02-26move util in a util folder with the sanitizerJohann-S
2019-02-20rewrite toast plugin without jqueryJohann-S
2019-02-20fix(visual-test): remove jquery in themJohann-S
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR
2018-12-21Prep for v4.2.0 releaseMark Otto
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-11-20Remove holder.js.XhmikosR
2018-11-13Update toast documentation following pull #27155Laussel LOïc
Also remove close button everywhere just let it when autohide is set to false
2018-11-13Remove the show delay for our toast pluginJohann-S
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the ↵Laussel Loïc
component (#27155)
2018-11-13Fix toast documentation page.Johann-S
2018-11-13Create toast JS plugin, add unit tests.Johann-S