Skip to content

Configurable controller names & TypeScript Types!

Compare
Choose a tag to compare
@weaverryan weaverryan released this 13 Jul 14:31
· 46 commits to main since this release

Hi there!

This release makes it possible for packages to control the name of the package they give you (to override the default of vendor/package-name/name. This is used, for example, in Live Components via the name key: https://github.com/symfony/ux/blob/2.x/src/LiveComponent/assets/package.json

This release also embeds TypeScript types right into the package.

Diff: v3.1.0...v3.2.0

Features

  • Allow the controller name to be overridden by the package or user. See #70.

  • Moved TypeScript types into the package. See #55.

Cheers!