@smals-belgium-shared/vidis-diarynote 4.1.0 → 4.1.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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -249,3 +249,11 @@
249
249
  * Bugfix : Prescriptions from previous profile briefly displayed after switching profile.
250
250
 
251
251
  ## __RELEASE_VERSION__ (__RELEASE_DATE__)
252
+
253
+ ### vidis-medication-scheme-list:
254
+ * Bugfix: fix horizontal scrolling on iOS.
255
+ * Replace the filter button toggle group with a dropdown (select).
256
+ * Replace the mobile sort dropdown with a sort toggler.
257
+
258
+ ### vidis-prescription-list
259
+ * Bugfix : Number of selected prescriptions is correctly updated after a refresh.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-diarynote",
3
- "version": "4.1.0",
3
+ "version": "4.1.1-snapshot.1",
4
4
  "description": "Diary notes web component",
5
5
  "main": "diarynote.js",
6
6
  "types": "types/main.d.ts",