Skip to content

Latest commit

 

History

History
171 lines (76 loc) · 7.68 KB

CHANGELOG.md

File metadata and controls

171 lines (76 loc) · 7.68 KB

Changelog

3.3.0 (2021-12-08)

Features

3.2.4 (2021-11-18)

Bug Fixes

  • Validation for default zones. (e95f683)

3.2.3 (2021-11-03)

Bug Fixes

  • Duplicate configuration for list items. (#67) (d0f04bb)

3.2.2 (2021-08-13)

Bug Fixes

  • List sorting without changing positions does not change dirty. (#65) (523489a), closes #64

3.2.1 (2021-08-13)

Bug Fixes

  • Use the value as a fallback for options if there is no label. (#62) (31b153c), closes #133

3.2.0 (2021-08-12)

Features

  • Delay validation on a form until it is marked for validation. (#56) (24de0cb)

Bug Fixes

  • Ensure the found preview value is a string. (#57) (12c3c63)
  • Sortable items can bind the focus in/out to control draggable. (#59) (d259f16), closes #58

3.1.0 (2021-08-12)

Features

  • Index in list item preview to show order in list. (#53) (7b035e7)

3.0.1 (2021-08-12)

Bug Fixes

  • Lost focus check for unused zones failed since it was undefined. (b9a0210)

3.0.0 (2021-08-11)

⚠ BREAKING CHANGES

  • Focus tracking for field validation and gloval validation marking.

Features

  • Focus tracking for field validation and gloval validation marking. (8d903a5), closes #44
  • Use validation rules to determine if a field is required. (#48) (c23bc55)

2.3.0 (2021-08-11)

Features

  • Data format checking for existing values. (#46) (d584b86)

2.2.1 (2021-08-02)

Bug Fixes

  • shared deep reference fix by deep cloning the values. (549eacc)

2.2.0 (2021-07-26)

Features

  • optional label for variant and ability to clear variant (#41) (2a74527)

2.1.3 (2021-07-26)

Bug Fixes

  • test breakage for the label guessing (0902426)

2.1.2 (2021-07-26)

Bug Fixes

  • guess label from key if not defined in config (a550b12)

2.1.1 (2021-07-24)

Bug Fixes

  • use the shortcut method to combine field keys. (a577dff)

2.1.0 (2021-07-23)

Features

  • utility method for combining the preview keys (01000bd)

2.0.3 (2021-07-22)

Bug Fixes

  • reset method on FieldsComponent definiton (d3d3760)

2.0.2 (2021-07-22)

Bug Fixes

  • no auto guess when there is no value (#33) (179eef8)
  • reset the fields without having to recreate the class (#34) (b0d0c5a)

2.0.1 (2021-07-22)

Bug Fixes

  • value needs to be auto deep object (f25b67f)

2.0.0 (2021-06-25)

⚠ BREAKING CHANGES

  • move sass into src, change export root for ts

Code Refactoring

  • move sass into src, change export root for ts (1f3733c)

1.2.1 (2021-06-17)

Bug Fixes

  • Export more of the utilities from the main package. (e27f446)

1.2.0 (2021-05-21)

Features

  • release please release automation. (c713d90)