Skip to content

3.2.0

Compare
Choose a tag to compare
@brandones brandones released this 04 Feb 23:41
9c4a040

Features

  • BREAKING: O3-1063: Change formatDate function signature. Adds support for wide format without year. #305 (brandones)
    • We chose to release a minor version despite the breaking change because there is presently no one that would be affected by the breaking change.
  • (feat) Return updated patientUuid from usePatient #301 (denniskigen)
  • 03-1034 : (enhancement) hovering over apps switcher links to support branding #295 (donaldkibet)
  • Allow Proxying with Additional Cookies #286 (FlorianRappl)
  • O3-1015 Implementer should be able to configure primary color #272 (brandones)
  • Login app should interpolate template strings in configured logo URL #266 (brandones)
  • (feature) Create usePatient function which updates patient based on URL changes #265 (brandones)
  • Create mechanism for overriding webpack configuration #262 (brandones)
  • Add time options to formatDate #257 (brandones)
  • Add global nav slot to left nav bar #255 (jonathandick)
  • Add parseDate function #248 (brandones)
  • Make URL query parameter for language 'lang' instead of 'lng' #247 (brandones)
  • Create functions for locale-sensitive date formatting #243 (brandones)
  • O3-918 Two+ instances of the same extension should be able to added the same slot #236 (brandones)
  • O3-939: Added extension slot for adding external links in the app-menu #226 (vasharma05)

Fixes

Maintenance