@smals-belgium-shared/vidis-diarynote 4.1.0 → 4.1.1-snapshot.10

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 (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/diarynote.js +3232 -3232
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -249,3 +249,20 @@
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 in mobile and desktop views.
260
+
261
+ ### vidis-delivered-medication-list
262
+ * using API V3 instead of V2
263
+ * diplay prescriber information in the list view and cards.
264
+ * Mobile view : Redesign of the cards
265
+
266
+ ### vidis-delivered-medication-detail
267
+ * using API V3 instead of V2
268
+ * display prescriber information in the detail view.