frappe_form 0.1.2 copy "frappe_form: ^0.1.2" to clipboard
frappe_form: ^0.1.2 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.1.2 #

Changed #

  • html_editor_enhanced dependency updated to latest.

0.1.1 #

Fixed #

  • Fixed an issue with the DocFieldRatingView that was not setting the initial rating correctly.

0.1.0 #

Added #

  • Added support for actions widgets on AppBar.
  • Fields sorted according to the field_order property in the DocForm.

Changed #

  • DocFieldAutocompleteView updated to show options on focus.

0.0.1 #

Added #

  • First release