Skip to main content

๐Ÿ› ๏ธ Changelog: 2026-08-06

๐Ÿ“ข Release Overview

  • Migration Required: No

๐Ÿ“ˆ Changed

  • Refactor ModalDialog component to use compound component pattern: Decoupled component architecture by implementing a compound pattern, reducing prop dependency and improving long-term code maintainability. ehr#7505

  • Simplify Option and Checkbox question rendering: Refactored the UI visualization for single-choice and multi-choice questions to make blocks more compact and easier to manage within the Survey Builder canvas. survey-components#240

  • Hide Sig free text field for Nutraceutical medications: Updated the medication editing interface to hide the free-text Sig field when dealing with a Nutraceutical, keeping only the structured fields as mandatory. app-admin#1205

๐Ÿ› Fixed

  • Fix patient Coverage filtering to only include insurance records: Resolved an issue where all coverage resources were pulled indiscriminately by adding a filter to restrict results to those listed under the Patient Information Insurance view with the HIP type code. ehr#7557

  • Fix validation conflict on read-only discard-after field during Rx import: Corrected a bug where the system threw a validation error requiring data for the "discard after" field, even though the field was configured as read-only. app-admin#1193

Did this answer your question?