@memberjunction/react-runtime 2.133.0 → 3.1.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/.turbo/turbo-build.log +14 -16
- package/CHANGELOG.md +25 -5
- package/dist/runtime.umd.js +24 -9
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,27 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @memberjunction/react-runtime@
|
|
2
|
+
> @memberjunction/react-runtime@3.1.0 build
|
|
3
3
|
> npm run build:node && npm run build:umd
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @memberjunction/react-runtime@
|
|
6
|
+
> @memberjunction/react-runtime@3.1.0 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@
|
|
10
|
+
> @memberjunction/react-runtime@3.1.0 build:umd
|
|
11
11
|
> webpack --config webpack.umd.config.js
|
|
12
12
|
|
|
13
|
-
(node:14304) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
|
|
14
|
-
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
15
13
|
[BABEL] Note: The code generator has deoptimised the styling of /home/runner/work/MJ/MJ/packages/MJCoreEntities/dist/generated/entity_subclasses.js as it exceeds the max of 500KB.
|
|
16
|
-
asset
|
|
17
|
-
orphan modules
|
|
14
|
+
asset [1m[33mruntime.umd.js[39m[22m [1m[33m2.68 MiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 1 related asset
|
|
15
|
+
orphan modules 530 KiB [1m[33m[orphan][39m[22m 125 modules
|
|
18
16
|
runtime modules 1010 bytes 5 modules
|
|
19
|
-
modules by path
|
|
20
|
-
modules by path ../../../node_modules
|
|
21
|
-
modules by path ../../
|
|
22
|
-
modules by path ../../
|
|
23
|
-
modules by path ../../MJCoreEntities
|
|
24
|
-
modules by path ../../GraphQLDataProvider
|
|
25
|
-
modules by path ../../InteractiveComponents/dist/*.js
|
|
26
|
-
modules by path ./dist
|
|
27
|
-
webpack 5.
|
|
17
|
+
modules by path [1m../../[39m[22m 5.62 MiB
|
|
18
|
+
modules by path [1m../../../node_modules/[39m[22m 1.5 MiB 251 modules
|
|
19
|
+
modules by path [1m../../MJGlobal/[39m[22m 211 KiB 37 modules
|
|
20
|
+
modules by path [1m../../MJCore/dist/[39m[22m 864 KiB 34 modules
|
|
21
|
+
modules by path [1m../../MJCoreEntities/[39m[22m 2.9 MiB 33 modules
|
|
22
|
+
modules by path [1m../../GraphQLDataProvider/[39m[22m 134 KiB 22 modules
|
|
23
|
+
modules by path [1m../../InteractiveComponents/dist/*.js[39m[22m 39 KiB 11 modules
|
|
24
|
+
modules by path [1m./dist/[39m[22m 421 KiB 28 modules
|
|
25
|
+
webpack 5.94.0 compiled [1m[32msuccessfully[39m[22m in 121698 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [7d8b74f]
|
|
8
|
+
- Updated dependencies [8c0b624]
|
|
9
|
+
- Updated dependencies [da767ac]
|
|
10
|
+
- Updated dependencies [2772c27]
|
|
11
|
+
- Updated dependencies [8b12ea2]
|
|
12
|
+
- @memberjunction/core-entities@3.1.0
|
|
13
|
+
- @memberjunction/graphql-dataprovider@3.1.0
|
|
14
|
+
- @memberjunction/core@3.1.0
|
|
15
|
+
- @memberjunction/interactive-component-types@3.1.0
|
|
16
|
+
- @memberjunction/global@3.1.0
|
|
17
|
+
|
|
18
|
+
## 3.0.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- @memberjunction/graphql-dataprovider@3.0.0
|
|
23
|
+
- @memberjunction/interactive-component-types@3.0.0
|
|
24
|
+
- @memberjunction/core@3.0.0
|
|
25
|
+
- @memberjunction/core-entities@3.0.0
|
|
26
|
+
- @memberjunction/global@3.0.0
|
|
27
|
+
|
|
3
28
|
## 2.133.0
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -400,7 +425,6 @@
|
|
|
400
425
|
- 4567af3: **Component Feedback System (Registry-Agnostic)**
|
|
401
426
|
|
|
402
427
|
Implement comprehensive component feedback system that works across any component registry (Skip, MJ Central, etc.) with support for custom feedback handlers.
|
|
403
|
-
|
|
404
428
|
- Add skip-component-feedback-panel component with sliding panel UI (444 lines CSS, 161 lines HTML, 274 lines TS)
|
|
405
429
|
- Add star ratings (0-5 scale), comments, and component hierarchy visualization
|
|
406
430
|
- Add FeedbackHandler interface for customizable feedback logic per registry
|
|
@@ -417,7 +441,6 @@
|
|
|
417
441
|
**React Runtime Debug Logging Enhancements**
|
|
418
442
|
|
|
419
443
|
Restore debug logging with production guards for better debugging capabilities.
|
|
420
|
-
|
|
421
444
|
- Restore 12 debug console.log statements throughout React runtime (prop-builder, component-hierarchy)
|
|
422
445
|
- Wrap all debug logs with LogStatus/GetProductionStatus checks
|
|
423
446
|
- Add comprehensive README.md documentation (95 lines) for debug configuration
|
|
@@ -427,7 +450,6 @@
|
|
|
427
450
|
**AI Prompt Error Handling Improvements**
|
|
428
451
|
|
|
429
452
|
Replace hardcoded error truncation with configurable maxErrorLength parameter.
|
|
430
|
-
|
|
431
453
|
- Add maxErrorLength?: number property to AIPromptParams class
|
|
432
454
|
- Update AIPromptRunner.logError() to accept maxErrorLength in options
|
|
433
455
|
- Thread maxErrorLength through 18 logError calls throughout AIPromptRunner
|
|
@@ -436,7 +458,6 @@
|
|
|
436
458
|
- When set, errors are truncated with "... [truncated]" suffix
|
|
437
459
|
|
|
438
460
|
**Bug Fixes**
|
|
439
|
-
|
|
440
461
|
- Fix AI parameter extraction edge cases in AIPromptRunner and QueryEntity
|
|
441
462
|
- Fix mj.config.cjs configuration
|
|
442
463
|
- Fix component hierarchy tracking in dynamic reports
|
|
@@ -458,7 +479,6 @@
|
|
|
458
479
|
|
|
459
480
|
- bd75336: ix: Improve React component system registry handling and chart
|
|
460
481
|
flexibility
|
|
461
|
-
|
|
462
482
|
- Enhanced component manager to optimize pre-registered component loading
|
|
463
483
|
by skipping redundant fetches
|
|
464
484
|
- Fixed SimpleChart component to accept any field for grouping, not just
|