ecabs-components 1.1.74 → 1.1.75
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
|
@@ -25,6 +25,7 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
|
|
|
25
25
|
|
|
26
26
|
## Version History
|
|
27
27
|
|
|
28
|
+
- **v1.1.75** — Update table border color to use `--color-gray-200` in `bordered` style.
|
|
28
29
|
- **v1.1.74** — Optimize `dateRangeValidator` logic to streamline error handling and remove redundant optional input properties `dateFromOptional` and `dateToOptional`.
|
|
29
30
|
- **v1.1.73** — Include `place_id` in Google Place API result fields.
|
|
30
31
|
- Add `debounceTime` input for customizable debounce delays
|
package/package.json
CHANGED