Skip to content

Twill 2.3.0

Compare
Choose a tag to compare
@ifox ifox released this 03 Jun 02:17
· 1055 commits to 2.x since this release

Twill 2.3.0 is a minor release addressing previously introduced regressions, and also bringing a couple of cool new features and improvements from community contributions.

HOW TO UPDATE

Run composer update in your project and then, run Twill's own update command: php artisan twill:update. This will force update your published Twill assets. You can delete the old ones from your repository if you are versioning them. If you are using custom Vue components, you should rebuild Twill assets using php artisan twill:build.

Added

  • Configuration system for capsules #924
  • Automated belongsTo browser field relationship #913
  • Internal API documentation #929
  • Connected fields array values support #935
  • Capsules finder methods and helpers d30f341d
  • Ability to retrieve all image crops in a single call, as generated URLs or data arrays #928
  • Ability to disable crops entirely on the medias field #922 0a153c29 7dbfaef6
  • Support for custom title key in related browsers #942

Fixed

  • Custom create modal view regression #920
  • Subdomain routing regression #908
  • Media Library uploads regression when using Postgres #941
  • Fix Unresolvable dependency resolving problem when installing blade-ui-kit/blade-icons #952
  • Ensures app/Twill/Capsules exists during install deff0a87
  • Fix minor typos in documentation 3dcf4fa2

Improved

  • Docs: update form fields documentation #945
  • Docs: add missing docs for $permalinkBase 1609765b
  • Docs: add duplicate param to $indexOptions d665967d
  • Docs: add skipCreateModal option to controller docs 08fd0167

Chores

  • Update rebase GitHub Actions version to support forks with branches of the same name e08ee215