Skip to content

Releases: beda-software/fhir-react

v1.10.0

26 Sep 19:32
ba8516d

Choose a tag to compare

  • Add low-level alternative to initServices - initServicesFromService

v1.9.1

21 May 09:53

Choose a tag to compare

Update clean FHIR resource logic:

  • remove fields with null/undefined value;
  • remove fields with empty object/array as a value;
  • trim null/undefined elements of array value;
  • keep null/undefined elements in the array value if there is;
  • non empty element with higher index.

v1.9.0

20 May 05:46

Choose a tag to compare

According to FHIR specification fields with empty values are not allowed (including empty objects and arrays). The exception is extension array with null values

v.1.8.9

01 Apr 10:39

Choose a tag to compare

  • upgrade @beda.software/remote-data to fix vulnerability in axios;
  • remove axios as a prod dependency

v1.8.8

26 Feb 04:41

Choose a tag to compare

What's Changed

  • Return standart useState setter in pagerManager from usePager

Full Changelog: v1.8.7...v1.8.8

v1.8.7

24 Feb 15:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.6...v1.8.7

v1.8.6

15 Jan 08:12

Choose a tag to compare

Bump version to 1.8.6

v1.8.5

15 Jan 07:49

Choose a tag to compare

Bump version to 1.8.5

v1.8.4

15 Jan 06:35

Choose a tag to compare

Minor updates

v1.8.3

12 Jan 12:14

Choose a tag to compare

  • upgrade deps