@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.
@@ -1,27 +1,25 @@
1
1
 
2
- > @memberjunction/react-runtime@2.133.0 build
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@2.133.0 build:node
6
+ > @memberjunction/react-runtime@3.1.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@2.133.0 build:umd
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 runtime.umd.js 2.73 MiB [emitted] [minimized] [big] (name: main) 1 related asset
17
- orphan modules 513 KiB [orphan] 123 modules
14
+ asset runtime.umd.js 2.68 MiB [emitted] [minimized] [big] (name: main) 1 related asset
15
+ orphan modules 530 KiB [orphan] 125 modules
18
16
  runtime modules 1010 bytes 5 modules
19
- modules by path ../../ 5.61 MiB
20
- modules by path ../../../node_modules/ 1.62 MiB 258 modules
21
- modules by path ../../MJCore/ 908 KiB 37 modules
22
- modules by path ../../MJGlobal/ 211 KiB 37 modules
23
- modules by path ../../MJCoreEntities/dist/ 2.73 MiB 23 modules
24
- modules by path ../../GraphQLDataProvider/ 133 KiB 22 modules
25
- modules by path ../../InteractiveComponents/dist/*.js 42.2 KiB 11 modules
26
- modules by path ./dist/ 453 KiB 28 modules
27
- webpack 5.92.1 compiled successfully in 149497 ms
17
+ modules by path ../../ 5.62 MiB
18
+ modules by path ../../../node_modules/ 1.5 MiB 251 modules
19
+ modules by path ../../MJGlobal/ 211 KiB 37 modules
20
+ modules by path ../../MJCore/dist/ 864 KiB 34 modules
21
+ modules by path ../../MJCoreEntities/ 2.9 MiB 33 modules
22
+ modules by path ../../GraphQLDataProvider/ 134 KiB 22 modules
23
+ modules by path ../../InteractiveComponents/dist/*.js 39 KiB 11 modules
24
+ modules by path ./dist/ 421 KiB 28 modules
25
+ webpack 5.94.0 compiled successfully 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