diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a640d..36495ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [unreleased] + +### Added +- Collapse / expand functionality to tree view +- Keyboard and screen reader support for collapse/expand, editing actions, and detail links + ## [2.2.2] - 2023-06-06 ### Added diff --git a/src/components/ChildConcepts.tsx b/src/components/ChildConcepts.tsx index 2f1b8aa..2d3b5bb 100644 --- a/src/components/ChildConcepts.tsx +++ b/src/components/ChildConcepts.tsx @@ -1,10 +1,11 @@ /** * Child Concepts * This component renders a list of child concepts for a given concept. + * - provides the