Skip to content

Releases: gutentag2012/form-signals

v0.4.7

29 Dec 15:24
Compare
Choose a tag to compare

0.4.7 (2024-12-29)

🩹 Fixes

v0.4.6

25 Nov 21:10
Compare
Choose a tag to compare

0.4.6 (2024-11-25)

🩹 Fixes

  • possible mutation errors due to missing copy of updated options (c03edfc)

v0.4.5

10 Nov 22:03
Compare
Choose a tag to compare

0.4.5 (2024-11-10)

🩹 Fixes

  • wrong copy of date objects (b6787c2)

v0.4.4

10 Nov 13:46
Compare
Choose a tag to compare

0.4.4 (2024-11-10)

🩹 Fixes

  • change submit return to allow all values (232a8d7)

v0.4.3

26 Oct 13:45
Compare
Choose a tag to compare

0.4.3 (2024-10-26)

🩹 Fixes

  • unmounted fields not being removed from the form (80dae36)
  • add option to keep fields in form even if they are unmounted (f2a3f2e)
  • examples: update package versions from workspace to explicit npm versions (309c881)

v0.4.2

24 Aug 16:24
Compare
Choose a tag to compare

0.4.2 (2024-08-24)

🩹 Fixes

  • elements returning jsx elements instead of react nodes (a38dd87)
  • add npmignore to reduce package size (70f3199)

v0.4.1

19 Aug 21:16
Compare
Choose a tag to compare

0.4.1 (2024-08-19)

🩹 Fixes

  • move default entry file to last place to resolve nextjs error (0ff0855)

v0.4.0

18 Jun 18:17
Compare
Choose a tag to compare

0.4.0 (2024-06-18)

🚀 Features

  • form-core: allow files as a deep signalify exception similar to dates (7c6ac75)
  • form-core: add transform buffer to bridge invalid transformations (ffe09b5)

🩹 Fixes

  • form-core: transform signal not doing finegrained updates (54d7d16)
  • form-core: form validation skipping if fields without default values are registered (564eb8a)
  • form-core: onSubmit validation running debounce (0b26e7a)
  • form-core: array not being marked as dirty when adding or removing values (82827e7)
  • form-core: creation of form group mutating members array (e5432e0)
  • form-react: field group rerendering too much because members array is recognized as changed even though it hasnt (eca1d7a)
  • form-react: allow to manage mounted state by a different source than the hooks (9ce5206)

v0.3.1

27 May 20:19
Compare
Choose a tag to compare

0.3.1 (2024-05-27)

🩹 Fixes

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

v0.3.0

27 May 19:55
Compare
Choose a tag to compare

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)