feat: [DLCM-2044] display changelog into update dialog
Loading
https://issues.unige.ch/browse/DLCM-2044
Need solidify solidify/solidify-frontend!69 (merged)
To test the dev, simulate a release process by :
npm run prepare-release 2.1.0
DialogUtil.open(this._dialog, UpdateVersionDialog);
to force update dialog to be displayedWarning : Do not merge this branch before release solidify and increment solidify version in package json
Reminder : Procedure to test solidify frontend branch
npm i
on solidify (allow to retrieve required lib)npm i
on dlcm (allow to retrieve required lib)npm run build-solidify
on dlcm (allow to override solidify lib from nexus with local build)npm run start
on dlcm to run the app