@flusys/ng-email 3.0.0 → 4.0.0-lts

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Email Package Guide
2
2
 
3
3
  > **Package:** `@flusys/ng-email`
4
- > **Version:** 3.0.0
4
+ > **Version:** 4.0.0-rc
5
5
  > **Type:** Email management with configurations, templates, and sending
6
6
 
7
7
  ---
@@ -509,7 +509,7 @@ export class EmailBuilderStateService {
509
509
 
510
510
  ## Components
511
511
 
512
- All components are standalone, use Angular 21 signals, OnPush change detection, and lazy-load via routes.
512
+ All components are standalone, use Angular 21 signals, and lazy-load via routes.
513
513
 
514
514
  ### Component Overview
515
515
 
@@ -662,5 +662,5 @@ All endpoints use **POST-only RPC** style (not REST).
662
662
  ---
663
663
 
664
664
  **Last Updated:** 2026-02-25
665
- **Version:** 3.0.0
665
+ **Version:** 3.0.1
666
666
  **Angular Version:** 21