Skip to content

Releases: Bloomstack/frappe

Release v2.1.0

01 Apr 18:00

Choose a tag to compare

  • 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

08 Mar 08:08

Choose a tag to compare

  • feat: email and phone validations (#497)
  • feat: added Insight Engine to Desktop (#481)
  • fix: use shadow dom to render email content in timeline (#496)
  • fix(boilerplate): proper hooks_templete for web_form (#494)
  • fix: show login if session user is guest (#478)

Release v2.0.13

18 Feb 09:44

Choose a tag to compare

  • fix: Clear fetch from values on removal of link flied data

Release v2.0.12

10 Feb 09:46

Choose a tag to compare

  • chore: port latest utils
  • fix: do not filter address

Release v2.0.11

03 Feb 09:43

Choose a tag to compare

  • 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

27 Jan 11:17

Choose a tag to compare

  • 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

19 Jan 18:05

Choose a tag to compare

  • 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

13 Jan 11:52

Choose a tag to compare

  • fix: remove then since setup_defaults doesnt return Promise
  • fix: contradicting errors displayed while editing timesheet

Release v2.0.7

04 Jan 19:20

Choose a tag to compare

  • 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

23 Dec 12:44

Choose a tag to compare

  • 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)