Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anhallbe authored Jun 23, 2021
1 parent 41086b1 commit 0672789
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 5.0.0
## Changes
- **cli:** New IDS/Soho projects now uses the "new"/"uplift" theme by default, since this is the default theme in H5. Older applications are not affected by this.
- **samples:** Added a Theme sample

## Updated dependencies
- Angular 12
- IDS Enterprise Components 10.1

## Upgrading from version 4
1. Install the latest CLI
```
npm i -g @infor-up/m3-odin-cli@latest
```
2. Upgrade existing project dependencies:
```
ng update @infor-up/m3-odin @infor-up/m3-odin-angular @angular/cli @angular/core ids-enterprise-ng
```

# 4.0.0

## Changes
Expand Down

0 comments on commit 0672789

Please sign in to comment.