Skip to content

3.0.0

Compare
Choose a tag to compare
@paulpartington-cti paulpartington-cti released this 20 Jan 14:56
· 63 commits to master since this release
1044a8a

Configurator 3.0.0 is here and is threatening to break down Magento walls like the Kool-Aid man. If you have any custom components, you'll need to refactor them to use the ComponentInterface. Check out the highlights below.

  • No more object manager to load components. Components are now loaded using di.xml
  • Each component is now a standalone class and implements the ComponentInterface.
  • As a component no longer extends from a specific parser (e.g. CSV) your source can now be in any one of CSV, YAML, or JSON.
  • Sources can be loaded from a remote URL
  • You can pass in the --ignore-missing-files (-i) flag into configurator:run to ensure that missing files are skipped #84
  • Fixed #93