Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vingeraycn authored Nov 27, 2023
1 parent 4a6d0b6 commit f9c82cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.1.0
## Breaking Changes
None

## New API
- `getItemProps: (itemData: T, index: number) => Omit<ComponentPropsWithoutRef<'div'>, 'key'>`: set properties of item content container's parent
- `getItemContentProps: (itemData: T, index: number) => Omit<ComponentPropsWithoutRef<'div'>, 'key'>`: set item content container properties

# v2.0.0

## Breaking Changes
Expand Down

0 comments on commit f9c82cc

Please sign in to comment.