Skip to content

Commit

Permalink
Revise CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Jun 29, 2022
1 parent 1cad9c5 commit aa961ea
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ Changelog

## HEAD

- [breaking] Rewrite `src/components/icon` as a functional component and use [`accessible-icon` from Radix](https://www.radix-ui.com/docs/primitives/utilities/accessible-icon) as an internal primitive.
- [breaking] Rewrite `src/components/control-wrapper` as a functional component.
to use functional components, Radix for internal
- [feature] Introduce TypeScript to the code base and convert:
- [breaking] Rewrites `src/components/icon` as a functional component and uses [`accessible-icon` from Radix](https://www.radix-ui.com/docs/primitives/utilities/accessible-icon) as an internal primitive.
- [breaking] Rewrites `src/components/control-wrapper` as a functional component.
- [feature] Introduces TypeScript to the source code and converts:
- `src/docs/*`
- `src/components/utils/*`
- `src/components/icon/*`
- `src/components/control-wrapper/*`
to use it.
- [feature] Drop Enzyme for React Testing Library in newly ported components
- [feature] Adds React Testing Library to newly ported components

## 2.0.0-beta.2

Expand Down

0 comments on commit aa961ea

Please sign in to comment.