frappe_form 0.4.1
frappe_form: ^0.4.1 copied to clipboard
A library to render Frappe DocForm and generate a response
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
0.4.1 #
Fixed #
- Fixed
maxLengthvalidation to 140 chars max forDatafield (according to official docs) when nolengthis specified.
0.2.1 #
Changed #
- Improved answer generation to ignore null values.
Fixed #
- Fixed issue with DocFieldPhoneView parsing initial phone number with hyphens.
- Fixed issue with DocFieldGeolocationView initial value that was taking coordinates in the wrong order.
- Fixed issue with scroll controller when using multiple tabs.
0.2.0 #
Added #
- Added "Next" and "Back" buttons to the
DocFormfor easier navigation between tabs. - Added support for html formatting on descriptions and Heading.
Changed #
- Changed the description location on Sections and Columns to be below the title instead of below the content.
Fixed #
- Fixed an issue with the label on Checkbox fields.
0.1.1 #
Fixed #
- Fixed an issue with the
DocFieldRatingViewthat was not setting the initial rating correctly.