frappe_form 0.9.1
frappe_form: ^0.9.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
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
0.9.1 #
Changed #
- Improved phone number parsing when filling phone input field to ensure proper US number handling.
0.9.0 #
0.8.0 #
Added #
- Implemented link tap behavior for
HTML
fields. - Added visual indication for required fields by displaying a red asterisk (*) in field labels.
0.7.0 #
0.6.0 #
Added #
- Added support for a field custom property
render_rules
to allow custom rendering of fields based on definitions.
0.5.0 #
Added #
- Added support for Mandatory Depends On (JS) expressions in fields (
mandatory_depends_on
property). - Added support for Read Only Depends On (JS) expressions in fields (
read_only_depends_on
property).
Changed #
- Improved support for Display Depends On (JS) expressions in fields (
depends_on
property).
Fixed #
- Fixed issue with content scrolling to ensure submit button to properly appear show up.
0.4.1 #
Fixed #
- Fixed
maxLength
validation to 140 chars max forData
field (according to official docs) when nolength
is 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
DocForm
for 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
DocFieldRatingView
that was not setting the initial rating correctly.