diff --git a/CHANGELOG.md b/CHANGELOG.md index d486844..cce0cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.0] - 2022-02-23 +### Added +- Possibility to collect property values from YAML file instead of console prompts +- Exemplary YAML files for the following templates: + - `block` + - `categoryAttributes` + - `configField` + - `emailTemplate` + - `viewModel` +- Demo GIFs in readme file +- `.gitattributes` file + +### Changed +- Readme file updated with description of all options of `template:generate` command + +### Fixed +- Inline edit error thrown on save for grid generated using `crud` template + +### Removed +- `--dry-run` option in `template:generate` command + ## [3.2.0] - 2022-01-25 ### Added - Template: `categoryAttributes` diff --git a/composer.json b/composer.json index fcb2f2f..cf5cd90 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "orba/magento2-codegen", "description": "Magento 2 Code Generator", - "version": "3.2.0", + "version": "3.3.0", "license": "MIT", "require": { "php": "~7.4",