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
path: root/site/docs
AgeCommit message (Collapse)Author
2019-03-13Switch to Hugo.XhmikosR
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-12Remove redundant placeholders in forms docs (#28406)Jim Jiang
* Change state field to select * Include "Choose..." placeholder for select * Change validated select to .custom-select
2019-03-11add docs about how to use the esm versionJohann-S
2019-03-11Comply to the new rules.XhmikosR
2019-03-04Hyphenate server-side (#28401)Jonathan
2019-03-01Dist (#28392)XhmikosR
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR
2019-02-27Use .text-danger for IE not supported cell. (#28371)Bardi Harborow
2019-02-27add an explicit aria-label on link with svg on sample pages (#28360)Laussel Loïc
2019-02-26move util in a util folder with the sanitizerJohann-S
2019-02-24Remove DOMContentLoaded. (#28337)XhmikosR
There's no reason for us to wait here.
2019-02-20forms.md: remove jQuery from snippet.XhmikosR
2019-02-20download.md: reword import bootstrap section.Johann-S
2019-02-20Remove `focusable="false"` from SVGs.XhmikosR
2019-02-20Remove Internet Explorer leftovers.XhmikosR
2019-02-20Remove jQuery from docs/repo.XhmikosR
Some of the snippets need to be updated later.
2019-02-20Add information about IE 11 compatibility.Johann-S
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz
2019-02-20Convert offcanvas.js to vanilla JS.XhmikosR
2019-02-20Fix anchors wrapper.XhmikosR
2019-02-20use Util.makeArray in our docsJohann-S
2019-02-20v4 without jquery: updated button, carousel, collapse docs (#27173)aTable
2019-02-20Refactor util plugin and some testsJohann-S
2019-02-20update alert documentation without jquery (#27062)Johann-S
2019-02-20fix(docs): remove jQuery from our docsJohann-S
2019-02-19Replace uglify-js with terser. (#27813)XhmikosR
2019-02-19add tabindex="-1" and aria-disabled="true" on disabled links (#28305)Laussel Loïc
2019-02-19Remove `--save` option from `npm i` as it isn't required anymore (#28302)Steve Moser
As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
2019-02-19Remove incorrect aria-haspopup from dropdown toggles (#28299)Patrick H. Lauke
`aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S
2019-02-12Update font size (#28232)Martijn Cuppens
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-11docs snippets: a few more minor tweaks (#28225)XhmikosR
* Remove extra comma. * Use curly braces in snippet.
2019-02-11toasts.md: Remove useless `div`s.XhmikosR
Instead pass the class to the example include.
2019-02-11Remove stray parameter from capture.XhmikosR
2019-02-11Cosmetic changes in snippets.XhmikosR
2019-02-10docs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220)XhmikosR
Similar to #28153
2019-02-10migration.md: use https. (#28221)XhmikosR
2019-02-09Prevent text selection in placeholder images (#28218)Martijn Cuppens
2019-02-08Use the `site.repo` variable.XhmikosR
2019-02-08Offcanvas example: transition the transform (#28203)XhmikosR
This is more efficient than transitioning the `left` property.
2019-02-08Fix scrollable modal snippetShohei Yoshida
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-02-07Deprecate `invisible()` mixin (#28066)Martijn Cuppens
2019-02-07Optimize and normalize SVGs. (#28200)XhmikosR
Mostly be consistent with the attributes' order and improve compression when possible.
2019-02-07Make ToC's entries' color darker.XhmikosR
The previous was too light.
2019-02-07Remove unused selector.XhmikosR
2019-02-07approach.md: Remove stray comma.XhmikosR
2019-02-07Rename `Screenreaders` to "Screen readers".XhmikosR
No redirect is added because the next version will be a minor version bump.