diff --git a/_data/components/form.yml b/_data/components/form.yml
index de15dfb84..c386946e5 100644
--- a/_data/components/form.yml
+++ b/_data/components/form.yml
@@ -180,6 +180,12 @@ attributes: [
required: "",
since: "15.1.0",
description: "Fields attr's order that will be be set values in this order in the form, separated by ';'"
+},{
+ name: "form-data-validation-function",
+ type: "(data: any) => OFormValidation",
+ since: "15.4.2",
+ description: "Executes the before-save validation callback for insert and update operations."
+
}]
outputs: [{
diff --git a/_data/components/otableData/10tableExportButton.yml b/_data/components/otableData/10tableExportButton.yml
index 76ae92564..4b21ffdc1 100644
--- a/_data/components/otableData/10tableExportButton.yml
+++ b/_data/components/otableData/10tableExportButton.yml
@@ -25,9 +25,16 @@ attributes: [{
default: "",
required: "",
description: "Indicates the exportation type",
+},{
+ name: "export-function",
+ type: "() => void",
+ default: "",
+ required: "",
+ since: "15.4.2",
+ description: "Custom function to be executed when the export button is clicked",
}]
outputs: [{
name: "onClick",
- description: "Event triggered when the export button is clicked"
+ description: "Event triggered when the export button is clicked.
This output is deprecated, use the export-function attribute instead.",
}]
diff --git a/docs/aditional-information/52-versions.md b/docs/aditional-information/52-versions.md
index e7a922969..56ea3a0bb 100644
--- a/docs/aditional-information/52-versions.md
+++ b/docs/aditional-information/52-versions.md
@@ -28,14 +28,20 @@ In this section you can check the different releases of **OntimizeWeb** and its