Skip to content

Commit dba9387

Browse files
author
Jean-Philippe Schreiber
committed
Retrait destroy dans les interfaces
1 parent e642e7f commit dba9387

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#Changelog SDV-NG2-Widgets
22

3+
## 1.4.10 - 23/01/2018
4+
* FIX: Datatable: Retrait de la méthode destroy dans les interfaces des widgets dynamiques
5+
36
## 1.4.9 - 23/01/2018
47
* FIX: Autocomplete: Le placeholder du champ correspondant à "Aucun" n'apparait plus plusieurs fois
58
* ADD: Datatable: Possibilité de fournir un widget pour une cellule
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export interface DynamicActionInterface {
22
data: any;
33
scope: any;
4-
destroy: () => {};
54
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export interface DynamicTdInterface {
22
data: any;
33
scope: any;
4-
destroy: () => {};
54
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdv-ng2-widgets",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "Angular2 - SDV Widgets",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)