# Changelog

Changelog format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.1.1

### Updated

- Security remediation
  - Removed the `_linkId.fhir_comments` fallback. Items without a `title` or `text` value now render the existing `<MissingValue />` component.
  - Replaced the unconfigured `DOMPurify.sanitize(unsafeHTML)` call with an explicit allowlist of tags

## 2.1.0

### Updated

- Updated versions on react and react-dom
- Moved react-dom to dependencies

## 1.0.1

### Changed

- The package/lock files to match the license of MIT in the license file
- Removed references to storybook S3 bucket that no longer exists

## 1.0.0

### Added

- Support for "Notes" in `Observation` component

### Changed

- React version to 18.x.x
- Storybook version to 6.x.x
- Minor/patch versions of various supporting libraries
