Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 3.52 KB

Changelog

Unreleased (yyyy-mm-dd)

Added

Changed

Removed

Fixed


2.2.2 (2022-02-16)

Hotfix

  • Fixed problem with DemoBox width being too large when gridsPerRow is set to 1 6f487e8

2.2.1 (2022-02-11)

Hotfix

  • With the 2.2.0 release came a critical error in the rendering of the PDF document. This was due to an inadvertent upgrade in @react-pdf/renderer's dependencies. We are now upgraded to @react-pdf/renderer v2.1.1 and we have a working PDF render.

2.2.0 (2022-02-11)

Changed

  • Improved styling to SettingsPage
  • Theme.js now uses default export instead of named export 17a79a0

Removed

  • React scripts 'predeploy' and 'deploy' since we aren't targeting GH pages anymore a1e0e37

2.1.0 (2022-02-09)

Added

  • Added new functionality to Export section in SettingsPage so that user can now select which bed spaces to export. Can also select all, clear all, and filter non-empty beds out e9683ea
  • Added Security section to SettingsPage where the user can clear the local browser storage daf506c

Changed

  • Refactored SettingsPage sections to use better MUI code and improved styling 0a1962b

Fixed

  • Fixed error handling for ExportSection in the case that there are no beds in the grid b980a32
  • Fixed comma handling in the Bed Layout input in SettingsPage f60bef6

2.0.0 (2022-02-07)

  • Fully upgraded to Material UI v5! Style overhaul to the entire app. 64b8419
  • Added the new Material UI v5 @mui packages and peer dep. @emotion packages fe41539

1.1.0 (2022-01-24)

  • Fixed problem with Exporter. #33
  • Split the SettingsPage into different components for each section dfb5e09
  • Added Footer 3970236

1.0.0 (2021-07-08)

  • First stable release!
  • Original dev commit 9f2cbf3