@slickgrid-universal/binding 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -32
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,36 +3,45 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.17.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.2...v0.17.0) (2021-09-09)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **core:** potential event binding leaks not all removed when disposing ([3e61712](https://github.com/ghiscoding/slickgrid-universal/commit/3e61712156f3b76b48b04d66bb05f2533f041831))
12
-
13
-
14
-
15
-
16
-
17
- # [0.16.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.15.0...v0.16.0) (2021-07-16)
18
-
19
-
20
- ### Features
21
-
22
- * **services:** make everything extendable by using `protected` ([ecbb93a](https://github.com/ghiscoding/slickgrid-universal/commit/ecbb93a56abba39dd050bbd6019b86694495edd1))
23
-
24
-
25
-
26
-
27
-
28
- # [0.15.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.1...v0.15.0) (2021-07-06)
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * **build:** the "files" property should be included in pkg.json ([3d8f12e](https://github.com/ghiscoding/slickgrid-universal/commit/3d8f12e5f55079445c6fb5cde767f8e0b4511ebb))
34
-
35
-
36
- ### Features
37
-
6
+ # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
7
+
8
+ **Note:** Version bump only for package @slickgrid-universal/binding
9
+
10
+
11
+
12
+
13
+
14
+
15
+ # [0.17.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.2...v0.17.0) (2021-09-09)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **core:** potential event binding leaks not all removed when disposing ([3e61712](https://github.com/ghiscoding/slickgrid-universal/commit/3e61712156f3b76b48b04d66bb05f2533f041831))
21
+
22
+
23
+
24
+
25
+
26
+ # [0.16.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.15.0...v0.16.0) (2021-07-16)
27
+
28
+
29
+ ### Features
30
+
31
+ * **services:** make everything extendable by using `protected` ([ecbb93a](https://github.com/ghiscoding/slickgrid-universal/commit/ecbb93a56abba39dd050bbd6019b86694495edd1))
32
+
33
+
34
+
35
+
36
+
37
+ # [0.15.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.1...v0.15.0) (2021-07-06)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * **build:** the "files" property should be included in pkg.json ([3d8f12e](https://github.com/ghiscoding/slickgrid-universal/commit/3d8f12e5f55079445c6fb5cde767f8e0b4511ebb))
43
+
44
+
45
+ ### Features
46
+
38
47
  * **components:** extract Custom Footer to be an external component ([1794c27](https://github.com/ghiscoding/slickgrid-universal/commit/1794c27d7669c172f606d709d3360bc5d2f77798))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/binding",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -38,12 +38,12 @@
38
38
  "not dead"
39
39
  ],
40
40
  "dependencies": {
41
- "dompurify": "^2.3.1"
41
+ "dompurify": "^2.3.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "cross-env": "^7.0.3",
45
45
  "npm-run-all": "^4.1.5",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
- "gitHead": "13dfd69e953b298a1412892044fbf1c4c713c131"
48
+ "gitHead": "8bb69e2ea317262f1392f0b2bdf0adbb47263fb5"
49
49
  }