Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

76 lines (40 loc) · 3.78 KB

Changelog

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

2.5.0 (2021-10-18)

Features

  • forms-manager: add support for configurable browser storage (f468036)
  • forms-manager: add support for configurable browser storage (07073ee)
  • forms-manager: add support for session storage (e87ff6f)

2.4.0 (2021-06-27)

Features

  • forms-mananger: added reset proxy (091723e)

Bug Fixes

  • 🐛 clear all initial values when clearing complete store (fb642a5), closes #29

2.3.0 (2020-10-21)

Features

  • lib: add property untouched to type Control (5ad73f6)
  • lib: support for mark* methods (f622d25)

2.2.0 (2020-09-27)

Features

  • lib: add getInitialValue() function (c7b134f), closes #15

Bug Fixes

  • add unit tests (a5fcdbd)
  • do not debounce for update on blur (edd5fb0)

2.1.2 (2020-06-15)

Bug Fixes

  • do not use spread operator on valid dates (b68419d), closes #7

2.1.1 (2020-06-15)

Bug Fixes

  • do not use spread operator on valid dates (b68419d), closes #7

2.1.0 (2019-12-22)

Features

  • lib: add dirty functionality (701ccef)

1.1.0 (2019-12-17)

Features

  • api: change the api to be more angularish (adbe550)

1.0.2 (2019-12-13)

Bug Fixes

  • storage: should merge the object (01ce2e5)

1.0.1 (2019-12-12)

Bug Fixes

  • selectvalue: should be typed (a196e96)