Releases: scandipwa/sample-data
Releases · scandipwa/sample-data
Patch: 2.4.4 update
What's inside
- Updated the type of value supplied from our module to correspond with the new specification. Related to #11
That's all there is to it :)
Patch: Redesign updates
What's inside
- Made changes to Home page content
- Changed logo
That's all there is to it :)
Replace div with span in <a> tags
What's inside
- Replace div with span in tag. Fixes for scandipwa/scandipwa#2481
That's all there is to it :)
Patch for categories
What's inside
- Fix category anchor attribute
Feature break-down
- After the category was created in DB there is no anchor attribute. This led to getting null on front-end -> no filters on category, but in the admin panel, on category, we see that anchor is ON.
Patch for attributes
What's inside
- Fixes for "color" & "size" attributes
- New patch for attributes
Feature break-down
- Added "used_in_product_listing" for attributes "color" & "size", thus enabling visibility in PDP
- Added a new patch file that edits existing attributes, thus hiding visibility in PDP.
Logo dimensions, footer icons, and more!
What's inside
- Logo dimensions fix
- Category display mode fix
- Footer icons fix
- Homepage content fix
Feature break-down
- Logo dimensions are set in DB to 140x25px
- Category display mode is set to display both products and CMS blocks
- Footer icons are added to the footer content
- Homepage does not include now contact us CMS block
Homepage page width fix
What's inside
- Fix for homepage
page_width
Feature break-down
page_width
for the homepage was changed to default
instead of full
Footer content patch
What's inside
- Footer content patch
Feature break-down
Footer content patch
The footer was changed to include the multi-column layot.
CMS blocks, theme, canonicals
What's inside
- Canonicals
- CMS blocks
- Default theme
Feature break-down
Canonicals
Now the canonicals of product and category are enabled by default.
CMS blocks
The CMS blocks are now generated for all content customization.
Default theme
The default theme is switched to ScandiPWA!
CMS page, block patch
In this release:
- Patched link position, not it is wrapping CMS blocks
- Removed
<p />
wrapping CMS page content - Fixed
composer.json
nesting