ng-easycommerce-v18 0.4.6 → 0.4.7
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 +4 -0
- package/esm2022/lib/ec-components/checkout-ec/dataform-ec/dataform-ec.component.mjs +4 -2
- package/esm2022/lib/ec-services/addressing.service.mjs +10 -1
- package/esm2022/lib/ec-services/channel.service.mjs +1 -2
- package/fesm2022/ng-easycommerce-v18.mjs +11 -2
- package/fesm2022/ng-easycommerce-v18.mjs.map +1 -1
- package/lib/ec-components/checkout-ec/dataform-ec/dataform-ec.component.d.ts +1 -1
- package/lib/ec-services/addressing.service.d.ts +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# Version 0.4.7
|
|
2
|
+
- AddressingService ahora escucha el canal activo y ajusta `modeSelectAddress` según `headquarterSelectionOnly`.
|
|
3
|
+
- DataformEcComponent expone `modeSelectAddress` vía getter para reflejar cambios de canal en el formulario.
|
|
4
|
+
- Limpieza de código comentado en ChannelService tras mover la configuración del modo de selección.
|
|
1
5
|
# Version 0.4.6
|
|
2
6
|
- Primera direccion en checkout predeterminada por defecto
|
|
3
7
|
# Version 0.4.2
|