Skip to content

Releases: JMBeresford/r3f-form

v4.0.0

09 Mar 23:32
b3a30d1
Compare
Choose a tag to compare

4.0.0 (2024-03-09)

BREAKING CHANGES

  • New export maps: i.e. import * from 'r3f-form/Input' no longer valid

v3.0.2

12 Jul 23:58
Compare
Choose a tag to compare

3.0.2 (2023-07-12)

Bug Fixes

v3.0.1

12 Jul 23:20
Compare
Choose a tag to compare

3.0.1 (2023-07-12)

Bug Fixes

  • codesandbox dependencies (9c7350f)

v3.0.0

12 Jul 23:06
Compare
Choose a tag to compare

3.0.0 (2023-07-12)

  • fix!: remove '/dist' from import paths (c22d915), closes #20

BREAKING CHANGES

  • existing imports that include '/dist' will no longer
    work; remove 'dist' to migrate to new import format

v2.0.1

09 Feb 05:50
Compare
Choose a tag to compare

2.0.1 (2023-02-09)

Bug Fixes

  • Textarea: handle defaultValue prop (dacf0e2)

v2.0.0

09 Feb 04:40
8be4084
Compare
Choose a tag to compare

2.0.0 (2023-02-09)

BREAKING CHANGES

  • Labels and all text configs/props now go in their
    own new components

v1.4.5

17 Jan 01:03
Compare
Choose a tag to compare

1.4.5 (2023-01-17)

Bug Fixes

  • textarea vert-pos fix, minor nits (74cf3d4)

v1.4.4

16 Jan 23:26
Compare
Choose a tag to compare

1.4.4 (2023-01-16)

Bug Fixes

  • Textarea: vert center on first line (d4383cf)

v1.4.2

16 Jan 22:44
Compare
Choose a tag to compare

1.4.2 (2023-01-16)

Bug Fixes

  • Textarea: render order of selection planes (c6d8009)

v1.4.1

16 Jan 21:52
Compare
Choose a tag to compare

1.4.1 (2023-01-16)

Bug Fixes