aboutsummaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2020-05-06Wording fixesMark Otto1-2/+2
2020-05-06Update browser-bugs.mdXhmikosR1-0/+7
Add a danger callout that the page is outdated
2020-05-06Fix typo (#30745)Quy1-1/+1
Use possessive form of it
2020-05-02search.js: make the check for URL stricter (#30695)XhmikosR1-6/+6
2020-05-02Backport #30130XhmikosR1-0/+6
Add a script to zip the built examples
2020-04-30v4: Change input group validation examples (#30180)Shohei Yoshida1-57/+60
* Change input group examples * Update forms.md * Update site/docs/4.4/components/forms.md Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-30Fixes #30503 to replace renamed position utility (#30505)Mark Otto2-10/+1
2020-04-28Backport 9b97dc6XhmikosR1-21/+21
Tweak syntax highlighting colors to be WCAG2AA valid. Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-28v5: Improve the responsiveness of our Dashboard example (#30573)Mark Otto1-3/+3
Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand. Co-authored-by: XhmikosR <[email protected]>
2020-04-17Update jQuery to v3.5.0.XhmikosR1-2/+2
2020-04-13Update clipboard.js to v2.0.6XhmikosR1-3/+3
2020-04-13Update bs-custom-file-input.js to v1.3.4XhmikosR1-3/+3
2020-04-13Backport #30542XhmikosR1-1/+0
Remove redundant class and line height
2020-04-10 v4 tabs - accessibility issue when using ul/li semantic (#30381)Laussel Loïc1-20/+20
Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc
2020-03-31Backport #30041 and #30448XhmikosR7-18/+18
Switch links to the GitHub organization and fix redirected links
2020-03-31Update modal docs (#30325)Shohei Yoshida1-125/+31
2020-03-31Clarify card group behavior (#30416)XhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>