diff --git a/CHANGELOG.md b/CHANGELOG.md index 0325b0c190..fbadd0cdc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 5.2.13 (2021-09-08) + +#### Fixed + +* Fix CSS of invalid BinaryLink +* Fix touchpad click to confirm on a popup +* Fix readonly input in mass update form when grid has readonlyIf in fields +* Fix empty PDF tab with latest Chrome +* Fix dirty checking issue with relational fields + +
+ When some o2m has an onChange action that updates parent record with + `setValues(instance)` the o2m items were wrongly marked as dirty if + the o2m doesn't have named column. +
+ + ## 5.2.12 (2021-04-15) #### Changes diff --git a/changelogs/unreleased/fix-binary-link-invalid-css.yml b/changelogs/unreleased/fix-binary-link-invalid-css.yml deleted file mode 100644 index de73b91386..0000000000 --- a/changelogs/unreleased/fix-binary-link-invalid-css.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix CSS of invalid BinaryLink -type: fix diff --git a/changelogs/unreleased/fix-chrome-empty-pdf.yml b/changelogs/unreleased/fix-chrome-empty-pdf.yml deleted file mode 100644 index 52b3fb04ee..0000000000 --- a/changelogs/unreleased/fix-chrome-empty-pdf.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix empty PDF tab with latest Chrome -type: fix diff --git a/changelogs/unreleased/fix-dirty-checking-issue.yml b/changelogs/unreleased/fix-dirty-checking-issue.yml deleted file mode 100644 index 60cb85fe86..0000000000 --- a/changelogs/unreleased/fix-dirty-checking-issue.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Fix dirty checking issue with relational fields -type: fix -description: | - When some o2m has an onChange action that updates parent record with - `setValues(instance)` the o2m items were wrongly marked as dirty if - the o2m doesn't have named column. diff --git a/changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml b/changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml deleted file mode 100644 index 6a0f08259e..0000000000 --- a/changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix readonly input in mass update form when grid has readonlyIf in fields -type: fix diff --git a/changelogs/unreleased/fix-popup-confirm-touchpad.yml b/changelogs/unreleased/fix-popup-confirm-touchpad.yml deleted file mode 100644 index cd6632c8d4..0000000000 --- a/changelogs/unreleased/fix-popup-confirm-touchpad.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix touchpad click to confirm on a popup -type: fix