| Age | Commit message (Collapse) | Author | Files | Lines |
|
* Bump version to v4.6.0.
* Dist
|
|
* 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]>
|
|
Mention CSP and embedded SVGs in v4 docs
|
|
Add a live toast example to the docs
|
|
* 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]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* Clarify Sass import and customize docs for how to modify variable defaults
* Add an npm starter project callout to a few pages
|
|
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"`
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Docs: Tweak the wording for collapse to indicate button is preferred/more semantic
|
|
Clarify the `$enable-shadows` option in our docs
|
|
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]>
|
|
|
|
Fix popover docs example
|
|
(#32399)
Co-authored-by: XhmikosR <[email protected]>
|
|
* 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]>
|
|
(or at least english language) text (#32462)
Backport and expansion (for v4) of #32246 and #32479
|
|
input (#32457)
|
|
|
|
|
|
|
|
|
|
docs: use `event` instead of `e`
|
|
Be consistent with Popper's name.
|
|
docs(dropdowns): clarify where is `.show` applied
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Moving it to the CodePen org so that we can all edit it.
|
|
Switch to jsDelivr for the remaining docs assets
Also, update feather icons and chart.js
|
|
Now, it's safe to do use it since it covers more cases
|
|
|
|
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.
|