Skip to content

v4.14.4

Compare
Choose a tag to compare
@logaretm logaretm released this 23 Oct 17:05
· 27 commits to main since this release

πŸ†• New Features

  • Can set a fallback locale for rules that do not have messages in the active locale with setFallbackLocale. #4872 (193a96f)

πŸ› Bug Fixes

  • Devtools crashing when a field name is defined as getter. (0991c01)
  • Handle getter field names properly. #4877 (ecb540a)
  • Properly name exported files to avoid dual package hazard. #4905 (4f88d85)
  • Mark form dirty when object keys are deleted. #4678 (#4710) thanks to @evpaassen

πŸ‘• Types

  • fix(types): expose field and form slot prop types. #4900 (f33974c)