Releases
Product and package updates across the Insight SDK.
25 May, 2026
Packages
@insight-health/aura
Released version: 0.1.0
- Introduced a shared core package to improve consistency and code reuse across SDKs.
- Fixed an issue where multiple widgets on the same page could interfere with each other’s events.
- Improved version reporting reliability.
Features
- Added new coding tab to the encounter screen with ICD-10 & CPT codes.
Encounter.CodesSubmittedevent, fired when a provider submits ICD-10 or CPT codes from the coding tab.
Enhancements
- Expanded end-to-end test coverage for SDK
06 April, 2026
Packages
@insight-health/aura
Released version: 0.0.12
- Added
entitlementsoption during SDK initialization to set feature visibility per user or organization. - Added
setEntitlementsmethod to update feature entitlements at runtime after initialization. - All entitlements default to
false. Passtrueto enable a feature for a given user.
Features
- Added encounter note detail verbosity control for the
inVisitphase, configurable via theencounter-verbosityentitlement flag.
Enhancements
- PostMessage communication now strictly validates
document.referrerof the embedded iframe against the set of allowed origins before allowing message exchange.
Last updated on