@pie-lib/config-ui 12.2.0-next.0 → 12.2.0-next.4

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 +27 -43
  2. package/package.json +6 -9
package/CHANGELOG.md CHANGED
@@ -3,79 +3,63 @@
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
- # [12.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@12.1.0-next.2...@pie-lib/config-ui@12.1.0-next.4) (2026-01-27)
6
+ # [12.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@12.2.0-next.3...@pie-lib/config-ui@12.2.0-next.4) (2026-02-24)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/config-ui
9
9
 
10
+ # [12.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@12.2.0-next.1...@pie-lib/config-ui@12.2.0-next.3) (2026-02-24)
10
11
 
12
+ ### Bug Fixes
11
13
 
14
+ - made sure placeholder works, math item does not blur editor, table toolbar contains correct extensions [PD-5616] [PD-5584] [PD-5627] ([9bc768f](https://github.com/pie-framework/pie-lib/commit/9bc768f4e4301f91cc768475f0defa545ee7b43d))
12
15
 
16
+ # [12.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@12.1.0-next.2...@pie-lib/config-ui@12.1.0-next.4) (2026-01-27)
13
17
 
14
- # [12.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@12.1.0-next.1...@pie-lib/config-ui@12.1.0-next.2) (2026-01-26)
18
+ **Note:** Version bump only for package @pie-lib/config-ui
15
19
 
20
+ # [12.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@12.1.0-next.1...@pie-lib/config-ui@12.1.0-next.2) (2026-01-26)
16
21
 
17
22
  ### Bug Fixes
18
23
 
19
- * removed slate-html-serializer from markup, and fixed extracss rules functionality ([1ac30a3](https://github.com/pie-framework/pie-lib/commit/1ac30a362202b9c063920642382cce8234b9de85))
20
-
21
-
22
-
23
-
24
+ - removed slate-html-serializer from markup, and fixed extracss rules functionality ([1ac30a3](https://github.com/pie-framework/pie-lib/commit/1ac30a362202b9c063920642382cce8234b9de85))
24
25
 
25
26
  # [12.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@11.30.2...@pie-lib/config-ui@12.1.0-next.1) (2026-01-26)
26
27
 
27
-
28
28
  ### Bug Fixes
29
29
 
30
- * fix feedback menu, adjust choiceconfig style ([f5ea380](https://github.com/pie-framework/pie-lib/commit/f5ea380a108c0da9358c4e9028baa7068f4c5e91))
31
- * fix some popper components, fix some math toolbar color ([ed1df55](https://github.com/pie-framework/pie-lib/commit/ed1df558e272686a712767e347df49434790f334))
32
- * label positioning in input render-ui ([8012817](https://github.com/pie-framework/pie-lib/commit/80128173dc596181de296633e9413bba8b79db81))
33
- * number fields in settings panel ([babde84](https://github.com/pie-framework/pie-lib/commit/babde844bffe8efdc4a2622bbfc0e372a0d33806))
34
- * remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
35
- * remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
36
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
37
- * remove parantheses ([07c8d13](https://github.com/pie-framework/pie-lib/commit/07c8d1366d768b1e22e31fb930a7d41a2a31d5ca))
38
- * select in settings panel ([89d3f93](https://github.com/pie-framework/pie-lib/commit/89d3f935ebf9e13c6d1f538e6b3d76ff5612b5f6))
39
- * settings panel label size ([c3606b9](https://github.com/pie-framework/pie-lib/commit/c3606b9319e771284415177bee48ffa49fb72fc6))
40
- * updated tip-tap with mui instead of material-ui [PD-5141] ([880d3ab](https://github.com/pie-framework/pie-lib/commit/880d3ab1d63aa12c7e975c882f50624200565737))
41
- * use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
42
- * **config-ui:** use the styled components for both tabs case as for the others ([81b8c23](https://github.com/pie-framework/pie-lib/commit/81b8c231c3e469e7a07a3e9d9321093dba8d0bcb))
43
- * **config-ui, mask-markup:** replace deprecated props, externd AlerDialog with new props ([6e7a163](https://github.com/pie-framework/pie-lib/commit/6e7a16314944745154801010aa4973a03aa15dcc))
44
-
30
+ - fix feedback menu, adjust choiceconfig style ([f5ea380](https://github.com/pie-framework/pie-lib/commit/f5ea380a108c0da9358c4e9028baa7068f4c5e91))
31
+ - fix some popper components, fix some math toolbar color ([ed1df55](https://github.com/pie-framework/pie-lib/commit/ed1df558e272686a712767e347df49434790f334))
32
+ - label positioning in input render-ui ([8012817](https://github.com/pie-framework/pie-lib/commit/80128173dc596181de296633e9413bba8b79db81))
33
+ - number fields in settings panel ([babde84](https://github.com/pie-framework/pie-lib/commit/babde844bffe8efdc4a2622bbfc0e372a0d33806))
34
+ - remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
35
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
36
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
37
+ - remove parantheses ([07c8d13](https://github.com/pie-framework/pie-lib/commit/07c8d1366d768b1e22e31fb930a7d41a2a31d5ca))
38
+ - select in settings panel ([89d3f93](https://github.com/pie-framework/pie-lib/commit/89d3f935ebf9e13c6d1f538e6b3d76ff5612b5f6))
39
+ - settings panel label size ([c3606b9](https://github.com/pie-framework/pie-lib/commit/c3606b9319e771284415177bee48ffa49fb72fc6))
40
+ - updated tip-tap with mui instead of material-ui [PD-5141] ([880d3ab](https://github.com/pie-framework/pie-lib/commit/880d3ab1d63aa12c7e975c882f50624200565737))
41
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
42
+ - **config-ui:** use the styled components for both tabs case as for the others ([81b8c23](https://github.com/pie-framework/pie-lib/commit/81b8c231c3e469e7a07a3e9d9321093dba8d0bcb))
43
+ - **config-ui, mask-markup:** replace deprecated props, externd AlerDialog with new props ([6e7a163](https://github.com/pie-framework/pie-lib/commit/6e7a16314944745154801010aa4973a03aa15dcc))
45
44
 
46
45
  ### Features
47
46
 
48
- * add MuiButton style overrides for consistent theming ([8fc184e](https://github.com/pie-framework/pie-lib/commit/8fc184e0eca3425cc76f1f76d8f1f24eb56c0779))
49
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
50
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
51
- * **config-ui:** migrate to material v5 PD-5258 ([3ea0799](https://github.com/pie-framework/pie-lib/commit/3ea0799ce78ca20c938c7765b7af5a47194c39d1))
52
-
53
-
54
-
55
-
47
+ - add MuiButton style overrides for consistent theming ([8fc184e](https://github.com/pie-framework/pie-lib/commit/8fc184e0eca3425cc76f1f76d8f1f24eb56c0779))
48
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
49
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
50
+ - **config-ui:** migrate to material v5 PD-5258 ([3ea0799](https://github.com/pie-framework/pie-lib/commit/3ea0799ce78ca20c938c7765b7af5a47194c39d1))
56
51
 
57
52
  # [12.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@11.30.3-next.0...@pie-lib/config-ui@12.0.0-next.0) (2026-01-19)
58
53
 
59
54
  **Note:** Version bump only for package @pie-lib/config-ui
60
55
 
61
-
62
-
63
-
64
-
65
56
  ## [11.30.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@11.43.0-mui-update.0...@pie-lib/config-ui@11.30.3-next.0) (2026-01-19)
66
57
 
67
-
68
-
69
58
  # 11.30.0 (2025-10-22)
70
59
 
71
-
72
60
  ### Bug Fixes
73
61
 
74
- * avoid redundant re-renders by guarding layoutMode setState ([3f4aecd](https://github.com/pie-framework/pie-lib/commit/3f4aecd1c862b94a9faf3e058086da30995ae60d))
75
-
76
-
77
-
78
-
62
+ - avoid redundant re-renders by guarding layoutMode setState ([3f4aecd](https://github.com/pie-framework/pie-lib/commit/3f4aecd1c862b94a9faf3e058086da30995ae60d))
79
63
 
80
64
  ## [11.30.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@11.30.1...@pie-lib/config-ui@11.30.2) (2025-11-27)
81
65
 
package/package.json CHANGED
@@ -1,24 +1,21 @@
1
1
  {
2
2
  "name": "@pie-lib/config-ui",
3
- "version": "12.2.0-next.0+c7578ca",
3
+ "version": "12.2.0-next.4",
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "scripts": {},
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/pie-framework/pie-lib"
13
- },
10
+ "repository": "pie-framework/pie-lib",
14
11
  "dependencies": {
15
12
  "@emotion/react": "^11.14.0",
16
13
  "@emotion/style": "^0.8.0",
17
14
  "@mui/icons-material": "^7.3.4",
18
15
  "@mui/material": "^7.3.4",
19
- "@pie-lib/editable-html-tip-tap": "^1.2.0-next.0+c7578ca",
20
- "@pie-lib/icons": "^3.2.0-next.0+c7578ca",
21
- "@pie-lib/render-ui": "^5.2.0-next.0+c7578ca",
16
+ "@pie-lib/editable-html-tip-tap": "^1.2.0-next.4",
17
+ "@pie-lib/icons": "^3.2.0-next.1",
18
+ "@pie-lib/render-ui": "^5.2.0-next.1",
22
19
  "assert": "^1.4.1",
23
20
  "debug": "^4.1.1",
24
21
  "lodash-es": "^4.17.23",
@@ -33,5 +30,5 @@
33
30
  "peerDependencies": {
34
31
  "react": "^18.2.0"
35
32
  },
36
- "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d"
33
+ "gitHead": "d42e2b81c672bd7847240d831747a5931953acff"
37
34
  }