react-truncate-list
Version:
Truncate a list of elements with a symbol or component of your choice
30 lines (15 loc) • 486 B
Markdown
Changelog
# 1.0.3 - 2023-09-03
## Fixes
- Add CommonJS support back in, as it was accidentally removed in 1.0.2.
# 1.0.2 - 2023-09-01
## Misc.
- Significant performance improvements for large lists.
# 1.0.1 - 2023-02-20
## Features
- Add CommonJS support
# 1.0.0 - 2023-02-17
## Breaking changes
- The package's default export is now a named export: 'TruncatedList'.
## Fixes
- React peer dependency bumped from >=16.x.x to >=16.8.x, as the library uses hooks.