@pie-element/categorize 7.4.1-next.48 → 7.5.1-next.1

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,31 @@
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.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.4.0...@pie-element/categorize@7.5.0) (2022-12-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
12
+ * **categorize:** drag an answer choice elsewhere after it has been placed in a category-PD-1995 ([ade8720](https://github.com/pie-framework/pie-elements/commit/ade87201855c30f733e0ec3ed3c3336054409023))
13
+
14
+
15
+ ### Features
16
+
17
+ * **categorize:** add pretty printer-PD-1995 ([712200b](https://github.com/pie-framework/pie-elements/commit/712200bf642f990da8443d6266f4a0b8e08d4f71))
18
+ * **categorize:** add sanitt checks for choices-PD-1995 ([d4cd099](https://github.com/pie-framework/pie-elements/commit/d4cd099a3f0743015d42b6504580bfa4c17081b9))
19
+ * **categorize:** add sanity checks-PD-1995 ([33d88e7](https://github.com/pie-framework/pie-elements/commit/33d88e7688443098baf940ac1233e3fba68c2b81))
20
+ * **categorize:** define all propTypes-PD-1971 ([202030d](https://github.com/pie-framework/pie-elements/commit/202030dca780ee28871140cef0437c8a0a2632c2))
21
+ * **categorize:** name field for the new category should have focus after add new cat-PD-1971 ([9456f42](https://github.com/pie-framework/pie-elements/commit/9456f427d6775d99f24a1661f4eb5332e2ebe507))
22
+ * **categorize:** select text on focus-PD-1971 ([8be1949](https://github.com/pie-framework/pie-elements/commit/8be1949b8ebc60b2aefc21842a264900f0ddc4c1))
23
+ * **categorize:** solve conflicts-PD-1971 ([e56e7c0](https://github.com/pie-framework/pie-elements/commit/e56e7c01ad4806a822537416e8741784de12517c))
24
+ * **categorize:** update snapshot-PD-1971 ([c825e35](https://github.com/pie-framework/pie-elements/commit/c825e359a2561a3a6a39506d1838ef0e93ddd087))
25
+ * **pie-models:** update schemas for extended-text-entry in order to include the updated spellchek property ([bf4b656](https://github.com/pie-framework/pie-elements/commit/bf4b656241887acf8e2aa1264e747c0c338ed727))
26
+
27
+
28
+
29
+
30
+
6
31
  # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.3.0...@pie-element/categorize@7.4.0) (2022-12-07)
7
32
 
8
33
 
@@ -3,6 +3,30 @@
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.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@6.4.0...@pie-element/categorize-configure@6.5.0) (2022-12-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
12
+ * **categorize:** drag an answer choice elsewhere after it has been placed in a category-PD-1995 ([ade8720](https://github.com/pie-framework/pie-elements/commit/ade87201855c30f733e0ec3ed3c3336054409023))
13
+
14
+
15
+ ### Features
16
+
17
+ * **categorize:** add pretty printer-PD-1995 ([712200b](https://github.com/pie-framework/pie-elements/commit/712200bf642f990da8443d6266f4a0b8e08d4f71))
18
+ * **categorize:** add sanitt checks for choices-PD-1995 ([d4cd099](https://github.com/pie-framework/pie-elements/commit/d4cd099a3f0743015d42b6504580bfa4c17081b9))
19
+ * **categorize:** add sanity checks-PD-1995 ([33d88e7](https://github.com/pie-framework/pie-elements/commit/33d88e7688443098baf940ac1233e3fba68c2b81))
20
+ * **categorize:** define all propTypes-PD-1971 ([202030d](https://github.com/pie-framework/pie-elements/commit/202030dca780ee28871140cef0437c8a0a2632c2))
21
+ * **categorize:** name field for the new category should have focus after add new cat-PD-1971 ([9456f42](https://github.com/pie-framework/pie-elements/commit/9456f427d6775d99f24a1661f4eb5332e2ebe507))
22
+ * **categorize:** select text on focus-PD-1971 ([8be1949](https://github.com/pie-framework/pie-elements/commit/8be1949b8ebc60b2aefc21842a264900f0ddc4c1))
23
+ * **categorize:** solve conflicts-PD-1971 ([e56e7c0](https://github.com/pie-framework/pie-elements/commit/e56e7c01ad4806a822537416e8741784de12517c))
24
+ * **categorize:** update snapshot-PD-1971 ([c825e35](https://github.com/pie-framework/pie-elements/commit/c825e359a2561a3a6a39506d1838ef0e93ddd087))
25
+
26
+
27
+
28
+
29
+
6
30
  # [6.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@6.3.0...@pie-element/categorize-configure@6.4.0) (2022-12-07)
7
31
 
8
32
 
@@ -3,7 +3,7 @@
3
3
  "private": true,
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
- "version": "6.4.0",
6
+ "version": "6.5.0",
7
7
  "description": "",
8
8
  "scripts": {},
9
9
  "author": "pie framework developers",
@@ -13,7 +13,7 @@
13
13
  "@material-ui/icons": "^3.0.1",
14
14
  "@pie-framework/pie-configure-events": "^1.3.0",
15
15
  "@pie-lib/categorize": "^0.6.26",
16
- "@pie-lib/config-ui": "^11.1.3",
16
+ "@pie-lib/config-ui": "^11.1.4",
17
17
  "@pie-lib/drag": "^2.0.4",
18
18
  "@pie-lib/editable-html": "^9.3.0",
19
19
  "@pie-lib/render-ui": "^4.13.7",
@@ -3,6 +3,17 @@
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.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@5.5.0...@pie-element/categorize-controller@5.5.1) (2022-12-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@5.4.0...@pie-element/categorize-controller@5.5.0) (2022-12-07)
7
18
 
8
19
 
@@ -7,7 +7,7 @@
7
7
  "@pie-lib/feedback": "^0.4.28",
8
8
  "lodash": "^4.17.15"
9
9
  },
10
- "version": "5.5.0",
10
+ "version": "5.5.1",
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": "7.4.1-next.48+054beffb8",
7
+ "version": "7.5.1-next.1+8cb5b90d5",
8
8
  "description": "",
9
9
  "author": "pie framework developers",
10
10
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  "react-dnd": "^14.0.5",
25
25
  "react-dom": "^16.8.1"
26
26
  },
27
- "gitHead": "054beffb85769ce3bbe4b0c7d563a6fd9038ac93",
27
+ "gitHead": "8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6",
28
28
  "scripts": {
29
29
  "postpublish": "../../scripts/postpublish"
30
30
  },