aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2020-11-14Switch to `String.includes()`XhmikosR1-1/+0
2020-11-14Move migration notesXhmikosR1-5/+5
2020-11-14Update the remaining filesXhmikosR2-20/+20
2020-11-14Add note in migration.mdMark Otto1-0/+4
2020-11-14Rename docs version data attributeXhmikosR2-2/+2
2020-11-14Add `bs` in data attributesRohit Sharma34-389/+389
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-13Move states docs and rewrite to match existing examplesMark Otto1-56/+34
2020-11-13Add hover utilitiesNikita Mikhaylov1-0/+56
remome several hobers refactoring hover utilities refactoring hover utilities
2020-11-13Rename scale-color() function to shift-color() to avoid collision with ↵Mark Otto1-1/+7
Sass's own color function (#32149)
2020-11-13application.js: remove non-existent selector (#32131)XhmikosR1-1/+1
2020-11-13Add hyphen between Sass and based (#32134)Jonathan1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-11-13example.html: remove extra whitespace (#32143)XhmikosR1-1/+1
If we don't pass `class` to the `placeholder` shortcode, this resulted in two spaces before the `alt` attribute: ```html {{< example >}} {{< placeholder width="64" height="64" >}} {{< /example >}} ``` ```html <img src="..." alt="..."> ```
2020-11-12Update floating-labels.md (#32139)Dylan Anderson1-1/+1
Fixed grammar error.
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff4-4/+4
Shorter URLS which are faster as they avoid HTTP redirects
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-1/+1
2020-11-11browsers-devices: add `chomp` (#32116)XhmikosR1-1/+1
This is to remove any trailing newlines in the `.browserslistrc` shortcode
2020-11-11Minor improvements to the Alpha 3 changelog (#32126)Christian Oliff1-6/+3
Small changes for improved consistency Co-authored-by: XhmikosR <[email protected]>
2020-11-11masthead: add newlines in the snippets and reindent (#32129)XhmikosR2-8/+10
* Update masthead-followup.html * Update single.html
2020-11-10Clarify JS bundle docs one more time (#32105)Mark Otto1-2/+2
Co-authored-by: XhmikosR <[email protected]>
2020-11-09docs.html: replace backslashes with forward slashes (#32102)XhmikosR1-1/+1
This resulted in wrong links when building the docs on Windows.
2020-11-09search.js: check for `search-input` element early (#32100)XhmikosR1-2/+3
2020-11-09search.js: use the current v5.getbootstrap.com URL (#32099)XhmikosR1-1/+1
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto2-7/+44
Co-authored-by: XhmikosR <[email protected]>
2020-11-09[Docs] Changes to navbar documentation/explanation (#32090)Patrick H. Lauke1-11/+11
* Expand "external content" section for navbar - rephrase the intro to make a bit more sense - add note about dangers of focus/reading order problems * Remove pointless intro sentence * Small wording changes/additions/fixes
2020-11-08Add .gap utilities (#32074)Mark Otto1-5/+21
* Add gap utilities * Update .bundlewatch.config.json * Revamp headings on this page for better organization Co-authored-by: XhmikosR <[email protected]>
2020-11-08Partially revert "Move this to a partial to work around the stray `p` ↵XhmikosR2-16/+15
issue." (#32076) This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
2020-11-08download.md: link to JS files comparison too (#32087)XhmikosR1-1/+1
2020-11-08reboot.md: mention "Liberation Sans" (#32084)XhmikosR1-0/+1
2020-11-06Fix missing border & add transitionsMartijn Cuppens1-6/+6
2020-11-06Add dedicated accordion component based on Collapse JSMark Otto4-55/+107
2020-11-06Add .d-grid to our display utilities (#32066)Mark Otto1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2020-11-05Add keyboard shortcut to focus search field (#31702)Mark Otto2-3/+37
* Documentation: Add slash key event to focus the input search. * Add little tag for keyboard shortcut in the search field * Use ctrl / as keyboard shortcut * Update search.js Co-authored-by: chuckrincon <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-11-05Drop Legacy Edge support.XhmikosR5-5/+5
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-11-05Big copy edits and testingMark Otto1-15/+25
Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.
2020-11-05docs: add info on modifying and adding utilitiesLuke-zhang-041-0/+42
2020-11-05Editing and formatting utilities API pageMark Otto1-160/+81
2020-11-03Form file docs and overrides (#32058)Gaël Poupard1-8/+8
2020-11-02Make docs anchorjs links darker on keyboard focus (#32050)Patrick H. Lauke1-0/+1
* Make docs anchorjs links darker on keyboard focus Not just on mouse hover * Update site/assets/scss/_anchor.scss Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-11-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke2-0/+8
* Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well
2020-10-31Update instances of .font-weight to .fwMark Otto12-52/+52
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic5-8/+11
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-30Updated .rounded utilities (#31687)Mark Otto1-7/+7
* Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Small copy addition * Add example modifier class for spacing Co-authored-by: XhmikosR <[email protected]>
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke1-0/+1
* Add `cursor:pointer` for color inputs * Add to migration guide
2020-10-30Fix redirects (#32015)XhmikosR2-2/+2
2020-10-29Minor Markdown fixes (#32009)XhmikosR2-2/+2
* add missing language after fenced block * add missing end of file newline
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens9-122/+34
2020-10-27v5: Floating labels (#30449)Mark Otto9-138/+108
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <[email protected]>
2020-10-27Add example with input group between two inputsJonathan1-0/+6
2020-10-27Fix git conflicts after #30571 (#31982)Martijn Cuppens1-5/+0
Co-authored-by: XhmikosR <[email protected]>
2020-10-27list-group.md: fix snippet (#31981)XhmikosR1-15/+15