Skip to content

Commit

Permalink
#ZZ01-148 Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Biarda committed Feb 23, 2022
1 parent 8924b86 commit 1455943
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1455943

Please sign in to comment.