@cloudcommerce/app-custom-payment
0.2.2 (2023-01-25)
Features
- paghiper: Create PagHiper app from https://github.com/ecomplus/app-paghiper (#105) (5f1c7c5)
- storefront: Add /img and /assets Vite aliases to public dir on Astro config (93a9da3)
- storefront: Add
parseShippingPhrase
util to modules info state exports (6645159) - storefront: Export new
getAspecRatio
on SSR image helpers (7626a53) - storefront: Load modules info presets (payment, shipping) from CMS settings (56afb71)
- storefront: New
ssr/Picture.astro
to automatically handle aspect ration for local images (3da9bb2)
Bug Fixes
- storefront: Add SSR
global.storefront.onLoad
emitter and async load modules info preset (235934d) - storefront: Also load modules info preset on SSR, prevents hydration mismatch (911ab0e)
- storefront: Config fallbacks to
config.json
when ECOM_STORE_ID
not set (dev) (13d8db7) - storefront: Fix merged
CmsSettings
typedef and update window.storefront
interface (2dfee42) - storefront: Move base ES Lint config to Storefront codebase to be imported (62c8ba4)
- storefront: Reduce default darken factor for brand colors pallete (bold) (6441ef8)
- storefront: Update
PitchBar
to use parseShippingPhrase
and check number of slides (9c0fe4a)