Skip to content

Commit 10e744e

Browse files
Add migration guides
1 parent c4ced48 commit 10e744e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

site/src/content/docs/getting-started/migration-from-boosted.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ From now on, OUDS Web won’t embed Bootstrap elements that are not part of Oran
4141

4242
- <span class="tag tag-small rounded-none tag-negative">Breaking</span> The focus-visible polyfill has been removed. So you no longer need it on your side, and you should replace all the calls to `:focus[data-focus-visible-added]` by `:focus-visible`.
4343

44+
- <span class="tag tag-small rounded-none tag-negative">Breaking</span> jQuery support has been removed from the library.
45+
4446
## Fonts
4547

4648
OUDS Web doesn’t provide Helvetica Neue font files. Instead, it loads the font from a CDN in order to share the cached files between every project using OUDS Web.

site/src/content/docs/getting-started/migration.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ toc: true
1313

1414
<hr />
1515

16+
### Foundations
17+
18+
- <span class="tag tag-small rounded-none tag-negative">Breaking</span> jQuery support has been removed from the library.
19+
1620
### Components
1721

1822
#### Footer

0 commit comments

Comments
 (0)