@pie-lib/render-ui 5.2.0-next.0 → 5.2.0-next.2

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 +25 -43
  2. package/package.json +7 -10
package/CHANGELOG.md CHANGED
@@ -3,75 +3,57 @@
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.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@5.1.0-next.2...@pie-lib/render-ui@5.1.0-next.4) (2026-01-27)
7
-
8
- **Note:** Version bump only for package @pie-lib/render-ui
6
+ # [5.2.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@5.2.0-next.1...@pie-lib/render-ui@5.2.0-next.2) (2026-02-25)
9
7
 
8
+ ### Bug Fixes
10
9
 
10
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
11
11
 
12
+ # [5.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@5.1.0-next.2...@pie-lib/render-ui@5.1.0-next.4) (2026-01-27)
12
13
 
14
+ **Note:** Version bump only for package @pie-lib/render-ui
13
15
 
14
16
  # [5.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@5.1.0-next.1...@pie-lib/render-ui@5.1.0-next.2) (2026-01-26)
15
17
 
16
-
17
18
  ### Bug Fixes
18
19
 
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
-
20
+ - removed slate-html-serializer from markup, and fixed extracss rules functionality ([1ac30a3](https://github.com/pie-framework/pie-lib/commit/1ac30a362202b9c063920642382cce8234b9de85))
24
21
 
25
22
  # [5.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.35.2...@pie-lib/render-ui@5.1.0-next.1) (2026-01-26)
26
23
 
27
-
28
24
  ### Bug Fixes
29
25
 
30
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
31
- * **render-ui:** handle invalid values for fontSizeFactor PD-5412 ([39b13c0](https://github.com/pie-framework/pie-lib/commit/39b13c0583f3f83575e4c32ed2873eecfd4903cd))
32
- * add back muiButton ([b65ddc0](https://github.com/pie-framework/pie-lib/commit/b65ddc06cbb83dda5cc3c04ee60afffb793f1e10))
33
- * add default props uiLayout, add props for previewLayout ([933e5f7](https://github.com/pie-framework/pie-lib/commit/933e5f71f1f2fff99c57ee5132f9f23ee85c3f28))
34
- * Add MutationObserver to PreviewPrompt for prompt, rationale & TI math rendering ([d77ef3c](https://github.com/pie-framework/pie-lib/commit/d77ef3c15c6928f3a7dae627e6c49380cef01745))
35
- * fix some popper components, fix some math toolbar color ([ed1df55](https://github.com/pie-framework/pie-lib/commit/ed1df558e272686a712767e347df49434790f334))
36
- * label positioning in input render-ui ([8012817](https://github.com/pie-framework/pie-lib/commit/80128173dc596181de296633e9413bba8b79db81))
37
- * 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))
38
- * remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
39
- * simplify math render logic ([de11ebe](https://github.com/pie-framework/pie-lib/commit/de11ebe7f2faeb9dce6215673a90b79e86cbc590))
40
- * update graphing components - styling and correctness handling PD-5258 ([7f1d3ba](https://github.com/pie-framework/pie-lib/commit/7f1d3bade7271c8f95bb9a67352fc9a52888ffda))
41
- * use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
42
-
26
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
27
+ - **render-ui:** handle invalid values for fontSizeFactor PD-5412 ([39b13c0](https://github.com/pie-framework/pie-lib/commit/39b13c0583f3f83575e4c32ed2873eecfd4903cd))
28
+ - add back muiButton ([b65ddc0](https://github.com/pie-framework/pie-lib/commit/b65ddc06cbb83dda5cc3c04ee60afffb793f1e10))
29
+ - add default props uiLayout, add props for previewLayout ([933e5f7](https://github.com/pie-framework/pie-lib/commit/933e5f71f1f2fff99c57ee5132f9f23ee85c3f28))
30
+ - Add MutationObserver to PreviewPrompt for prompt, rationale & TI math rendering ([d77ef3c](https://github.com/pie-framework/pie-lib/commit/d77ef3c15c6928f3a7dae627e6c49380cef01745))
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
+ - 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))
34
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
35
+ - simplify math render logic ([de11ebe](https://github.com/pie-framework/pie-lib/commit/de11ebe7f2faeb9dce6215673a90b79e86cbc590))
36
+ - update graphing components - styling and correctness handling PD-5258 ([7f1d3ba](https://github.com/pie-framework/pie-lib/commit/7f1d3bade7271c8f95bb9a67352fc9a52888ffda))
37
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
43
38
 
44
39
  ### Features
45
40
 
46
- * add MuiButton style overrides for consistent theming ([8fc184e](https://github.com/pie-framework/pie-lib/commit/8fc184e0eca3425cc76f1f76d8f1f24eb56c0779))
47
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
48
- * PD-5258 wip Material-UI migration ([25e60f3](https://github.com/pie-framework/pie-lib/commit/25e60f32602bfd7bfc8b4f9d2dcc3a3cd664e72b))
49
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
50
-
51
-
52
-
53
-
41
+ - add MuiButton style overrides for consistent theming ([8fc184e](https://github.com/pie-framework/pie-lib/commit/8fc184e0eca3425cc76f1f76d8f1f24eb56c0779))
42
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
43
+ - PD-5258 wip Material-UI migration ([25e60f3](https://github.com/pie-framework/pie-lib/commit/25e60f32602bfd7bfc8b4f9d2dcc3a3cd664e72b))
44
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
54
45
 
55
46
  # [5.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.35.3-next.0...@pie-lib/render-ui@5.0.0-next.0) (2026-01-19)
56
47
 
57
48
  **Note:** Version bump only for package @pie-lib/render-ui
58
49
 
59
-
60
-
61
-
62
-
63
50
  ## [4.35.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.49.0-mui-update.0...@pie-lib/render-ui@4.35.3-next.0) (2026-01-19)
64
51
 
65
-
66
52
  ### Bug Fixes
67
53
 
68
- * **render-ui:** change unneeded colors overwriting in theme provider PD-5274 ([dbfaed5](https://github.com/pie-framework/pie-lib/commit/dbfaed50feed9c059b14c9835468159858446af1))
69
- * **render-ui:** handle vertical striping only for tables with th first col PD-5211 ([d32502e](https://github.com/pie-framework/pie-lib/commit/d32502e496fc9a19a6444e537587017c91e87724))
70
- * bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
71
-
72
-
73
-
74
-
54
+ - **render-ui:** change unneeded colors overwriting in theme provider PD-5274 ([dbfaed5](https://github.com/pie-framework/pie-lib/commit/dbfaed50feed9c059b14c9835468159858446af1))
55
+ - **render-ui:** handle vertical striping only for tables with th first col PD-5211 ([d32502e](https://github.com/pie-framework/pie-lib/commit/d32502e496fc9a19a6444e537587017c91e87724))
56
+ - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
75
57
 
76
58
  ## [4.35.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/render-ui@4.35.1...@pie-lib/render-ui@4.35.2) (2025-11-27)
77
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/render-ui",
3
- "version": "5.2.0-next.0+c7578ca",
3
+ "version": "5.2.0-next.2",
4
4
  "description": "Some shared ui elements when rendering - but not worthy of their own package yet.",
5
5
  "module": "src/index.js",
6
6
  "main": "lib/index.js",
@@ -8,25 +8,22 @@
8
8
  "access": "public"
9
9
  },
10
10
  "scripts": {},
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/pie-framework/pie-lib"
14
- },
11
+ "repository": "pie-framework/pie-lib",
15
12
  "dependencies": {
16
13
  "@emotion/react": "^11.14.0",
17
14
  "@emotion/styled": "^11.14.1",
18
15
  "@mui/icons-material": "^7.3.4",
19
16
  "@mui/material": "^7.3.4",
20
- "@pie-lib/icons": "^3.2.0-next.0+c7578ca",
21
- "@pie-lib/math-rendering": "^4.2.0-next.0+c7578ca",
22
- "@pie-lib/test-utils": "^1.2.0-next.0+c7578ca",
17
+ "@pie-lib/icons": "^3.2.0-next.2",
18
+ "@pie-lib/math-rendering": "^4.2.0-next.1",
19
+ "@pie-lib/test-utils": "^1.2.0-next.1",
23
20
  "debug": "^4.1.1",
24
21
  "lodash-es": "^4.17.23",
25
22
  "prop-types": "^15.7.2",
26
23
  "react-transition-group": "^4.4.5"
27
24
  },
28
25
  "peerDependencies": {
29
- "@pie-lib/test-utils": "1.1.1-next.1",
26
+ "@pie-lib/test-utils": "^1.2.0-next.0",
30
27
  "react": "^18.2.0",
31
28
  "react-dom": "^18.2.0"
32
29
  },
@@ -34,5 +31,5 @@
34
31
  "react": "^18.2.0",
35
32
  "react-dom": "^18.2.0"
36
33
  },
37
- "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d"
34
+ "gitHead": "01fa85c5f94bfdef2cd95f49bd465ec0b702fe6d"
38
35
  }