You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/5.2/migration.md
+197Lines changed: 197 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,203 @@ aliases:
9
9
toc: true
10
10
---
11
11
12
+
## v5.2.1
13
+
14
+
<hrclass="mb-4">
15
+
16
+
Boosted v5.2.1 is here with fixes from our latest minor release, v5.2. These changes include bug fixes, documentation updates, and some dependency updates, but also a new Tags component and a lot of new dark variants for our components.
17
+
18
+
If you need more details about the changes, please refer to the [v5.2.1 release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/tag/v5.2.0).
19
+
20
+
### Components
21
+
22
+
-**Back to top**
23
+
- <spanclass="badge bg-danger">Breaking</span> Back to top 'Label inside' variant was removed because not compliant with Orange Design System. Even if the rendering could still work, it is recommended to only use the versions presented in the documentation.
24
+
25
+
-**Breadcrumb**
26
+
- <spanclass="badge bg-success">New</span> Breadcrumb now has a dark variant.
27
+
28
+
-**Footers**
29
+
- <spanclass="badge bg-warning">Warning</span> All Footers examples have been modified to use the "Terms and conditions" wording instead of "Terms & Conditions". Please reflect this modification into your websites.
30
+
31
+
-**List group**
32
+
- <spanclass="badge bg-success">New</span> List group now has a dark variant.
33
+
34
+
-**Pagination**
35
+
- <spanclass="badge bg-success">New</span> Pagination now has a dark variant.
36
+
37
+
-**Scrollspy**
38
+
- <spanclass="badge bg-success">New</span> Scrollspy has a new `data-bs-threshold` data attribute.
39
+
40
+
-**Stepped process**
41
+
- <spanclass="badge bg-success">New</span> Stepped process now has a dark variant.
42
+
43
+
-**Tags**
44
+
- <spanclass="badge bg-success">New</span> Tags are now a component.
45
+
46
+
-**Toasts**
47
+
- <spanclass="badge bg-warning">Warning</span> Changed the markup for Toasts with a custom content (toast message and close button). Please reflect this modification into your websites.
- <spanclass="badge bg-warning">Warning</span> Changed the rendering of `<mark>` (and so `.mark`). Depending on your usage it may worth checking the impact in your websites.
69
+
70
+
- <spanclass="badge bg-warning">Warning</span> Tooltips examples applied on SVGs have been updated to use `focusable="false"` and `aria-hidden="true"` because SVGs do not carry any specific information so they should not be readable by screen readers. Please reflect this modification in your websites. By the way please check all the SVGs in your websites in order to apply this same modification if needed.
- The close icon SVG rendering has changed in modals, offcanvases and close buttons. Although is has no direct impact, you might want apply this same modification within your websites.
87
+
88
+
### Helpers and utilities
89
+
90
+
- <spanclass="badge bg-success">New</span> `.img-thumbnail` is now officially supported.
91
+
92
+
### CSS and Sass variables
93
+
94
+
- <spanclass="badge bg-danger">Breaking</span> `--bs-pagination-margin-start` and `--bs-pagination-focus-outline` are now deprecated.
95
+
96
+
- <spanclass="badge bg-warning">Warning</span> `$accordion-color` was announced a deprecated in v5.2.0 but is finally not removed.
- Dark text variants handling is now explained in [Customize > CSS variables > Dark text rule]({{< docsref "/customize/css-variables#dark-text-rule" >}}).
0 commit comments