ngx-lite-form 1.4.4 → 1.4.5

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
@@ -68,6 +68,7 @@ Lite Form provides 15+ form and UI components. Click on any component below for
68
68
  ### UI Components
69
69
  - **[LitePanel](docs/lite-panel.md)** - Modal panel for dialogs and forms
70
70
  - **[LiteLoading](docs/lite-loading.md)** - Loading spinner and progress bar
71
+ - **[LiteTabGroup](docs/lite-tab-group.md)** - Tabs with sliding track and Angular projection
71
72
  - **[LiteSnackbar](docs/lite-snackbar.md)** - Toast notifications service
72
73
 
73
74
  ---
@@ -366,6 +367,7 @@ For detailed API documentation, examples, and usage guides for each component, p
366
367
  - [LitePaginator Documentation](docs/lite-paginator.md)
367
368
  - [LitePanel Documentation](docs/lite-panel.md)
368
369
  - [LiteLoading Documentation](docs/lite-loading.md)
370
+ - [LiteTabGroup Documentation](docs/lite-tab-group.md)
369
371
  - [LiteSnackbar Documentation](docs/lite-snackbar.md)
370
372
 
371
373
  ---
@@ -548,4 +550,4 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
548
550
 
549
551
  ---
550
552
  ## Changelog
551
- - See [docs/CHANGELOG.md](https://github.com/liangk/lite-form/blob/main/docs/CHANGELOG.md) for the full historical record, including the latest `v1.4.4` release with LiteTable row selection and row click features.
553
+ - See [docs/CHANGELOG.md](https://github.com/liangk/lite-form/blob/main/docs/CHANGELOG.md) for the full historical record, including the latest `v1.4.5` release with LiteTabGroup and tab sliding/size fixes.