@pie-element/categorize 9.9.2-next.54 → 9.10.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.
- package/CHANGELOG.md +19 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +17 -0
- package/controller/package.json +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
# [9.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@9.9.1...@pie-element/categorize@9.10.0) (2025-02-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
|
|
12
|
+
* **categorize:** delete empty lines, add complete property to controller PD-4793 ([479cbf7](https://github.com/pie-framework/pie-elements/commit/479cbf7c29d04b858f15c4b95a0a0a213cdff5d9))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **categorize:** add autoplay funtionality to categorize PD-4793 ([3e39315](https://github.com/pie-framework/pie-elements/commit/3e39315f546e80d5ffb579be4adb7fe433c9111c))
|
|
18
|
+
* **categorize:** change audio auplay warning popup with play blue button PD-4793 ([d7e519f](https://github.com/pie-framework/pie-elements/commit/d7e519fe7db4a284aa147b332ec4a7c94e5535a4))
|
|
19
|
+
* **categorize:** updated documentation PD-4793 ([ba1f3de](https://github.com/pie-framework/pie-elements/commit/ba1f3def2088503d503df4bb15ad114b485da848))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [9.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@9.9.0...@pie-element/categorize@9.9.1) (2025-02-06)
|
|
7
26
|
|
|
8
27
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -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
|
+
## [8.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@8.4.1...@pie-element/categorize-configure@8.4.2) (2025-02-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [8.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@8.4.0...@pie-element/categorize-configure@8.4.1) (2025-02-06)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": true,
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "src/index.js",
|
|
6
|
-
"version": "8.4.
|
|
6
|
+
"version": "8.4.2",
|
|
7
7
|
"description": "",
|
|
8
8
|
"scripts": {},
|
|
9
9
|
"author": "pie framework developers",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@material-ui/icons": "^3.0.1",
|
|
14
14
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "2.9.
|
|
15
|
+
"@pie-lib/pie-toolbox": "2.9.1",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"debug": "^3.1.0",
|
|
18
18
|
"lodash": "^4.17.15",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
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.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@7.5.6...@pie-element/categorize-controller@7.6.0) (2025-02-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
|
|
12
|
+
* **categorize:** delete empty lines, add complete property to controller PD-4793 ([479cbf7](https://github.com/pie-framework/pie-elements/commit/479cbf7c29d04b858f15c4b95a0a0a213cdff5d9))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **categorize:** add autoplay funtionality to categorize PD-4793 ([3e39315](https://github.com/pie-framework/pie-elements/commit/3e39315f546e80d5ffb579be4adb7fe433c9111c))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## [7.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@7.5.5...@pie-element/categorize-controller@7.5.6) (2025-02-06)
|
|
7
24
|
|
|
8
25
|
|
package/controller/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@pie-element/categorize-controller",
|
|
3
3
|
"private": true,
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@pie-lib/pie-toolbox": "2.9.
|
|
5
|
+
"@pie-lib/pie-toolbox": "2.9.1",
|
|
6
6
|
"lodash": "^4.17.15"
|
|
7
7
|
},
|
|
8
|
-
"version": "7.
|
|
8
|
+
"version": "7.6.0",
|
|
9
9
|
"description": "",
|
|
10
10
|
"scripts": {},
|
|
11
11
|
"main": "lib/index.js",
|
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "9.
|
|
7
|
+
"version": "9.10.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
14
|
-
"@pie-lib/pie-toolbox": "2.9.
|
|
14
|
+
"@pie-lib/pie-toolbox": "2.9.1",
|
|
15
15
|
"classnames": "^2.2.5",
|
|
16
16
|
"debug": "^4.1.1",
|
|
17
17
|
"lodash": "^4.17.15",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "6efba1362f19cfb3676f7999b50e04667cf09f97",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|