aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2020-06-27use only data target to query elements in our pluginfeat/data-targetJohann-S7-73/+74
2020-06-27Add code to method/property tables (#31130)Patrick H. Lauke10-139/+139
Co-authored-by: XhmikosR <[email protected]>
2020-06-25Remove backdrop-filter from docs subnavMark Otto1-2/+1
Fixes #31163.
2020-06-24Floating labels improvements (#30966)Gaël Poupard1-7/+13
* docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS
2020-06-21Docs: move color utility callouts to start of page (#31135)Patrick H. Lauke1-10/+10
* 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-20Correctly document how to add to Sass maps (#31107)Mark Otto1-2/+6
Fixes #31089. Co-authored-by: XhmikosR <[email protected]>
2020-06-19Updated the command to install using yarn (#31075)Mattonit1-1/+1
* updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR <[email protected]>
2020-06-19Fix links to gutters page (#31116)Quy1-2/+2
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke4-12/+14
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-19Docs: fix typo (#31106)Hiws1-1/+1
* Fixes a typo so it displays the correct px's. * Update gutters.md Co-authored-by: XhmikosR <[email protected]>
2020-06-18Fix typo (#31102)Nic Johnson1-1/+1
2020-06-18Add new toasts examples (#30572)Mark Otto1-0/+50
* Add two new toasts examples - Adds a new custom content example that removes the toast header and adds a custom close icon - Adds docs for how to create your own color schemes - Adds example of additional buttons * Update toasts examples - Remove span and place aria on SVG element - Add .border-0 to color scheme example for crisper edges * Update toasts.md Co-authored-by: XhmikosR <[email protected]>
2020-06-18Fix Stack Overflow tag (#31062)Christian Studer1-1/+1
2020-06-18Docs: add Gaël Poupard to the core team page (#31081)Patrick H. Lauke1-0/+3
Docs: add Gaël Poupard to the core team page
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+11
Co-authored-by: XhmikosR <[email protected]>
2020-06-17Add oxford commasMark Otto1-2/+2
2020-06-17Docs: tweak accessibility sectionPatrick H. Lauke1-5/+7
- point to WCAG 2.1 rather than 2.0 - soften/expand the language around color contrast, since the situation has definitely improved in v5 but we still can't guarantee all possible permutations of colors/opacities/etc - minor language/stylistic tweaks - add further resources
2020-06-17Typo fix : depedending ⮞ dependingBruno Baguette1-1/+1
2020-06-17Typo fix : individiual ⮞ individualBruno Baguette1-1/+1
2020-06-17Typo fix : ocassions ⮞ occasionsBruno Baguette1-1/+1
2020-06-17Several typo fixes (#31077)Bruno Baguette1-2/+2
* Typo fix : thesse ⮞ these * Several typo fixes verical ⮞ vertical availble ⮞ available thesse ⮞ these
2020-06-17Docs: clarify rationale for button group on links (#31071)Patrick H. Lauke1-2/+2
2020-06-17Docs: fix old/broken example capture and typo (#31070)Patrick H. Lauke1-5/+4
* Docs: fix old/broken example capture and typo * 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 Co-authored-by: XhmikosR <[email protected]>
2020-06-16Update v5 readmeMark Otto1-0/+0
- New logo - Add callout to v4-dev branch
2020-06-16Prepare docs for v5.getbootstrap.comXhmikosR4-6/+4
* use v5.getbootstrap.com as the site URL/CNAME * block robots from crawling * specify next npm tag
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-06-16v5: Add role=button cursor in Reboot (#31040)Mark Otto1-0/+9
* v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <[email protected]>
2020-06-16Fix typo (#31051)Quy1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-06-16Move homepage-hero.svg and improve compressionXhmikosR3-2/+2
2020-06-16Remove the unused bootstrap-stack.svgXhmikosR1-1/+0
2020-06-16Downsize SVG, add role=imgMark Otto2-2/+2
2020-06-16Center up the B in our logo a bit betterMark Otto2-2/+2
2020-06-16Update navbar logo and hero imageMark Otto4-5/+7
2020-06-16Update navbar and subnav to xxl containerMark Otto2-2/+2
2020-06-16Update v5 homepage to match v4.5's changesMark Otto19-96/+150
2020-06-16Fix social_image_path dimensionsXhmikosR1-2/+2
2020-06-16Add new favicons.XhmikosR8-1/+1
2020-06-16Remove IE-specific images/files.XhmikosR7-10/+0
2020-06-16v5: New faviconsMark Otto16-9/+6
2020-06-16Fix BootstrapCDN's name (#31049)XhmikosR1-1/+1
2020-06-16Fix a broken link and a redirect. (#31045)XhmikosR1-1/+1
2020-06-15Switch to btn-checkMartijn Cuppens3-16/+16
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens4-41/+83
2020-06-14Update index.htmlJonathan1-2/+2
Hyphen to minus for amount. Hyphen to dash for ranges.
2020-06-14Change breakpoint-max implementationMartijn Cuppens5-10/+19
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-06-14docs(examples): fix pricing exampleGaël Poupard2-17/+10
2020-06-14docs(examples): improve headings hierarchyGaël Poupard1-1/+1
2020-06-14docs(examples): empty alt for screenshots to prevent redundancyGaël Poupard1-1/+1
2020-06-14Run dist on latestMark Otto1-0/+12
2020-06-12v5: Redo blockquote attributions (#30814)Mark Otto3-40/+52
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>