FormEngine 1.11.0
September 13, 2024
- Added the
Time pickercomponent. - Added the time annotation builder and property editor for editing properties
with the
timetype. - Added the
Rich text editorcomponent. - Added the object annotation builder and property editor for editing properties
with the
objecttype. - Added the BuilderContextProvider and useBuilderContext hook to use the Designer's state in custom components.
- Fixed a bug where the
One tapproperty in theDate pickercomponent had theeventtype instead ofboolean. - Fixed a bug where the application crashed if the date was entered from the keyboard into the
Date pickercomponent. - Fixed the height of the property editors.
- The
thisproperty is now bound in implementations of theFieldinterface.
Documentation
- Added the Formik integration guide.
- The documentation on the Actions has been significantly updated.