aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.5
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR117-19328/+0
* Bump version to v4.6.0. * Dist
2021-01-19Backport #32037 (#32833)XhmikosR1-0/+45
* Backport #32037 Add `.navbar-nav-scroll` for vertical scrolling of navbar content * drop the css var for a Sass css Co-authored-by: Mark Otto <[email protected]>
2021-01-19Backport #32759 (#32832)Mark Otto1-0/+14
Mention CSP and embedded SVGs in v4 docs
2021-01-18Backport #32760 (#32827)XhmikosR1-0/+44
Add a live toast example to the docs
2021-01-17Docs: Sass implementation and rounding precision (#32791)voltaek3-4/+12
* Backport of changes to v5 docs that updated and clarified information about the Sass compiler used and the minimum rounding precision we recommend with it. Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-01-15Document some basic code conventions for us (#32778)Mark Otto1-0/+8
Co-authored-by: XhmikosR <[email protected]>
2021-01-15Backport #32795 (#32809)Mark Otto3-3/+29
* Clarify Sass import and customize docs for how to modify variable defaults * Add an npm starter project callout to a few pages
2021-01-14Remove role="button" from CTA links in carousel example (#32789)Patrick H. Lauke1-6/+6
They're links, acting as links. Just because they're styled as buttons visually (as is often the case for "Call to action" (CTA) links) doesn't mean they need/get `role="button"`
2021-01-13Mention stretched-link constraints with table elements (#32761)Mark Otto1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-01-08Backport #32632XhmikosR1-1/+1
Docs: Tweak the wording for collapse to indicate button is preferred/more semantic
2021-01-08Backport #32685XhmikosR1-1/+1
Clarify the `$enable-shadows` option in our docs
2021-01-08Remove incorrect mention of dropdowns for dynamic tab behavior (#32634)Patrick H. Lauke1-1/+1
While technically it still works, we're already saying authors shouldn't do it later on, and we removed any examples of this. This was a straggler. Co-authored-by: XhmikosR <[email protected]>
2021-01-08Tooltips: add missing space (#32529)XhmikosR1-1/+1
2021-01-08Backport #32489XhmikosR1-22/+2
Fix popover docs example
2021-01-08Remove duplicated 'follow Bootstrap on Twitter' link in Community section ↵Christian Oliff1-1/+0
(#32399) Co-authored-by: XhmikosR <[email protected]>
2021-01-05v4: Add an actual `data-touch="false"` example in the carousel docs (#32639)Patrick H. Lauke1-5/+33
* v4: Add an actual `data-touch="false"` example in the carousel docs Backport of https://github.com/twbs/bootstrap/pull/32638 * Remove data-ride from example carousel * Correct attribute table explanation and remove slide class from example i believe the correct option is `slide` here, not `ride`. the `if "carousel"` bit was rather unclear/confusing * Edits... sorry, trying to make sense of our quirky carousel stuff, it seems some illogical things have been there ever since * Add data-interval to suppress autoplay * Tweak carousel options formatting * Update site/content/docs/4.5/components/carousel.md Co-authored-by: Mark Otto <[email protected]> * Tweak language mostly based on @mdo's suggestion, but also adds the word "attribute" after `data-ride` for better flow/legibility Co-authored-by: Mark Otto <[email protected]>
2020-12-15v4 backport: Replace Lorem Ipsum placeholder text with more representative ↵Patrick H. Lauke19-335/+296
(or at least english language) text (#32462) Backport and expansion (for v4) of #32246 and #32479
2020-12-15Add mention of the bs-custom-file-input plugin needed for the custom file ↵Patrick H. Lauke1-0/+4
input (#32457)
2020-12-10Add hex values to colors (#32411)Mark Otto1-3/+12
2020-12-08Remove useless `.text-left` in Layout / Overview (#32363)Gaël Poupard1-1/+1
2020-11-24Fix typos (#32247)Rohit Sharma2-2/+2
2020-11-24introduction: split comments (#32223)XhmikosR1-1/+2
2020-11-24Manually backport #32226XhmikosR4-15/+15
docs: use `event` instead of `e`
2020-11-24Backport #32224XhmikosR5-28/+28
Be consistent with Popper's name.
2020-11-24Backport #32189XhmikosR1-1/+1
docs(dropdowns): clarify where is `.show` applied
2020-11-20tooltip/popover: add a `customClass` option (#31834)James Remeika2-0/+18
Co-authored-by: XhmikosR <[email protected]>
2020-11-20docs: update selector CodePen example (#32202)XhmikosR2-2/+2
Moving it to the CodePen org so that we can all edit it.
2020-11-19Backport #32158 (#32203)XhmikosR1-2/+2
Switch to jsDelivr for the remaining docs assets Also, update feather icons and chart.js
2020-11-19Use the example shortcode in more placesXhmikosR4-176/+62
Now, it's safe to do use it since it covers more cases
2020-11-19Fix syntax highlighting languageXhmikosR2-2/+2
2020-11-19Switch to HugoXhmikosR117-0/+19297
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.