ngx-lite-form 1.3.8 → 1.4.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/README.md +1 -2
- package/fesm2022/ngx-lite-form.mjs +139 -66
- package/fesm2022/ngx-lite-form.mjs.map +1 -1
- package/index.d.ts +16 -7
- package/package.json +28 -8
package/README.md
CHANGED
|
@@ -511,5 +511,4 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
|
|
|
511
511
|
|
|
512
512
|
---
|
|
513
513
|
## Changelog
|
|
514
|
-
- See [docs/CHANGELOG.md](https://github.com/liangk/lite-form/blob/main/docs/CHANGELOG.md) for the full historical record, including the latest `v1.
|
|
515
|
-
-
|
|
514
|
+
- 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.0` release with LiteSelect click handler fixes and enhanced package discoverability.
|