All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.20.2 (2024-05-22)
1.20.1 (2024-05-09)
1.20.0 (2024-01-15)
1.19.5 (2024-01-05)
1.19.4 (2023-12-28)
- improve esm support (0512d71)
1.19.3 (2023-08-23)
1.19.2 (2023-07-17)
1.19.1 (2023-07-17)
1.19.0 (2023-04-25)
1.18.1 (2023-02-12)
1.18.0 (2023-02-02)
1.17.1 (2022-12-15)
1.17.0 (2022-08-24)
1.16.0 (2022-08-16)
1.15.0 (2022-07-29)
1.14.5 (2022-07-11)
1.14.4 (2022-07-11)
- export LayoutPriority enum as value not type (51eb90e)
1.14.3 (2022-07-11)
- export LayoutPriority enum (#357) (4b85d01)
- support removing more than one pane at a time (#320) (8b3b444)
1.14.2 (2022-06-06)
1.14.1 (2022-05-25)
1.14.0 (2022-05-20)
1.13.0 (2022-05-03)
1.12.1 (2022-04-11)
1.12.0 (2022-04-11)
- add onVisibleChange callback (#222) (39f9bec)
- add preferredSize prop (#229) (3be2144)
- avoid unmounting pane with same key which changes position (#226) (f7d077a)
- dynamic minSize and maxSize (#227) (d764ebe)
- preferredSize should work with defaultSizes (5398f2f)
- use custom onReset callback for programatic reset (978c0be)
1.11.2 (2022-04-02)
- defaultSizes should not disable props on Allotment.Pane (3837d87)
1.11.1 (2022-03-26)
- visible prop not working as expected (d06931b)
1.11.0 (2022-03-09)
1.10.0 (2022-02-20)
- use className prop on Allotment component (8e1b6bd)
1.9.1 (2022-02-20)
- respect visible prop on initial render (5daeeaf)
1.9.0 (2022-02-10)
1.8.0 (2022-02-08)
- add onReset callback (#154) (904a8e6)
- add resize method to component instance (#121) (d25bd91)
- add visible prop to Pane (#137) (3b0542c)
1.7.0 (2022-01-22)
- separator color which works better on light and dark backgrounds (a769262)
1.6.0 (2022-01-16)
- allow changing order of panes (cc38223)
1.5.2 (2022-01-15)
This release was published without any updates and should be skipped.
1.5.1 (2022-01-02)
- set css custom variables if touch device detected (2eb8c38)
1.5.0 (2021-12-26)
1.4.2 (2021-12-24)
- replace remaining uses of sizes with defaultSizes (cf5e2c1)
1.4.1 (2021-12-05)
1.4.0 (2021-12-05)
1.3.0 (2021-12-03)
- add defaultSizes prop and deprecate sizes prop (#72) (2ece9ce)
- add imperative reset method (#69) (aceb88f)
1.2.0 (2021-10-03)
1.1.0 (2021-09-30)
1.0.1 (2021-09-24)
- remove requirement to use Allotment.Pane if using refs with children (93a30bb)