aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/migration.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-385/+0
2021-07-27Document change to hr in v5 (#34574)Mark Otto1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2021-06-14Document the change to breakpoint mixins (#34251)Mark Otto1-0/+4
* Document the change to breakpoint mixins * Update migration.md Co-authored-by: XhmikosR <[email protected]>
2021-06-07docs: update migration.md to fix a typoEduardo Allegrini1-1/+1
2021-05-25Changing HTTP to HTTPS (#34090)hugonun1-2/+2
2021-05-10Fix "directoinal" typo in v5 migration docsTim Yang1-1/+1
2021-05-08Fix accordion link (#33896)Nikolay Nizriukhin1-1/+1
Co-authored-by: Patrick H. Lauke <[email protected]>
2021-05-08Fix "no long require" to "no longer require" typo (#33879)Chris Blakley1-1/+1
Fixed a typo in the Migration guide from "...we no long require..." to be "we no longer require..."
2021-05-06Fix browser support versions in migration dockyletsang1-3/+2
2021-05-06Fix typo in migration.mdManabu Niseki1-1/+1
2021-05-06Remove extra t in Close button heading in Migration guideMark Otto1-1/+1
2021-05-05Rewrite migration guide (#33834)Mark Otto1-337/+217
- De-duplicates bulk of the content for a migration from v4 to v5 - Adds clear breaking labels where appropriate - Leaves room for more guidance around doing the actual migration
2021-05-05Fix doc typo and Bootstrap Icons link (#33832)Kyle Tsang1-1/+1
* Fix typo in migration guide * Fix Bootstrap Icons link in alerts page
2021-05-05Update migration guide for some v5 changes (#33829)Mark Otto1-1/+20
* Update migration guide for some v5 changes * Update migration.md Co-authored-by: XhmikosR <[email protected]>
2021-04-27Add migration note for the `autoClose` option (#33770)Rohit Sharma1-0/+6
2021-04-18Fix typoRaaj Trambadia1-1/+1
2021-03-10Add migration guide entryMark Otto1-0/+4
2021-03-10Mention .no-gutters removal in migration guide (#33332)Kyle Tsang1-0/+1
* Mention .no-gutters removal in migration guide * Update site/content/docs/5.0/migration.md Co-authored-by: Mark Otto <[email protected]>
2021-03-02Dropdown — Drop `flip` option (#33198)Rohit Sharma1-0/+2
2021-03-02Add an example of v4's media component in the flex utils docs (#33207)Mark Otto1-1/+1
* Add an example of v4's media component in the flex utils docs * Link to new example from Migration guide Co-authored-by: XhmikosR <[email protected]>
2021-02-22docs(migration): duplicated 5.0.0-beta2 heading (#33178)Gaël Poupard1-2/+0
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma1-0/+11
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-02-16Clear duplicated class `border-0` (#32925)k-utsumi1-3/+7
* Clear duplicated class `border-0` * Update migration.md Co-authored-by: Mark Otto <[email protected]>
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma1-0/+1
* Add function type for `popperConfig` option * Update .bundlewatch.config.json * copy edits Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-02-09Mention dropdown static change in Migration guideMark Otto1-0/+1
Co-authored-by: Rohit Sharma <[email protected]>
2021-02-03Dropdown — Emit events on the `.dropdown-toggle` button (#32625)Rohit Sharma1-0/+1
* Emit events on the dropdown button Emit the events on `.dropdown-toggle` button and then bubble up * Add migration note for events * Update the docs for events * Add unit test to check the event bubbling Co-authored-by: XhmikosR <[email protected]>
2021-01-28Update docs for `offset` optionRohit Sharma1-0/+1
2021-01-28migration: mention `.form-text` changes (#32911)Tobias Bengfort1-0/+1
see #30598 and #30565
2021-01-13Improve docs regarding RTL migration (#32771)Gaël Poupard1-1/+3
* docs(migrations): add a note regarding migration from v4 used for RTL layouts * docs(RTL): LTR & RTL at the same time * docs(utilities): how-to use the API to rename utilities * docs(RTL): mention issue when nesting styles with .ltr / .rtl
2021-01-13Migration: mention the removal of `.rounded-sm/lg` utilities (#32758)ghost_321-0/+1
* Changes made in migration.md file of documentation Added information about the removal of `.rounded-sm` and `.rounded-lg`. And addition of `.rounded-0` to `.rounded-3` * Moved the edited line Added `rounded-0` to `rounded-3` under v5.0.0-alpha3 * Moved correctly * Added link Added link to issue #31687 * docs(migration): last typo thinggies * Update migration.md Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-01-06fix(ratio): missing variable prefix (#32501)Gaël Poupard1-0/+1
This is the only unprefixed custom property, and its name is very common so I think we'd better prefix it too.
2020-12-19added class selector "." to "dropend" (#32534)joe1-1/+1
It was missing the `.` before `dropend`.
2020-12-18Add helpers to utilities bundle (#32324)Marc Jansing1-0/+3
Adds currently missing utilities classes which are located in scss/helpers to boostrap-utilities dist files. Co-authored-by: XhmikosR <[email protected]>
2020-12-17Extended form validation states customization capabilities (#31757)Dmytro Yaremenko1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2020-12-15Expand `visually-hidden-focusable` so it can be used on a container, so the ↵Patrick H. Lauke1-1/+4
container becomes visible when focus is inside it / on one of its child elements.
2020-12-14Tooltip/popover - change the default value for `fallbackPlacements` (#32437)Rohit Sharma1-0/+6
The default Popper `fallbackPlacements` value is `[oppositePlacement]`. - The default value was previously (in v4) `'flip'` that can be achieved by passing the single value in the array, like — `[oppositePlacement]`. Keeping `null` also sets the `fallbackPlacements` to `[oppositePlacement]` (Default value in Popper) - It's better to have **clockwise** (`['top', 'right', 'bottom', 'left']`) fallback options so that tooltip/popover can be placed to another side even if the opposite placement doesn't fit. Co-authored-by: XhmikosR <[email protected]>
2020-12-06Move and update migration notesXhmikosR1-2/+3
2020-12-06Update to popper.js v2.xJohann-S1-0/+2
2020-12-04Add toasts & positioning utilities migration docsMartijn Cuppens1-0/+8
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-0/+44
2020-12-01Add to migration docsMark Otto1-6/+7
2020-12-01Remove background, padding, border from breadcrumb containerPatrick H. Lauke1-0/+6
2020-11-30Add mention of link underline change to migration and typography (#32281)Patrick H. Lauke1-0/+1
x-ref https://github.com/twbs/bootstrap/discussions/32276#discussioncomment-141850 Co-authored-by: XhmikosR <[email protected]>
2020-11-19Fix a few typos (#32204)XhmikosR1-1/+1
2020-11-19Update migration guide about w-100Mark Otto1-1/+1
2020-11-14Move migration notesXhmikosR1-5/+5
2020-11-14Add note in migration.mdMark Otto1-0/+4
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-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-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto1-0/+6
Co-authored-by: XhmikosR <[email protected]>