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
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-11Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-04docs(examples): new cheatsheet and RTL examplesGaƫl Poupard
2020-11-18correct "breakpoint" typo (#32191)Matt Shaw
breakpoing --> breakpoint
2020-11-14Add `bs` in data attributesRohit Sharma
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke
* Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-10-02Explain the "dispose" method appropriately (#30838)Rohit Sharma
2020-07-03Docs: improve/expand button documentation (#31093)Patrick H. Lauke
* Docs: improve/expand button documentation - since we're not doing the disabled cursor thing anymore anyway, remove confusing/unnecessary mention for link-based disabled buttons - make the disabled toggle example using a link actually follow the preceding advice of also having `tabindex="-1"` and `aria-disabled="true"` - tweak the link functionality callout to also still mention `aria-disabled` to reinforce the idea - tweak toggle state description (not just `<button>`s, but also links etc...so just remove mention of `<button>` there; also reinforce accessibility aspect once more) - add a new callout that cross-references checkbox-based toggles, and what the similarity/difference between them is - add a matching cross-reference callout to the checkbox-based toggle buttons page * Update link to now renamed checks-radios.md
2020-06-16Switch to btn-checkMartijn Cuppens
2020-06-16Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.