aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Use `aria-current` where appropriate (#30079)Gaël Poupard15-56/+61
2020-02-04Update migration guide for removal of .form-text (#30134)Mark Otto1-0/+1
Closes #29630
2020-02-03Added extra information about flex-alignment on vertical-alignment (#30047)eliasswns1-0/+2
* change sentence * Update vertical-align.md Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-02-03Split grid & containers (#29146)Martijn Cuppens2-1/+2
2020-01-25Fix file input (#30086)Martijn Cuppens1-1/+4
2020-01-25docs(licence): fix headings hierarchy (#30080)Gaël Poupard1-4/+4
2020-01-16Remove unnecessary comma in 'All colors' (#30010)Ty Mick1-1/+1
* Remove unnecessary comma in 'All colors' (Using a comma between a subject and predicate)[https://en.wikipedia.org/wiki/Comma#Between_the_subject_and_predicate] is nonstandard. * Update theming.md Co-authored-by: XhmikosR <[email protected]>
2020-01-13Blog example: add `display=swap` for the Google Font (#30013)XhmikosR1-1/+1
2020-01-13Dashboard example: update Chart.js to v2.9.3. (#30014)XhmikosR1-2/+2
2020-01-13javascript.md: Add `srcset` in sanitizer docs (#30007)XhmikosR1-1/+1
2020-01-10Close modal with keyboard=true & backdrop=static (#29986)Giovanni Mendoza1-4/+4
* Close modal with keyboard=true & backdrop=static
2020-01-06Delete icons.md (#29939)XhmikosR1-21/+0
This is unused
2020-01-04Remove redundant `overflow-wrap` propertyMartijn Cuppens1-1/+1
While `overflow-wrap` is the more recommanded option, `word-wrap` alone has a wider support.
2020-01-04Use word-wrap in .text-break for IE and Edge compatibility.Florian Lacreuse1-1/+1
2020-01-02reboot.md: Fix rendering for the recent Hugo versions (#29938)XhmikosR1-22/+0
2020-01-02reboot.md: Add missing Noto Sans font (#29937)XhmikosR1-3/+7
* reboot.md: Add missing Noto Sans font * Sans serif order fix Co-authored-by: Martijn Cuppens <[email protected]>
2019-12-30Drop `.text-justify` class (#29793)Martijn Cuppens2-7/+6
Co-authored-by: XhmikosR <[email protected]>
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens3-2/+10
* Simplify disabled styles * Mention pointer-events usage
2019-12-25Remove redundant classesMartijn Cuppens1-1/+1
2019-12-25Update index.htmlXhmikosR1-1/+1
2019-12-25Examples: adapt after the container requirement.XhmikosR6-132/+144
2019-12-25Fix offcanvas example. (#29909)XhmikosR1-53/+55
2019-12-25Documentation fix: move width after `make-container()` mixin (#29820)Martijn Cuppens1-1/+3
Co-authored-by: XhmikosR <[email protected]>
2019-12-20examples: Fix checkout page (#29886)Martijn Cuppens1-17/+17
2019-12-18Fix broken team link on icons page (#29871)Christian Oliff1-1/+1
Change: https://github.com/twbs/members to: https://github.com/orgs/twbs/people
2019-12-16Work around invalid generated HTMLXhmikosR3-10/+4
2019-12-14Add `form-control-focus()` deprecation to migration guideMartijn Cuppens1-0/+1
2019-12-11Typo fix (#29832)Martijn Cuppens1-1/+1
2019-12-08Update states (#29792)Martijn Cuppens1-1/+1
2019-12-06Add font style normal (#29744)Matthieu Vignolle1-0/+1
2019-12-01Improve wrapping and hit area of accordion example titles (#29782)Shohei Yoshida1-3/+3
2019-11-28docs: `$enable-rfs` is true by default (#29766)cccabinet1-1/+1
2019-11-27Change deprecated html tags to text decoration classes (#29604)Matthieu Vignolle2-5/+19
2019-11-26justify-content:between ⇒ justify-content:space-between (#29734)cccabinet1-1/+1
2019-11-25Some minor text tweaksMark Otto1-2/+4
2019-11-25Link to versioned docsMartijn Cuppens2-4/+4
2019-11-25Copywriting editsMark Otto2-7/+5
2019-11-25Enable RFS for font resizingMartijn Cuppens4-6/+90
- Enable RFS - Add documentation - Disable doc font size overrides
2019-11-24Set vertical-align on .form-check-input (#29521)Jonathan Hefner1-10/+10
This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`.
2019-11-07dashboard/index.html: update feather-icons to v4.24.1 (#29651)XhmikosR1-2/+2
2019-11-01Update modal.md (#29621)XhmikosR1-1/+1
Fix typo
2019-10-31Doc tweaks.Mark Otto1-2/+2
2019-10-31Add add and subtract functionysds1-0/+38
2019-10-27v5: Simplify navbars by requiring containers (#29339)Mark Otto3-494/+568
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
2019-10-25Added animation when modal backdrop is static (#29516)Higor Araújo dos Anjos1-1/+64
2019-10-25Add configurable button text wrapping (#29554)Martijn Cuppens1-0/+4
2019-10-21Rename close icon to close button (#29387)Shohei Yoshida2-5/+5
2019-10-21Get rid of unneeded `div`s. (#29563)XhmikosR2-87/+29
Use our example shortcode's `class` parameter instead.
2019-10-18v5: Icons docs cleanup (#29450)Mark Otto2-9/+14
* Remove mention of icons from migration since they're not part of the core project * Cleanup icons page to mention Bootstrap Icons
2019-10-18v5: Update colors to add shades and tints (#29348)Mark Otto1-5/+19
* Add variables for shades and tints of each major color * getting-started/theming.md: use a `range`.