Skip to content

Commit

Permalink
feat: add component type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt committed Mar 7, 2024
1 parent c38844f commit f800958
Show file tree
Hide file tree
Showing 10 changed files with 933 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## v2.0.20

- Begin adding type definitions
- Made the components `<Icon />` and `<Modal />` directly importable

### Breaking Changes

- `<Icon />` and `<Modal />` are no longer available as global components and must be imported directly

## v2.0.19

- `FloatingActionButton` will now center on parent component rather than viewport
Expand Down
Loading

0 comments on commit f800958

Please sign in to comment.