New Major Release
Break Changes
- Removed generic type for item identifier - It's being accessed with the
keyof
operator and there's no need to provide it manually #21 selectedItems
aren't returned with theisSelected
state #20- Type Definitions Updates (#21)
- toggleSingleItem action now receives the
item
as an argument