Skip to content

Latest commit

 

History

History
94 lines (42 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

94 lines (42 loc) · 3.58 KB

Changelog

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

2.2.3 (2021-03-23)

2.2.2 (2020-08-29)

Bug Fixes

  • do not forward data-layout-page-key (602bfbf)

2.2.1 (2020-08-26)

Bug Fixes

  • avoid react warning if page component is not wrapped (5cc5b8d)

2.2.0 (2020-08-24)

Features

2.1.6 (2020-08-24)

Bug Fixes

2.1.5 (2020-08-24)

Bug Fixes

  • ignore updates to layout if not the active component (428f76e)

2.1.4 (2020-08-15)

Bug Fixes

  • remove check due to false positive with fast-refresh (06de614)

2.1.3 (2020-07-31)

Bug Fixes

  • detect if a page is being wrongly used inside the tree (#4) (8ecab66)

2.1.2 (2020-03-10)

Bug Fixes

  • fix setLayoutState not working correctly (7758727)
  • page not rendered correctly when there's no layout (65ef45d)

2.1.1 (2020-03-03)

Bug Fixes

  • page not rendered correctly when there's no layout (65ef45d)

2.1.0 (2020-03-03)

Features

  • better error when no layout tree was found (604ac30)

2.0.0 (2020-02-27)

⚠ BREAKING CHANGES

  • the API has greatly changed, please check the README

Features

  • add support for nested layouts (#2) (1898f83)

1.0.0 (2020-02-05)

Features