fleetcor-lwc 3.4.0 → 3.4.2
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -489,7 +489,14 @@ You can override them as you wish by global css variables as priority.
|
|
|
489
489
|
|
|
490
490
|
## Release Notes:
|
|
491
491
|
|
|
492
|
+
- v.3.4.2
|
|
493
|
+
- Bug fix with modal component
|
|
494
|
+
|
|
495
|
+
- v.3.4.1
|
|
496
|
+
- Bug fix with modal component
|
|
497
|
+
|
|
492
498
|
- v.3.4.0
|
|
499
|
+
|
|
493
500
|
- Added `Animation` util class
|
|
494
501
|
- Updated `Modal` view animation with `fadeIn` and `fadeOut`
|
|
495
502
|
|