Skip to content

Latest commit

 

History

History
159 lines (84 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

159 lines (84 loc) · 6.54 KB

0.3.1 (2024-05-27)

🩹 Fixes

  • form-core: field transform function changes not being recognized (09488cf)

0.3.0 (2024-05-27)

🚀 Features

  • form-core: keep unmounted values by default (a551942)
  • form-core: allow to validate unmounted fields on form (6bf6c72)

🩹 Fixes

  • dev-tools-react: css reset (08a4d44)
  • form-core: ignore undefined field values for equality (1fe72c0)
  • form-core: deep signalisation of arrays (0e27a32)
  • form-core: default values overwriting existing form values (a9e0bf0)
  • form-core: combination of default values (e611a62)
  • form-core: unmounted fields being ignored for default values (a53c9d7)
  • form-core: errors clearing for unmounted fields on change (ba0a5c3)
  • form-core: handle change not changing the base object (83d173f)
  • form-react: construction of FieldProvider on field group (9bf95bf)
  • form-react: binding of handleChangeBound function (ef65472)

0.2.1 (2024-05-24)

🩹 Fixes

  • dev-tools-react: Update form-react dependency version (93e5a31)

0.2.0 (2024-05-24)

🚀 Features

  • dev-tools-react: Show disabled state in dev tools (d660880)
  • dev-tools-react: Add field group state to dev tools (58184ac)
  • form-core: Add ability to disable fields and form (624e7cb)
  • form-core: add field groups (e193d4d)
  • form-react: Add field groups to react bindings (055215b)

🩹 Fixes

  • form-core: Reset values not taking field default values into account (165d7c3)
  • form-core: mounted state being ignored for field array + object helpers (2e59628)
  • form-react: Make sure to only update form and field options within a layout effect (e7ee994)
  • form-react: Submit binding (db77152)
  • signals: Fix signal retrieval for empty signals (31298b0)

0.1.3 (2024-04-18)

🩹 Fixes

  • Add dev-tools-react to release (4b578b9)

0.1.2 (2024-04-18)

🩹 Fixes

  • form-core: Fix child fields not being unregistered when parent is unregistered + remove fields if their value is removed through helper methods (e2d3e93)
  • form-core: Fix incorrect default value used within form based on fields (5b0c92a)

0.1.1 (2024-04-18)

🚀 Features

  • dev-tools-react: Add dev tools for the React bindings (378b635)

🩹 Fixes

  • form-core: Fix FormLogic.updateOptions not allowing to delete fields + array items through new default values (719318a)
  • form-react: Fix form options not being optional (c4f958f)

0.1.0 (2024-04-06)

🚀 Features

  • form-core: Add ability to set errors manually (552c90e)
  • form-core: Add transformer to convert zod issues to errors consumable by the addError method during submission (e79c100)
  • form-core: Add ability addErrors during submission (ff856ed)

0.0.13 (2024-04-06)

🩹 Fixes

  • Fix package.json formats (e03ae04)
  • Always auth for npm (b0e7e4c)
  • Add additional auth token alias + add registry url (f4cd4a4)

0.0.12 (2024-04-06)

🩹 Fixes

  • Add debug information to nx release (75444ee)

0.0.11 (2024-04-06)

🩹 Fixes

  • form-core: Change README.md to trigger release (4ce47ce)

0.0.10 (2024-04-06)

🩹 Fixes

  • Fix nx release not parsing output correctly (63a4262)

0.0.9 (2024-04-06)

🩹 Fixes

  • form-core: Change README.md to trigger release (4b2723f)

0.0.8 (2024-04-06)

🩹 Fixes

  • form-core: Change README.md to trigger release (ae85776)

0.0.7 (2024-04-05)

🩹 Fixes

  • Remove git option for version step (f4f49a3)
  • Remove changelogs of packages (2a4e125)

0.0.6 (2024-04-05)

This was a version bump only, there were no code changes.

0.0.5 (2024-04-05)

🩹 Fixes

  • form-core: Move todo up (ec32d35)

0.0.4 (2024-04-05)

🩹 Fixes