v4.0.0
4.0.0 (2023-01-01)
Bug Fixes
- correct element order for top list (11a6ce6), closes #769
- improve perf in React 18 (c2efcd5)
- remove deprecated props (e8c65cf)
- tree shaking works (397cf16), closes #558
Features
- pass data to Item components in list and table (5b94001)
BREAKING CHANGES
- top list element is now the first in the container.
- the Components interface now accepts two generics -
data and context. - deprecated props from v0.x no longer work