Skip to content

Releases: foxhound87/mobx-react-form

v6.13.0

02 Jun 14:43

Choose a tag to compare

6.13.0 (2026-06-02)

Bug Fixes

  • correct import paths in test fixtures - use ../../../ instead of ../../../../ for relative src imports (06efd2c)
  • resolve all noImplicitAny errors across source files (5ce0a72)

Features

  • add FieldDefinition interface and PathsOf utility type for field props and path autocomplete (4e0dd92)
  • add generics to Form and Field for type-safe field access (3edf301)
  • add transparent nested path autocomplete to via PathsOf (b18443b)
  • enable strictNullChecks across all source files (a10de8a)
  • thread generic F through BaseInterface -> Base -> SharedHelpersInterface (32524b4)

v6.12.7

20 Mar 16:40

Choose a tag to compare

6.12.7 (2026-03-20)

Bug Fixes

  • mobx error: Field not found (222584e)

v6.12.6

20 Mar 10:17

Choose a tag to compare

6.12.6 (2026-03-20)

Bug Fixes

  • umd bundler defaults exports (1b78697)

v6.12.5

19 Mar 18:15

Choose a tag to compare

6.12.5 (2026-03-19)

Bug Fixes

v6.12.4

16 Mar 11:00

Choose a tag to compare

6.12.4 (2026-03-16)

Bug Fixes

  • replace Webpack with Rollup (8e619f1)

v6.12.3

14 Oct 19:57

Choose a tag to compare

6.12.3 (2025-10-14)

Bug Fixes

  • introduced extra form config (942b5ef)

v6.12.2

19 Aug 12:40

Choose a tag to compare

6.12.2 (2025-08-19)

Bug Fixes

  • fixed models and interfaces imports (e5c5964)

v6.12.1

05 May 09:30

Choose a tag to compare

6.12.1 (2025-05-05)

Bug Fixes

  • support for YUP .ref() and .when() methods (45bdfff), closes #626

v6.12.0

16 Apr 13:17

Choose a tag to compare

6.12.0 (2025-04-16)

Features

  • validation package type inference when extending validation plugins (74d3117)

v6.11.2

02 Apr 10:19

Choose a tag to compare

6.11.2 (2025-04-02)

Bug Fixes

  • fix: autocomplete to autoComplete (4d6436c)