@pie-element/categorize 6.7.3-next.1085 → 6.7.3-next.1092

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,86 @@
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
+ # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.0.0...@pie-element/categorize@7.1.0) (2022-06-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * **categorize:** add maxImageWidth and maxImageHeight props PD-1801 ([c438cea](https://github.com/pie-framework/pie-elements/commit/c438cea310e6e5cdfbd8c057fc9aadb36d53bb76))
12
+ * update documentation for items that have validation with settings configurable by client systems PD-1789 ([8ef69cc](https://github.com/pie-framework/pie-elements/commit/8ef69cc0c7439a5803dc95f570efc7cd24c8e334))
13
+ * **categorize:** added configurable validation PD-1739 ([c0d8275](https://github.com/pie-framework/pie-elements/commit/c0d827559fd43106e907967c111912ad92366e8e))
14
+ * **categorize:** implement generate validation message method, add info tooltip PD-1740 ([b315f4e](https://github.com/pie-framework/pie-elements/commit/b315f4ea0bc1461da0a8469bd9df383bc98e78ca))
15
+ * **categorize:** implement ui/ux for validation PD-1740 ([0a05866](https://github.com/pie-framework/pie-elements/commit/0a05866af89b0123b8979ef3b4916af4b2a0cdf9))
16
+
17
+
18
+
19
+
20
+
21
+ # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.21...@pie-element/categorize@7.0.0) (2022-06-28)
22
+
23
+
24
+ ### chore
25
+
26
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
27
+
28
+
29
+ ### BREAKING CHANGES
30
+
31
+ * Image percent buttons were removed from toolbar.
32
+ New properties maxImageWidth and maxImageHeight were added.
33
+
34
+
35
+
36
+
37
+
38
+ ## [6.9.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.20...@pie-element/categorize@6.9.21) (2022-06-13)
39
+
40
+ **Note:** Version bump only for package @pie-element/categorize
41
+
42
+
43
+
44
+
45
+
46
+ ## [6.9.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.19...@pie-element/categorize@6.9.20) (2022-05-30)
47
+
48
+ **Note:** Version bump only for package @pie-element/categorize
49
+
50
+
51
+
52
+
53
+
54
+ ## [6.9.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.18...@pie-element/categorize@6.9.19) (2022-05-16)
55
+
56
+ **Note:** Version bump only for package @pie-element/categorize
57
+
58
+
59
+
60
+
61
+
62
+ ## [6.9.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.17...@pie-element/categorize@6.9.18) (2022-05-09)
63
+
64
+ **Note:** Version bump only for package @pie-element/categorize
65
+
66
+
67
+
68
+
69
+
70
+ ## [6.9.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.16...@pie-element/categorize@6.9.17) (2022-05-03)
71
+
72
+ **Note:** Version bump only for package @pie-element/categorize
73
+
74
+
75
+
76
+
77
+
78
+ ## [6.9.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.15...@pie-element/categorize@6.9.16) (2022-04-12)
79
+
80
+ **Note:** Version bump only for package @pie-element/categorize
81
+
82
+
83
+
84
+
85
+
6
86
  ## [6.9.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.14...@pie-element/categorize@6.9.15) (2022-03-28)
7
87
 
8
88
  **Note:** Version bump only for package @pie-element/categorize
@@ -3,6 +3,84 @@
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
+ # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@6.0.0...@pie-element/categorize-configure@6.1.0) (2022-06-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * **categorize:** add maxImageWidth and maxImageHeight props PD-1801 ([c438cea](https://github.com/pie-framework/pie-elements/commit/c438cea310e6e5cdfbd8c057fc9aadb36d53bb76))
12
+ * **categorize:** implement generate validation message method, add info tooltip PD-1740 ([b315f4e](https://github.com/pie-framework/pie-elements/commit/b315f4ea0bc1461da0a8469bd9df383bc98e78ca))
13
+ * **categorize:** implement ui/ux for validation PD-1740 ([0a05866](https://github.com/pie-framework/pie-elements/commit/0a05866af89b0123b8979ef3b4916af4b2a0cdf9))
14
+
15
+
16
+
17
+
18
+
19
+ # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.25...@pie-element/categorize-configure@6.0.0) (2022-06-28)
20
+
21
+
22
+ ### chore
23
+
24
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
25
+
26
+
27
+ ### BREAKING CHANGES
28
+
29
+ * Image percent buttons were removed from toolbar.
30
+ New properties maxImageWidth and maxImageHeight were added.
31
+
32
+
33
+
34
+
35
+
36
+ ## [5.4.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.24...@pie-element/categorize-configure@5.4.25) (2022-06-13)
37
+
38
+ **Note:** Version bump only for package @pie-element/categorize-configure
39
+
40
+
41
+
42
+
43
+
44
+ ## [5.4.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.23...@pie-element/categorize-configure@5.4.24) (2022-05-30)
45
+
46
+ **Note:** Version bump only for package @pie-element/categorize-configure
47
+
48
+
49
+
50
+
51
+
52
+ ## [5.4.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.22...@pie-element/categorize-configure@5.4.23) (2022-05-16)
53
+
54
+ **Note:** Version bump only for package @pie-element/categorize-configure
55
+
56
+
57
+
58
+
59
+
60
+ ## [5.4.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.21...@pie-element/categorize-configure@5.4.22) (2022-05-09)
61
+
62
+ **Note:** Version bump only for package @pie-element/categorize-configure
63
+
64
+
65
+
66
+
67
+
68
+ ## [5.4.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.20...@pie-element/categorize-configure@5.4.21) (2022-05-03)
69
+
70
+ **Note:** Version bump only for package @pie-element/categorize-configure
71
+
72
+
73
+
74
+
75
+
76
+ ## [5.4.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.19...@pie-element/categorize-configure@5.4.20) (2022-04-12)
77
+
78
+ **Note:** Version bump only for package @pie-element/categorize-configure
79
+
80
+
81
+
82
+
83
+
6
84
  ## [5.4.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@5.4.18...@pie-element/categorize-configure@5.4.19) (2022-03-28)
7
85
 
8
86
  **Note:** Version bump only for package @pie-element/categorize-configure
@@ -3,7 +3,7 @@
3
3
  "private": true,
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
- "version": "5.4.19",
6
+ "version": "6.1.0",
7
7
  "description": "",
8
8
  "scripts": {},
9
9
  "author": "pie framework developers",
@@ -13,9 +13,9 @@
13
13
  "@material-ui/icons": "^3.0.1",
14
14
  "@pie-framework/pie-configure-events": "^1.2.0",
15
15
  "@pie-lib/categorize": "^0.6.24",
16
- "@pie-lib/config-ui": "^11.0.5",
16
+ "@pie-lib/config-ui": "^11.0.6",
17
17
  "@pie-lib/drag": "^1.1.52",
18
- "@pie-lib/editable-html": "^9.0.1",
18
+ "@pie-lib/editable-html": "^9.0.2",
19
19
  "@pie-lib/render-ui": "^4.13.1",
20
20
  "classnames": "^2.2.5",
21
21
  "debug": "^3.1.0",
@@ -3,6 +3,14 @@
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
+ ## [5.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@5.2.7...@pie-element/categorize-controller@5.2.8) (2022-05-16)
7
+
8
+ **Note:** Version bump only for package @pie-element/categorize-controller
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@5.2.2...@pie-element/categorize-controller@5.2.4) (2021-11-11)
7
15
 
8
16
  **Note:** Version bump only for package @pie-element/categorize-controller
@@ -7,7 +7,7 @@
7
7
  "@pie-lib/feedback": "^0.4.27",
8
8
  "lodash": "^4.17.15"
9
9
  },
10
- "version": "5.2.7",
10
+ "version": "5.2.8",
11
11
  "description": "",
12
12
  "scripts": {},
13
13
  "main": "lib/index.js",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "6.7.3-next.1085+3f1b30bfa",
7
+ "version": "6.7.3-next.1092+d28972805",
8
8
  "description": "",
9
9
  "author": "pie framework developers",
10
10
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  "react-dnd": "^9.3.2",
25
25
  "react-dom": "^16.8.1"
26
26
  },
27
- "gitHead": "3f1b30bfaa2d930947043f0fd9f801e05192dd19",
27
+ "gitHead": "d28972805593a8fe74c0635af421b8b6ff9c2e70",
28
28
  "scripts": {
29
29
  "postpublish": "../../scripts/postpublish"
30
30
  },