Skip to content

Releases: iway1/react-ts-form

v1.2.0

31 Jan 03:10
291f32f
Compare
Choose a tag to compare

What's Changed

  • Wrap form with react-hook-form->FormProvider so custom FormComponent … by @mulyoved in #53

New Contributors

Full Changelog: 1.1.3...1.2.0

v1.1.3

18 Jan 03:57
9e3e8f2
Compare
Choose a tag to compare

What's Changed

  • fixes issue with using describe on unique field schemas by @iway1 in #48
  • Fix quick placeholders slashes by @iway1 in #49

Full Changelog: 1.1.2...1.1.3

v1.1.2

18 Jan 03:14
ef50c96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

v1.1.1

14 Jan 18:13
b0cef0f
Compare
Choose a tag to compare

What's Changed

  • fix typing issues with create unique field schema by @iway1 in #40
  • fix typo in README.md by @irekrog in #35
  • fix typing issues with refine and transform usage by @iway1 in #41

New Contributors

Full Changelog: 1.0.10...1.1.1

v1.1.0

08 Jan 03:03
b9295fa
Compare
Choose a tag to compare

What's Changed

  • Adds tuple, record, map and set support by @iway1 in #19
  • Duplicate id checking now happens per call to createTsForm by @iway1 in #29

Full Changelog: 1.0.9...1.0.10

v1.0.9

04 Jan 23:49
a1ec1c5
Compare
Choose a tag to compare

What's Changed

  • Now shows a one time warning when a duplicate schema is encountered by @iway1 in #17

Full Changelog: 1.0.8...1.0.9

v1.0.8

04 Jan 13:40
0284292
Compare
Choose a tag to compare

Fix typo in error message link.

See https://github.com/iway1/react-ts-form/releases/tag/1.0.7 for recent changes

v1.0.7

04 Jan 13:13
27b255b
Compare
Choose a tag to compare

Deprecated enums because:

  • They didn't handle all usecases people were likely to try and use them in leading to confusing situations
  • z.string() and z.number() plus react props can be used to cover all those use cases in a more straightforward way.

What's Changed

  • adds deprecation warnings to enum, updates docs by @iway1 in #13
  • now checks for array equality correctly by @iway1 in #14

Full Changelog: 1.0.6...1.0.7

v1.0.6

02 Jan 23:03
c51f065
Compare
Choose a tag to compare

Change output / main to .cjs to avoid issues w/ next.js etc

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

v1.0.5 - Public Release

01 Jan 20:12
ac29463
Compare
Choose a tag to compare