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-15querySelector will only select the first element. Adjust to QuerySelectorAllaphel
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-04-27docs: fix typo in list-group.md (#33756)Pierre Grimaud
2021-04-18Docs: Tried to fix the issue #33650 (#33664)ghost_32
Prefixed the `aria-controls` with `list-` to match with `tabpanel` ids in `Javascript behavior` example in `List Group Component`.
2021-03-11Change from element selector to the opt-in classMark Otto
2021-03-11Add ol.list-group with psuedo-element numbersMark Otto
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-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard
2020-11-21docs: use `event` instead of `e` (#32226)XhmikosR
It's better for clarity.
2020-11-14Add `bs` in data attributesRohit Sharma
- Add `bs` in data APIs everywhere - Update unit tests
2020-10-27list-group.md: fix snippet (#31981)XhmikosR
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-06-27Add code to method/property tables (#31130)Patrick H. Lauke
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
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.