Releases: magebitcom/magento-toolbox
Releases · magebitcom/magento-toolbox
v1.6.2
What's Changed
- chore(deps): bump tar-fs from 2.1.3 to 2.1.4 by @dependabot[bot] in #104
- fix: empty system list in xml catalog by @KristofersOzolinsMagebit in #105
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
- Added: Event name autocomplete
- Added: Hovering CRON job schedules will show a human readable version
- Added: Cron job indexer and instance class decorations
- Changed: Implemented batching for the indexer to reduce load
v1.5.0
- Added: Class namespace autocomplete in XML files
- Added: Module name autocomplete in module.xml files
- Added: Module hover information
- Added: Added extension config fields for enabling/disabling completions, definitions, and hovers
- Added: acl.xml indexer, definitions, autocomplete, and hovers
- Added: template file indexer, definitions, and autocomplete
- Added: Index data persistence
- Changed: Adjusted namespace indexer logic
v1.4.0
- Added: Generator command for a ViewModel class
- Added: Generator command for data patches
- Added: Generator command for cron jobs
- Added: Jump-to-definition for magento modules (in module.xml and routes.xml)
- Fixed: Method plugin hover messages are now grouped and include a link to di.xml
v1.3.1
- Fixed: Generated plugin class arguments contain an incorrect namespace
v1.3.0
1.3.0
- Added: Jump to module command
- Changed: All dropdown inputs now support searching
- Changed: Migrated ejs templates to handlebars
v1.2.0
1.2.0
- Added: Generator command for sample Layout XML file
- Added: Generator command for sample page_types.xml file
- Added: Generator command for sample crontab.xml file
- Added: Generator command for sample email_templates.xml file
- Added: Generator command for sample sections.xml file
- Added: Generator command for sample fieldset.xml file
- Added: Generator command for sample view.xml file
- Added: Generator command for sample indexer.xml file
- Added: Generator command for sample mview.xml file
- Added: Generator command for sample widget.xml file
- Added: Generator command for sample extension_attributes.xml file
- Added: Generator command for sample system.xml file
- Added: Generator command for sample config.xml file
Full Changelog: v1.1.3...v1.2.0
v1.1.3
1.1.3
- Fixed: Block, observer, plugin and preference class generation fails if class name includes backslashes
- Fixed: Composer.json license is not capitalized
- Fixed: Module generation module.xml sequence elements are not added
- Fixed: Observer XML generation fails if file header comment is not configured
- Fixed: Preference type attribute does not include full class namespace
- Chore: added unit tests for generator commands
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- fix: invalid module registration.php by @KristofersOzolinsMagebit in #61
Full Changelog: v1.1.1...v1.1.2