aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/migration.md
AgeCommit message (Collapse)AuthorFilesLines
2020-11-05Drop Legacy Edge support.XhmikosR1-0/+4
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-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-28Drop custom file upload plugin in favor of CSSMartijn Cuppens1-1/+2
2020-10-27v5: Floating labels (#30449)Mark Otto1-0/+1
* 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-27Fix git conflicts after #30571 (#31982)Martijn Cuppens1-5/+0
Co-authored-by: XhmikosR <[email protected]>
2020-10-26v5: Add .fs-* utilities for font-size and rename font-weight/-style ↵Mark Otto1-4/+20
utilities (#30571) * v5: Add .fs-* utilities for font-size - Adds new font-sizes Sass map - Generates six new classes for setting only font-size - Updates docs to mention this, including a scss-docs reference * Update font utilities - Make .fs-* utils for font-size use RFS - Rename .font-weight-* utils to .fw-* - Rename .font-style-* utils to .f-* - Update order of utilities a bit - Update docs to match * Update migration docs to make note of these changes * Be more specific in font-size docs about scale * Update font-style abbreviation to .fst * Fix font-weight property * Formatting & font style utility fix * Move to Alpha 3 migration section * Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide * Tweak language on example Co-authored-by: Martijn Cuppens <[email protected]>
2020-10-26Update migration guideMartijn Cuppens1-0/+4
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto1-0/+1
* Rename Navs to Navs and Tabs Fixes #31378 * Add title to renamed file * Update navs-tabs.md * Add alias/redirect * Fix references to renamed file, tweak title Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-19docs(migration): mention spinners slow down (#31929)Gaël Poupard1-0/+1
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard1-0/+4
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion * docs(migration): mention scroll-behavior in alpha3 * docs(accessibility): mention scroll-behavior in reduced motion section * docs(accessibility): rewording smooth scroll sentence * feat(variable): introduce enable-smooth-scroll variable * docs(accessibility): reword smooth-scroll sentence Co-authored-by: XhmikosR <[email protected]>
2020-10-13Colors rewrite (#30622)Martijn Cuppens1-1/+10
2020-09-30Update btn-close-white docs to filter (not backdrop-filter) (#31796)Christian Oliff1-1/+1
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
2020-09-28Minor wording fixesXhmikosR1-7/+7
2020-09-28Fix linksXhmikosR1-20/+20
2020-09-28v5 alpha 2 migration guide updatesMark Otto1-12/+52
2020-09-23Updates to .ratio selectors and docsMark Otto1-0/+1
- Remove group selector for ratio items - Drop the .ratio-item entirely - Update docs to explain updated approach - Update Migration guide to reflect the latest
2020-09-23Rename the classes and docs page, update everything accordinglyMark Otto1-4/+4
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto1-0/+7
- Renames .embed-responsive-XbyY classes to .embed-responsive-XxY - Simplifies the Sass map to just be key and value, ratio and percentage - Builds .embed-responsive-* modifiers with CSS variables - Updates docs to show power of CSS variables - Add notes to the Migration guide
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto1-0/+1
some more close examples, and add a new .btn-close-white variant
2020-09-22Add details to the Migration pageMark Otto1-0/+6
2020-09-09Add border width utility (#31484)Mauricio Hernan Cabrera1-0/+1
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-09-01Add default parameters to each border radius mixin (#31571)Jeremy Jackson1-0/+1
* Add default parameters to each border radius mixin * Add border radius changes to migration guide Co-authored-by: Jeremy Jackson <[email protected]>
2020-08-05docs: Fix issue number typo in migrationkyletsang1-1/+1
2020-08-04box-shadow() mixin allow 'null' and drop support 'none' with multiple args ↵Shohei Yoshida1-0/+1
(#30394) * Support 'null' and drop `none` with multiple args * Output a warning when use 'none' with multiple arguments * Add migration note * Update migration.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-08-03Update migration guide (#31387)Mark Otto1-12/+15
* Document change to form check and radio size * Update todos in Migration guide Co-authored-by: XhmikosR <[email protected]>
2020-08-02Add padding to badges (#31132)Patrick H. Lauke1-0/+4
* Add padding to badges The current badges are very tightly padded, and because the top and bottom padding are the same, and aligned to the baseline, this makes badges with descenders (e.g. the "g" in "Danger") look uncomfortably close to the bottom. Adding more ample padding masks this a bit. An alternative would be to have separate top and bottom padding, with the bottom one slightly larger than the top - but conversely, that then makes badges that contain no text with descenders, and particularly badges that contain all uppercase characters, look too bottom-heavy. Also adding some left/right extra padding, as currently the pill badges look uncomfortably tight on the sides due to the rounding.
2020-07-13Migration update (#31278)Mark Otto1-2/+18
* Clarify screen reader changes * Add some docs and reboot notes to migration guide * Add mention of docs renaming of screen reader helper page * Mention null vars from navs PR at #31035 * Update migration.md Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-07-13v5: Tweak some colors (#31276)Mark Otto1-0/+7
* Tweak green and cyan colors, bump min contrast ratio to 4.5 Co-authored-by: XhmikosR <[email protected]>
2020-07-12toasts: make default duration 5s (#31109)Rohit Sharma1-0/+4
Co-authored-by: XhmikosR <[email protected]>
2020-07-12Easier disabled state customization for button variants (#30639)Gaël Poupard1-0/+4
* feat(buttons): easier disabled state customization * docs(migration): mention new arguments for disabled state in button-variant() * Update migration.md Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke1-1/+6
* Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <[email protected]>
2020-07-01Update migration.md (#31122)XhmikosR1-31/+50
* Add a new v5.0.0-alpha2 section * Add missing Browser versions from v5.0.0-alpha1
2020-06-27Docs: rename form checks page to "Checks / radios" (#31090)Patrick H. Lauke1-1/+1
* Docs: rename form checks page to "Checks / radios" it's not immediately obvious that "checks" includes information about both checkboxes and radio buttons. while "checks / radios" is also still not perfect (as honestly even I didn't quite grok that "checks" meant checkboxes), it should make it slightly more obvious nonetheless
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke1-0/+2
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-17Typo fix : individiual ⮞ individualBruno Baguette1-1/+1
2020-06-15Switch to btn-checkMartijn Cuppens1-1/+1
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens1-0/+4
2020-06-14Change breakpoint-max implementationMartijn Cuppens1-0/+2
- 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-05-18More Markdownlint fixesXhmikosR1-1/+1
2020-05-15migration.md: a few grammar fixesXhmikosR1-9/+9
2020-05-15Improve gradientsMartijn Cuppens1-0/+2
- Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled
2020-05-14Split table cell padding variables (#30815)Mark Otto1-0/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+189
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.