Releases: Bloomstack/frappe
Releases · Bloomstack/frappe
Release v2.1.0
- fix: expose country and country code in boot on webforms (#519)
- fix: get default country code in boot (#518)
- feat: enabled track changes for all single doctypes (#516)
- fix: fixed title of contact doctype and added new field for title (#514)
- feat: Python Scripts in dashboards (#511)
- feat: doctype wise comm composer settings (#512)
- fix: get default country code in boot (#508)
- fix: show report button added to prepared report (#509)
- Fix: xlsx export format for financial reports (#507)
- feat: make welcome emails configurable via system settings (#503)
Release v2.0.14
Release v2.0.13
- fix: Clear fetch from values on removal of link flied data
Release v2.0.12
- chore: port latest utils
- fix: do not filter address
Release v2.0.11
- fix: filter out disabled addresses
- fix: pass txt from multiselect pills for filtering
- chore: show doctype name in perm_check_log (#464)
Release v2.0.10
- fix: list view field delete error
- fix: message fixes for cancelling documents (#449)
- chore: Sets title link back in from the set_data_value side
- fix: Removes fork that reuses link label when formatting Link Control
- fix: Fixes issue where if Link label isn't set blur event triggers data change on where no changes occur
- fix: contact fetch in email recipient
Release v2.0.9
- chore: set check boxes values when creating email
- fix(oauth): throw error if no key is found for provider
- chore: add HTML Editor to custom field
- fix: added dataurl to signature attachment instead of actual file attachment
Release v2.0.8
- fix: remove then since setup_defaults doesnt return Promise
- fix: contradicting errors displayed while editing timesheet
Release v2.0.7
- fix: do not reset email field if invalid
- fix: remove title_field from search_field
- fix: validate title field in searchfields
- fix: use 'endfor' for ending the loop
- fix: use 'cstr' instead of 'String'
- fix: remove unused function args
- fix: remove is_query check in build_for_autosuggest
- fix: change customize form modified
- fix: convert to string to strip html and check if null
- chore: uodate travis badge in readme
- fix: mnemonic for newForm to form_dict
- fix: added new end point for aws get token flow
- fix: added semicolon in link.js
- fix: remove unwanted file /assignment_rule_user.json
Release v2.0.6
- fix: add fieldname for submit
- fix: strip empty string if value is undefined
- fix: fix signature attachment
- fix: ensure atleast 1 . in email id
- feat: Adds unittest.mock specific tools to help mock frappe apis (#349)