@digitaldefiance/express-suite-react-components 4.19.11 → 4.19.13

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/README.md +203 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -364,6 +364,209 @@ MIT © Digital Defiance
364
364
 
365
365
  ## ChangeLog
366
366
 
367
+ ### Version 4.19.11
368
+
369
+ - Version sync release; re-applies all changes from v2.14.x line (see below)
370
+
371
+ ### Version 3.6.12
372
+
373
+ - Version sync release; reverts to pre-v2.14.x codebase baseline
374
+
375
+ ### Versions 2.14.13 - 2.14.15
376
+
377
+ - Dependency updates
378
+
379
+ ### Version 2.14.14
380
+
381
+ - Added `ForgotPasswordFormWrapper` and `ResetPasswordFormWrapper` components
382
+ - Exported new wrappers from `wrappers/index.tsx`
383
+
384
+ ### Version 2.14.12
385
+
386
+ - Expanded TopMenu tests with `createI18nSetup` integration coverage
387
+
388
+ ### Version 2.14.11
389
+
390
+ - TopMenu: removed hard `Constants` import; site title now resolves from i18n constants registry when `constants` prop is omitted
391
+ - AuthService: added `extractErrorMessage` helper for structured API error objects
392
+ - Added comprehensive `authService.spec.ts` test suite
393
+ - Expanded TopMenu test coverage
394
+
395
+ ### Version 2.14.9
396
+
397
+ - Dependency updates
398
+
399
+ ### Version 2.14.8
400
+
401
+ - I18nProvider: added null guard for optional `t()` method on engine
402
+
403
+ ### Version 2.14.7
404
+
405
+ - I18nProvider: simplified `tBranded` to delegate directly to `i18nEngine.t()`
406
+
407
+ ### Version 2.14.6
408
+
409
+ - I18nProvider: added template-pattern detection to route `{{…}}` / `{var}` keys through `i18nEngine.t()`
410
+
411
+ ### Version 2.14.5
412
+
413
+ - I18nProvider: introduced `II18nEngineCompat` interface replacing direct `I18nEngine` import; supports both `I18nEngine` and `PluginI18nEngine`
414
+ - Added `t()` and optional `translateStringKey()` to engine compat interface
415
+
416
+ ### Versions 2.14.3 - 2.14.4
417
+
418
+ - Dependency updates
419
+
420
+ ### Version 2.14.2
421
+
422
+ - Expanded I18nConstants integration tests
423
+
424
+ ### Version 2.14.1
425
+
426
+ - TopMenu: added `additionalMenus` prop with priority-based merge into context menus
427
+ - Added I18nConstants integration test suite (375 lines) verifying constant override flow
428
+
429
+ ### Version 2.13.15
430
+
431
+ - TopMenu: added `constants` prop to pass `IConstants` for site title template variable
432
+
433
+ ### Version 2.13.14
434
+
435
+ - TranslatedTitle: added `vars` prop for template variable support
436
+
437
+ ### Version 2.13.13
438
+
439
+ - Added `Tbranded` (`T.tsx`) and `TDivBranded` (`TDiv.tsx`) translation components
440
+ - Exported new components from `components/index.ts`
441
+ - Added `tBranded` function to I18nProvider context
442
+
443
+ ### Versions 2.13.10 - 2.13.12
444
+
445
+ - Dependency updates
446
+
447
+ ### Versions 2.13.1 - 2.13.5
448
+
449
+ - README: documented UserMenu and UserSettingsForm components
450
+ - Dependency updates
451
+
452
+ ### Versions 2.12.0 - 2.12.31
453
+
454
+ - Dependency updates
455
+
456
+ ### Versions 2.11.2 - 2.11.4
457
+
458
+ - Dependency updates
459
+
460
+ ### Version 2.11.1
461
+
462
+ - Removed committed `yarn.lock` and `showcase/yarn.lock` from repository
463
+
464
+ ### Version 2.10.0
465
+
466
+ - Migrated all components to use `SuiteCoreStringKeyValue` type parameter for translation calls
467
+ - Updated PrivateRoute, UnAuthRoute, and all form components with stricter i18n typing
468
+ - Refactored AuthProvider and MenuContext for improved type safety
469
+
470
+ ### Versions 2.9.46 - 2.9.48
471
+
472
+ - Dependency updates
473
+
474
+ ### Version 2.9.40
475
+
476
+ - TopMenu: replaced `@ts-expect-error` with `Link as ElementType` cast for MUI/react-router compatibility
477
+ - Fixed wrapper test import
478
+
479
+ ### Versions 2.9.38 - 2.9.39
480
+
481
+ - Dependency updates
482
+
483
+ ### Version 2.9.37
484
+
485
+ - Dependency updates (added `@digitaldefiance/i18n-lib` peer dependency)
486
+
487
+ ### Versions 2.9.34 - 2.9.36
488
+
489
+ - Dependency updates
490
+
491
+ ### Version 2.9.33
492
+
493
+ - AuthProvider: integrated `AESGCMService` into `PasswordLoginService` construction
494
+
495
+ ### Versions 2.9.29 - 2.9.32
496
+
497
+ - Dependency updates
498
+
499
+ ### Version 2.9.28
500
+
501
+ - Added ECIESService mock to AuthProvider test suite for ID provider validation
502
+
503
+ ### Versions 2.9.25 - 2.9.27
504
+
505
+ - Dependency updates
506
+
507
+ ### Versions 2.9.21 - 2.9.24
508
+
509
+ - Dependency updates
510
+
511
+ ### Version 2.9.20
512
+
513
+ - Added showcase app with Hero, About, and Components pages
514
+ - Added GitHub Actions workflow for showcase deployment
515
+
516
+ ### Version 2.9.19
517
+
518
+ - Added `docs/WRAPPERS.md` documentation
519
+ - Updated test setup
520
+
521
+ ### Version 2.9.18
522
+
523
+ - Jest config: added `transformIgnorePatterns` for ESM dependencies
524
+ - Extended test setup with additional mocks
525
+
526
+ ### Versions 2.9.16 - 2.9.17
527
+
528
+ - Dependency updates
529
+
530
+ ### Versions 2.9.14 - 2.9.16
531
+
532
+ - Dependency updates
533
+ - Added `yarn.lock` and `.yarn/install-state.gz` to repository
534
+
535
+ ### Version 2.9.13
536
+
537
+ - TopMenu: removed `@ts-expect-error` comments (cleanup)
538
+ - Dependency updates
539
+
540
+ ### Version 2.9.12
541
+
542
+ - Major ESLint and accessibility overhaul across all components
543
+ - Enhanced form components (LoginForm, RegisterForm, BackupCodeLoginForm, etc.) with improved accessibility attributes and error handling
544
+ - Refactored AuthProvider, I18nProvider, and MenuContext with stricter typing
545
+ - Updated hooks (`useBackupCodes`, `useEmailVerification`, `useUserSettings`) for better error handling
546
+ - Improved test suites across auth, components, contexts, and hooks
547
+
548
+ ### Version 2.9.11
549
+
550
+ - Refactored `jest.config.js`; removed key-generation spec file
551
+
552
+ ### Version 2.9.10
553
+
554
+ - AuthService: refactored key handling to use `getPublicKey()` for compressed public keys
555
+ - Reformatted authService for consistent code style
556
+ - Added `authService-key-generation.spec.ts` test suite
557
+
558
+ ### Versions 2.9.8 - 2.9.9
559
+
560
+ - Dependency updates
561
+
562
+ ### Version 2.9.6
563
+
564
+ - TopMenu: added `@ts-expect-error` annotations for MUI Button / react-router Link type incompatibility
565
+
566
+ ### Versions 2.9.4 - 2.9.5
567
+
568
+ - Dependency updates
569
+
367
570
  ### Version 2.9.1
368
571
 
369
572
  - Upgrade libraries
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-react-components",
3
- "version": "4.19.11",
3
+ "version": "4.19.13",
4
4
  "homepage": "https://github.com/Digital-Defiance/react-components",
5
5
  "description": "React MUI components for Digital Defiance Express Suite",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@digitaldefiance/i18n-lib": "4.6.4",
35
- "@digitaldefiance/suite-core-lib": "4.19.11",
35
+ "@digitaldefiance/suite-core-lib": "4.19.13",
36
36
  "@emotion/react": "^11.14.0",
37
37
  "@emotion/styled": "^11.14.0",
38
38
  "@mui/icons-material": "^7.0.2",