# Changelog

## 1.0.5 - 2025-10-24

### Fixes

- Fix `onResize` prop not updating if changed by the user.

## 1.0.4 - 2025-10-22

### Features

- Add onResize prop.

## 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.
