CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

## [0.4.0] (2025-04-30)

- Add `collpase` and `expand` server-side events.
- Fix handling of more than 2 panes and resizers in single group.
- Changed the attribute name `default_size` to `starting_size`.
- Removed phx-update="ignore" from the components.
- Added syntax highlighting hook for the docs.

## [v0.3.0] (2025-04-27)

- Keyboard support for resizing panes.
- Turn live pane components into simple function components so they can be used in dead views as well.
- Docs site redone.

## [v0.2.0] (2025-04-24)

- Touch support for resizing panes.
- Add constraints attrs to panes (it also enables collapsing).

## [v0.1.0] (2025-04-23)

🚀 Initial release.

- Basic functionality to resize a 2-pane layout.
- Horizontal and vertical pane orientation.
- Basic multiple (and nested) pane groups.