Skip to content

Commit

Permalink
v10
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored and langz committed Jan 11, 2023
1 parent 8552688 commit 955c8d6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
draft: true
---

# v10

- [Migration](#migration)
- [Changes](#changes)
- [Feature](#features)
- [v10](#v10)
- [Migration](#migration)
- [StepIndicator](#stepindicator)
- [Table](#table)
- [Slider](#slider)
- [Timeline](#timeline)
- [Anchor](#anchor)
- [Tooltip](#tooltip)
- [Icon](#icon)
- [Lists](#lists)
- [Deprecations](#deprecations)
- [Install](#install)

## Migration

Expand Down Expand Up @@ -79,4 +84,4 @@ $ npm i @dnb/eufemia@10
$ yarn add @dnb/eufemia@10
```

_June, 1. 2022_
_December, 24. 2022_
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_

0 comments on commit 955c8d6

Please sign in to comment.