Skip to content

Releases: scandipwa/installer

Patch: Update theme validator

13 Mar 21:07
Compare
Choose a tag to compare

What's inside

  • Update theme validator to replace Zend classes with Laminas

That's all there is to it :)

Removal of CLI command

08 Dec 10:46
Compare
Choose a tag to compare

What's inside

  • Removal of CLI command
  • Patch of theme view in Admin

That's all there is to it :)

Exact module dependencies

07 Sep 11:10
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

Exact module dependencies

07 Sep 11:10
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

Stable installer for ScandiPWA v3

20 Aug 16:32
Compare
Choose a tag to compare
3.0.0

Add .npmrc to the copied files' list

Support for 3.x beta

02 Jun 15:40
716b5a9
Compare
Choose a tag to compare
Support for 3.x beta Pre-release
Pre-release

Add necessary files to copy script
Bump source dependency

New installer logic

05 Mar 11:13
Compare
Choose a tag to compare

Starting from version 2.0.0 installer provides bootstrap command that is not related to Magento state anymore, therefore does not require intermediate setup:upgrade call and allow to automate build/bootstrap outside of runtime.

  • CLI command is available at any Magento 2 state
  • CLI command has new helpful tips on next actions after bootstrap and file generation
  • README.md has been updated
  • Copy queue has been encapsulated in Bootstrap class to support all Magento 2 states.

Patch: fixed wrong sequence

16 Oct 09:57
Compare
Choose a tag to compare
1.6.1

Fixed order of xml items

Added i18n translation folder to copied files

16 Oct 09:41
Compare
Choose a tag to compare

In this release i18n translations were added to copied files.

Patch: removed RouterTemplate from bootstrap files

12 Sep 08:58
f40dd73
Compare
Choose a tag to compare

In this patch the RouterTemplate is no longer being copied along with other files.