Skip to content

Releases: blb-ventures/resource

v0.11.0

02 Oct 19:06
640fcec
Compare
Choose a tag to compare

0.11.0 (2023-10-02)

Features

  • adds FieldObjectKind type and dict (42f0078)
  • adds instructions, descriptions and usage examples to the README.md (d1ee988)
  • adds real usage examples (d1ee988)
  • adds resource field to APIFieldObject (42f0078)

Code Refactoring

  • refactors zod integration function to accept only APIField and not APIFieldUnion (42f0078)

Build System

  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (912a42d)

Miscellaneous

  • adds a README.md to examples (2172610)
  • adds example screenshot to README.md (64ca047)
  • adds examples directory link to the reference in the main README.md (2172610)
  • adds github actions build status for the repo (2172610)
  • adds MIT LICENSE file (2172610)

v0.10.1

14 Jun 20:54
ba4c7ae
Compare
Choose a tag to compare

0.10.1 (2023-06-14)

Bug Fixes

  • adds missing localization to addMultipleValidation (a8dbb98)

v0.10.0

01 Jun 16:33
e701913
Compare
Choose a tag to compare

0.10.0 (2023-06-01)

Features

  • improves image and file field validation (55ed15e)

v0.9.4

13 May 00:22
c6275a7
Compare
Choose a tag to compare

0.9.4 (2023-05-13)

Bug Fixes

  • fixes react-hook-form not rendering the field correctly (88b5568)

v0.9.3

13 May 00:07
cce850d
Compare
Choose a tag to compare

0.9.3 (2023-05-13)

Bug Fixes

  • adds missing validationSchemaBuilder initializer (2cb1ddd)
  • fixes getValidationSchema override validation object value type (a248503)

v0.9.2

12 May 23:08
8e33a07
Compare
Choose a tag to compare

0.9.2 (2023-05-12)

Bug Fixes

  • makes extra props or validation optional for getFieldListFormField and getValidationSchema (b4f4b81)

v0.9.1

12 May 22:49
e985edf
Compare
Choose a tag to compare

0.9.1 (2023-05-12)

Bug Fixes

  • fixes getFieldDisplay value type (bc6066e)

v0.9.0

12 May 22:39
6119c32
Compare
Choose a tag to compare

0.9.0 (2023-05-12)

Features

  • makes display function returns a generic and makes it more lax by defaulting it to string|null (31280b3)
  • makes react-hook-form adapter return more lax by allowing it to return JSX.Element | null (31280b3)

v0.8.1

12 May 21:36
c62445b
Compare
Choose a tag to compare

0.8.1 (2023-05-12)

Bug Fixes

  • removes export of a removed file (36d41e1)

v0.8.0

12 May 21:34
4e840e0
Compare
Choose a tag to compare

0.8.0 (2023-05-12)

⚠ BREAKING CHANGES

  • refactors resource manager to depend less on resource types

Features

  • adds playground to package.json scripts (b78aa8b)

Build System

  • changes github release action (cc455ca)

Miscellaneous

  • removes unused dep semantic-release (c179259)

Code Refactoring

  • refactors resource manager to depend less on resource types (b78aa8b)