Skip to content

Latest commit

 

History

History
304 lines (153 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

304 lines (153 loc) · 15.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.20.2 (2024-05-22)

Bug Fixes

  • remove code to initialize dimensions before first paint (#805) (3657e2d)

1.20.1 (2024-05-09)

Bug Fixes

1.20.0 (2024-01-15)

Features

  • allow customising sash animation duration (#740) (e92b944)

1.19.5 (2024-01-05)

Bug Fixes

  • allow setting id on split-view component (#752) (d23cf34)

1.19.4 (2023-12-28)

Bug Fixes

1.19.3 (2023-08-23)

Bug Fixes

1.19.2 (2023-07-17)

1.19.1 (2023-07-17)

Bug Fixes

  • forward ref to underlying Pane dom element (#632) (574c1ef)

1.19.0 (2023-04-25)

Features

  • add support for onDragStart and onDragEnd callbacks (#576) (722e8af)

1.18.1 (2023-02-12)

Bug Fixes

  • handle preferredSize correctly if unit is px (#552) (c02f059)

1.18.0 (2023-02-02)

Features

  • add classname split-view-sash-dragging for top-level container (#536) (a59c774)

Bug Fixes

  • initialize dimensions before first paint (#526) (2706777)

1.17.1 (2022-12-15)

Bug Fixes

1.17.0 (2022-08-24)

Features

  • add split-view-separator-border class (#406) (8843ff4)

1.16.0 (2022-08-16)

Features

Bug Fixes

  • deps: update docusaurus monorepo to v2.0.1 (#379) (586fb5e)

1.15.0 (2022-07-29)

Features

  • add stable classnames to child elements (#375) (326f771)

Bug Fixes

  • export LayoutPriority as enum and not const enum (#359) (eb5403b)

1.14.5 (2022-07-11)

Bug Fixes

  • export LayoutPriority as enum and not const enum (#359) (eb5403b)

1.14.4 (2022-07-11)

Bug Fixes

  • export LayoutPriority enum as value not type (51eb90e)

1.14.3 (2022-07-11)

Bug Fixes

1.14.2 (2022-06-06)

Bug Fixes

  • support removing more than one pane at a time (#320) (8b3b444)

1.14.1 (2022-05-25)

Bug Fixes

  • set text-align to initial for sashes (#307) (aef12f9)

1.14.0 (2022-05-20)

Features

1.13.0 (2022-05-03)

Features

Bug Fixes

1.12.1 (2022-04-11)

1.12.0 (2022-04-11)

Features

Bug Fixes

  • preferredSize should work with defaultSizes (5398f2f)
  • use custom onReset callback for programatic reset (978c0be)

1.11.2 (2022-04-02)

Bug Fixes

  • defaultSizes should not disable props on Allotment.Pane (3837d87)

1.11.1 (2022-03-26)

Bug Fixes

  • visible prop not working as expected (d06931b)

1.11.0 (2022-03-09)

Features

  • add prop for setting proportionalLayout (#179) (4f8f68c)

1.10.0 (2022-02-20)

Features

  • use className prop on Allotment component (8e1b6bd)

1.9.1 (2022-02-20)

Bug Fixes

  • respect visible prop on initial render (5daeeaf)

1.9.0 (2022-02-10)

Features

  • add className prop to Allotment.Pane (#108) (9486638)

1.8.0 (2022-02-08)

Features

1.7.0 (2022-01-22)

Features

  • separator color which works better on light and dark backgrounds (a769262)

Bug Fixes

1.6.0 (2022-01-16)

Bug Fixes

  • 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)

Bug Fixes

  • set css custom variables if touch device detected (2eb8c38)

1.5.0 (2021-12-26)

Features

  • enable sash size to be customised in code (#101) (f177e48)

1.4.2 (2021-12-24)

Bug Fixes

  • replace remaining uses of sizes with defaultSizes (cf5e2c1)

1.4.1 (2021-12-05)

Bug Fixes

1.4.0 (2021-12-05)

Features

  • increase sash size on touch devices (#66) (20ab7d9)

1.3.0 (2021-12-03)

Features

  • add defaultSizes prop and deprecate sizes prop (#72) (2ece9ce)
  • add imperative reset method (#69) (aceb88f)

Bug Fixes

  • distribute space evenly when adding a pane (#58) (6feb767)

1.2.0 (2021-10-03)

Features

1.1.0 (2021-09-30)

Features

Bug Fixes

1.0.1 (2021-09-24)

Bug Fixes

  • remove requirement to use Allotment.Pane if using refs with children (93a30bb)

1.0.0 (2021-09-23)

Features