-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Read the docs about migration: https://eufemia.dnb.no/uilib/about-the-lib/releases/eufemia/v10-info
- Loading branch information
1 parent
a47934d
commit c9d9501
Showing
3 changed files
with
64 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v11-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
draft: true | ||
--- | ||
|
||
# v11 | ||
|
||
- [v11](#v11) | ||
- [Migration](#migration) | ||
- [Install](#install) | ||
|
||
## Migration | ||
|
||
v11 of @dnb/eufemia contains _breaking changes_. As a migration process, you can simply search and replace: | ||
|
||
## Install | ||
|
||
To upgrade to @dnb/eufemia v11 with NPM, use: | ||
|
||
```bash | ||
$ npm i @dnb/eufemia@11 | ||
# or | ||
$ yarn add @dnb/eufemia@11 | ||
``` | ||
|
||
_June, 1. 2023_ |