Releases: scandipwa/installer
Patch: Update theme validator
What's inside
- Update theme validator to replace Zend classes with Laminas
That's all there is to it :)
Removal of CLI command
What's inside
- Removal of CLI command
- Patch of theme view in Admin
That's all there is to it :)
Exact module dependencies
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
andsupport
sections fromcomposer.json
in preparation for mono-repo setup
Exact module dependencies
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
andsupport
sections fromcomposer.json
in preparation for mono-repo setup
Stable installer for ScandiPWA v3
3.0.0 Add .npmrc to the copied files' list
Support for 3.x beta
Add necessary files to copy script
Bump source
dependency
New installer logic
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
1.6.1 Fixed order of xml items
Added i18n translation folder to copied files
In this release i18n
translations were added to copied files.
Patch: removed RouterTemplate from bootstrap files
In this patch the RouterTemplate is no longer being copied along with other files.