Skip to content

Types, Enums, & Bugs...

Compare
Choose a tag to compare
@jrushlow jrushlow released this 10 Jun 06:04
· 41 commits to main since this release
c305a02

Howdy Makers!

We've improved type support in the generated templates to help keep static analysis tools happy, make:entity now supports enums, relaxed ASCII character validation for entity names, & much more.

For MakerBundle Dev's:

  • composer tools:upgrade - Upgrade all of the tools/ dependencies.
  • composer tools:run - Run php-cs-fixer, phpstan, & twigcs against the code base.
  • tools:run:php-cs-fixer - Run just php-cs-fixer. Works with phpstan & twigcs as well.

Enjoy!

v1.60.0

June 10th, 2024

Feature

Bug

  • #1496 [make:entity] confirm to allow non-ascii char's in entity names - @Fan2Shrek
  • #1533 make:security:form-login] fix remember me label - @jrushlow
  • #1535 [make:entity] Update ux-turbo package name to have proper suggestion - @nfragnet
  • #1559 [make:entity] fix indentation in broadcast_twig_template.tpl.php - @seb-jean
  • #1569 Fix generated twig file location - @IndraGunawan

New Contributors

Diff: v1.59.1...v1.60.0