From 067278939c1d4c656071b495c542d4b67e6b8e45 Mon Sep 17 00:00:00 2001 From: Andreas Hallberg Date: Wed, 23 Jun 2021 10:26:10 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eadce7ae..b9d386d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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