Skip to content

Releases: tsedio/tsed-formio

v2.3.3

28 Feb 14:26
Compare
Choose a tag to compare

2.3.3 (2025-02-28)

Bug Fixes

  • react-formio: fix exports fields (8023efe)

v3.0.0-alpha.9

25 Jan 08:21
Compare
Choose a tag to compare
v3.0.0-alpha.9 Pre-release
Pre-release

3.0.0-alpha.9 (2025-01-25)

Features

  • react-formio: add support Choicesjs and React-select layout to InputTags (6c6f640)

v3.0.0-alpha.8

18 Jan 09:33
Compare
Choose a tag to compare
v3.0.0-alpha.8 Pre-release
Pre-release

3.0.0-alpha.8 (2025-01-18)

Features

  • react-formio: add button molecule (828c292)
  • react-formio: add Icon atom (86ddca3)
  • react-formio: add react-select (53e9ddb)
  • react-formio: register FormBuilder, FormEdit, etc to the container components (5ff7bdb)

v3.0.0-alpha.7

10 Jan 16:24
Compare
Choose a tag to compare
v3.0.0-alpha.7 Pre-release
Pre-release

3.0.0-alpha.7 (2025-01-10)

Bug Fixes

Code Refactoring

  • react-formio: move all formio component under organisms (9cae9ae)

BREAKING CHANGES

  • react-formio: use appropriate link to import components (tree shaking)

v3.0.0-alpha.6

07 Jan 07:15
Compare
Choose a tag to compare
v3.0.0-alpha.6 Pre-release
Pre-release

3.0.0-alpha.6 (2025-01-07)

Bug Fixes

  • react-formio: use useDebounced lib to debounce input text changes (222ece1)

v3.0.0-alpha.5

06 Jan 12:47
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release

3.0.0-alpha.5 (2025-01-06)

Bug Fixes

  • react-formio: migrate FormBuilder to react hooks (41b3e6b)

v3.0.0-alpha.4

06 Jan 08:18
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release

3.0.0-alpha.4 (2025-01-06)

Bug Fixes

  • react-formio: fix onAsyncSubmit on useForm hook (c1de308)

v3.0.0-alpha.3

04 Jan 18:18
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release

3.0.0-alpha.3 (2025-01-04)

Bug Fixes

  • react-formio: changing naming convention for Type (prefix by Type instead Schema) (e34573e)

v3.0.0-alpha.2

04 Jan 17:40
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

3.0.0-alpha.2 (2025-01-04)

Bug Fixes

v3.0.0-alpha.1

29 Dec 11:06
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

3.0.0-alpha.1 (2024-12-29)

Code Refactoring

  • react-formio: migrate to esm and vitest (07acb3d)

BREAKING CHANGES

  • react-formio: expose all formio modules on ESM format only