Kaynağa Gözat

chore(release): Bumped to Version 14.5.0

# [14.5.0](https://github.com/frappe/frappe/compare/v14.4.3...v14.5.0) (2022-08-30)

### Bug Fixes

* 'TopBarItem' object does not support item assignment [#17926](https://github.com/frappe/frappe/issues/17926) ([#17927](https://github.com/frappe/frappe/issues/17927)) ([7af2b19](7af2b19fd1))
* added cancel button in clear form dialog ([95c0868](95c0868b89))
* added in_view_mode flag ([b7bd489](b7bd48938a))
* clear `notifications` cache when deleting a Notification ([7dbdfda](7dbdfda895))
* Do not show "Not Saved" on loading System Settings (backport [#17967](https://github.com/frappe/frappe/issues/17967)) ([#17968](https://github.com/frappe/frappe/issues/17968)) ([e154d77](e154d77a10))
* don't attempt to delete workspace in prod ([0202f77](0202f774d0))
* fetch values from email domain for email account ([5477340](5477340e9e))
* foreach doesnt work for html element looping ([69e706f](69e706f2de))
* formatted Section,Column,Page Breaks in webform field table and more ([995ffa3](995ffa30d9))
* include Color field in Web Form fieldtypes ([26089c2](26089c2b73))
* Keep action button size consistent ([516ee67](516ee671d8))
* keep progress dots always in center ([94b5c57](94b5c572ee))
* made web form and web list responsive ([2741b91](2741b91490))
* made web form skeleton responsive ([f23f909](f23f909c67))
* make clear button link which trigger warning dialog ([627a72f](627a72fa97))
* minor success page css changes ([9231bc4](9231bc4e1b))
* **minor:** success page button css (responsive) ([7746bea](7746bea3ad))
* moved banner image in to page header section ([bbba5f1](bbba5f1a4e))
* only allow 9 page breaks in web form ([e604b47](e604b4705a))
* permissions dont refresh when switching doc ([2e03bf7](2e03bf7749))
* remove page breaks without any fields in it ([2d7b015](2d7b015d61))
* replaced clear button with discard button ([bacb2cf](bacb2cf2e5))
* Resolve conflicts ([0f44b09](0f44b09bb6))
* Set last_value for check ([a1609ab](a1609abca7))
* setup field's change event instead of input change event ([db30c7f](db30c7f7ba))
* show clear button only if form is dirty and ([ba53a2b](ba53a2b23e))
* show discard dialog only if form is dirty ([cab022e](cab022e4c6))
* show empty fields in web form's view mode ([dda0c89](dda0c89da2))
* show introduction in edit mode ([00af4f8](00af4f8e5c))
* show Page 1 of 2 only in view mode ([7768b40](7768b40189))
* show submit button always if allow_incomplete is enabled ([17472bc](17472bc8fa))
* show webform name and webform doc name on header ([af05e88](af05e8868d))
* submit button should always be on extreme right ([88186d3](88186d3243))
* text editor overflow issue ([d286ca3](d286ca36c2))
* title should never be empty ([30ea75a](30ea75af6c))
* translate import warnings ([#17924](https://github.com/frappe/frappe/issues/17924)) ([#17931](https://github.com/frappe/frappe/issues/17931)) ([fb50a90](fb50a90a47))
* use debounced frappe.call on domain selection ([372b108](372b10837d))

### Features

* added not saved indicator if form is dirty ([1543bf9](1543bf97a7))
* **bench:** add new bench command for add user  (backport [#17938](https://github.com/frappe/frappe/issues/17938)) ([#17942](https://github.com/frappe/frappe/issues/17942)) ([cf508f0](cf508f045c))
* make attachments public on doctypes ([c329e2c](c329e2c2ce))
* remove subtree ([#17647](https://github.com/frappe/frappe/issues/17647)) ([#17954](https://github.com/frappe/frappe/issues/17954)) ([5f4e053](5f4e0531cd))

### Performance Improvements

* avoid coalescing wherever possible ([#17920](https://github.com/frappe/frappe/issues/17920)) ([#17925](https://github.com/frappe/frappe/issues/17925)) ([7c8a125](7c8a125c74))

### Reverts

* use meta fields in standard webforms ([d555173](d555173bc8))
version-14
Frappe PR Bot 2 yıl önce
ebeveyn
işleme
a3af839770
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py Dosyayı Görüntüle

@@ -42,7 +42,7 @@ from .utils.jinja import (
)
from .utils.lazy_loader import lazy_import

__version__ = "14.4.3"
__version__ = "14.5.0"
__title__ = "Frappe Framework"

controllers = {}


Yükleniyor…
İptal
Kaydet