@smals-belgium-shared/vidis-diarynote 4.2.0 → 4.2.1-snapshot.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -274,3 +274,9 @@
274
274
  * Display prescriber information in the detail view.
275
275
 
276
276
  ## __RELEASE_VERSION__ (__RELEASE_DATE__)
277
+
278
+ ### vidis-medication-scheme-list:
279
+ * Styling correction for mobile view.
280
+ * Using togglers to change view on desktop view.
281
+ * new icons for the togglers on desktop view and for the menu in mobile view
282
+ * Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-diarynote",
3
- "version": "4.2.0",
3
+ "version": "4.2.1-snapshot.1",
4
4
  "description": "Diary notes web component",
5
5
  "main": "diarynote.js",
6
6
  "types": "types/main.d.ts",