ngx-lite-form 1.3.4 → 1.3.6
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 -1
- package/fesm2022/ngx-lite-form.mjs +55 -32
- package/fesm2022/ngx-lite-form.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1129,4 +1129,4 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
|
|
|
1129
1129
|
---
|
|
1130
1130
|
|
|
1131
1131
|
## Changelog
|
|
1132
|
-
- See [docs/CHANGELOG.md](https://github.com/liangk/lite-form/blob/main/docs/CHANGELOG.md) for the full historical record, including the latest `v1.3.
|
|
1132
|
+
- See [docs/CHANGELOG.md](https://github.com/liangk/lite-form/blob/main/docs/CHANGELOG.md) for the full historical record, including the latest `v1.3.6` release with smart dropdown positioning, input signal support, and enhanced table UI.
|