aboutsummaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-10-13Prepare v4.5.3. (#31880)v4.5.3XhmikosR2-2/+2
2020-10-09Backport #31809 (#31851)Ankit Mishra1-0/+8
carousel: add missing `to` and `nextwhenvisible` description
2020-10-05Backport versions update from #31754 and reverse order of versions to match v5Mark Otto1-2/+3
2020-09-30Compress the new imagesXhmikosR2-0/+0
2020-09-30Add new Bootstrap Icons homepage imagesMark Otto2-0/+0
2020-09-30typography.md: update wording about RFS and Bootstrap version.XhmikosR1-1/+1
2020-09-28Backport #31300 (#31769)Mark Otto2-8/+28
* Manually backport JS bundle guidance Co-authored-by: XhmikosR <[email protected]>
2020-09-24add suggested fix for gpu accelerationJohann-S1-1/+7
2020-09-24Update popovers.mdXhmikosR1-1/+1
2020-09-24v4: Mention GPU acceleration fix in docs calloutMark Otto1-0/+7
Closes #22610
2020-09-21icons.md: add icofont like in v5XhmikosR1-0/+1
2020-09-21Backport #31689XhmikosR2-2/+2
docs: fix a few redirects * Fix GitHub's permanent redirects * Fix a11yproject redirects
2020-09-21Backport #31516XhmikosR1-0/+1
Add new icons set - CoreUI Icons
2020-09-21Backport 65d130fbd85abd8143c553e75e24bc5a11d36877XhmikosR1-1/+1
Mention the quotes requirement in the docs too
2020-09-19Docs: Add top/bottom margin to highlighted code samples (#31706)Patrick H. Lauke2-9/+9
Backport of #31036 to v4
2020-09-10Comply to the new rulesXhmikosR5-10/+16
2020-09-04docs(build tools): mention how to get the sources (#31589)Gaël Poupard1-2/+3
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR2-2/+2
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR2-2/+2
2020-08-04Backport #31339 (#31414)XhmikosR1-0/+17
* Backport #31339 Add view on GitHub links for easier content editing from the docs
2020-08-03Backport #31344XhmikosR1-0/+1
Add toasts to the components requiring JavaScript
2020-08-03docs(skippy): prevent skip links from overlapping headerGaël Poupard1-10/+13
2020-07-12Docs: forms accessibility cleanup (backport from v5) (#31234)Patrick H. Lauke2-13/+26
* Expand advice for anchor-based controls * Expand accessibility note in input group * Correct statement about validation, fix server example * Tweak label > accessible name Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-07-06Backport #31135XhmikosR1-9/+9
* Move color utility callouts to start of page Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes. * Change heading level otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
2020-06-24Floating labels improvements (#30966)Gaël Poupard1-8/+28
* docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS
2020-06-24Backport #31070XhmikosR1-1/+1
* Make example less broken-looking don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control
2020-06-24Fix typoXhmikosR1-1/+1
2020-06-24Stylelint: remove redundant inline suppressionsXhmikosR1-2/+0
2020-06-24Backport #30973XhmikosR2-20/+20
Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs. This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`). `.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also).
2020-06-13Floating labels examples in IE (#30965)Gaël Poupard2-12/+13
* docs(example): drop IE workaround since it works fine in IE * Serial comma Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-10docs(toasts): centered examples flexbugs #3 in IE11Gaël Poupard1-1/+1
2020-06-04Backport #30936XhmikosR1-18/+18
Add role="dialog" in modals via JavaScript
2020-06-04Backport #30932XhmikosR1-1/+1
Restore word-break: break-word on .text-break to fix text breaking on flex containers
2020-06-04Simplify list-group borders in cards (#30808)Mark Otto1-0/+14
2020-05-29docs(cards): fix card-img-bottom example (#30925)Gaël Poupard1-5/+23
2020-05-26docs(CDN): improve wording to match master and fix #30873 (#30896)Gaël Poupard1-1/+1
2020-05-14v4: Update docs callout for responsive SVG images (#30809)Mark Otto1-2/+2
Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout. Closes #25242. Co-authored-by: XhmikosR <[email protected]>
2020-05-14v4: Mention Bootstrap Icons in extend/icons.md (#30813)Mark Otto1-3/+17
- Closes #30796
2020-05-12Distv4.5.0XhmikosR3-14/+14
2020-05-12Bump version to 4.5.0.XhmikosR211-9/+9
2020-05-12Wording fixesMark Otto1-2/+2
2020-05-12Move the input groups validation workaround in docs.XhmikosR2-6/+72
2020-05-12Grammar fixesXhmikosR3-5/+5
2020-05-12Removed role="document" from the modal dialog (#30755)Rohit Sharma1-23/+23
2020-05-12Minor lint tweaks and rules cleanupXhmikosR2-2/+2
2020-05-11Add new interaction utilities and role attr to Reboot (#30562)Mark Otto2-0/+28
- Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select
2020-05-10Add `loading="lazy"` in imagesXhmikosR4-10/+10
Backport of #30199 after adapting it for v4-dev.
2020-05-10v4: Update homepage, examples, and general docs stylesMark Otto11-15/+67
- Refreshes the look and feel of the homepage with fresh colors, new content, and simplified styles. - Updates docs button styles - Replaces bytesize icons with Bootstrap icons - Adds themes callout to examples page
2020-05-07enforce element check on scrollspy targetJohann-S1-1/+1
2020-05-07Update jQuery to v3.5.1.XhmikosR1-2/+2