Skip to content

Releases: scandipwa/route717

Patch: Bug fix

04 Apr 09:17
2fd5df7
Compare
Choose a tag to compare

What's inside

  • Add search route alwayspass #34
  • White listed customer login route #37
  • Added tax_display_type parameter to storeConfig #36
  • Product Disable Fix on PDP #35

That's all there is to it :)

Patch: Fix dynamic property for 8.2 version php

21 Feb 11:16
9890f04
Compare
Choose a tag to compare

What's inside

  • Fix dynamic property for 8.2 version php 9890f04

That's all there is to it :)

Patch: Adjust preload for CMS pages

14 Feb 16:55
308c2af
Compare
Choose a tag to compare

What's inside

  • Emulate graphql area code for cms page in action #30
  • Adjust preload for cms pages #32

That's all there is to it :)

Patch: Preload slider data for cms pages

10 Feb 13:40
ef9583d
Compare
Choose a tag to compare

What's inside

  • Preload slider data #29

That's all there is to it :)

Patch: Validation for pages, new display_mode field for categories

10 Jan 13:28
80a29c4
Compare
Choose a tag to compare

What's inside

  • Added page validation #24
  • Added display_mode to category response #25

That's all there is to it :)

Patch: Removes ignoreUrl for customer confirmation

09 Dec 21:28
562c1f3
Compare
Choose a tag to compare

What's inside

That's all there is to it! :)

Patch: Fixed 404 compare page

28 Sep 19:57
f18749d
Compare
Choose a tag to compare

What's inside

  • Added the compare page to ScandiPWA\Router\Validator\AlwaysPass

Related to issue scandipwa/scandipwa#3333

That's all there is to it! :)

Custom root template

19 Nov 14:03
8e9c3c9
Compare
Choose a tag to compare

What's inside

  • Custom root template

Feature break-down

Custom root template

With the help of awesome @ankith-codilar the ability to bypass the request down to original Magento 2 template was implemented.

Now, if you bypass the route using the route ignoring mechanism, it will render the underlying parent theme, i.e. Luma.

Exact module dependencies

07 Sep 11:02
Compare
Choose a tag to compare

What's inside

  • Migration to exact module dependencies
  • Bug fixes

Feature break-down

Migration to exact module dependencies

Reference to module magento/magento-base of specific Magento 2 version got removed. Instead, dependencies onto specific Magento 2 modules was implemented. This affected etc/module.xml and composer.json file.

Bug fixes

  • Patched comments in .xml files
  • Removed author and support sections from composer.json in preparation for mono-repo setup

URL-based store support (in redirects) + dead code elimination

25 Aug 09:33
Compare
Choose a tag to compare

What's inside

  • Patch of URL-based store redirects (previously resulted in 404s)
  • Dead code elimination - removal of unused validators

Feature break-down

Patch of URL-based store redirects (previously resulted in 404s)

When requesting URL, the router now redirects to base URL (with all needed properties) + path-name, not just path-name. This improved stability and added store code to URL.

Dead code elimination - removal of unused validators

The page, category, product pages validators were removed, as we no longer use them (/product, /category, /page) are unused.