Skip to content

Releases: area17/twill

Twill 3.0.0-alpha2

14 Sep 09:58
Compare
Choose a tag to compare
Twill 3.0.0-alpha2 Pre-release
Pre-release

This is the second Alpha release for Twill 3.0.0!

New features since last alpha:

⭐️ New settings implementation


Twill 3 brings a lot of improvements in the backend focused on developer experience.

  • Minimum php version is now 8.0
  • Twill now comes with permissions management
  • Tables can now be customised more easily using the table builder
  • Forms can be defined from the controller classes or from the views, you choose!
  • Improved date handling (everything should be timezone aware)
  • Many improvements to the documentation
  • Blocks can be nested
  • Many other things, check the changelog for more.
  • As this is an alpha release, bugs are to be expected, please consult the changelog and upgrade guide.

If you encounter issues, please create an issue or contact us on discord.

CHANGELOG
UPGRADE GUIDE

Twill 2.9.0

13 Sep 07:02
Compare
Choose a tag to compare

Features

  • Submit options are now configurable using the getSubmitOptions #1719
  • Using enableDraftRevisions you can now have drafts on top of published versions #1725

Fixes

  • When having many blocks, the list is now srollable #1464
  • Improved support for custom icons #1732
  • Fixes a js error that occurred when cloning repeaters #1734
  • Resolved an issue where slug models could not be found if directories were nested #1738
  • Fixed slugs in nested modules to not rely on random sort anymore #1743
  • Fixed an issue where the activities dashboard could show less entries #1764
  • Fixed an issue that could cause undefined errors when using subdomain routing #1779
  • Optimized a query in HasRelated #1789

Docs

Various small documentation updates.

New Contributors

Full Changelog: 2.8.8...2.9.0

Twill 3.0.0-alpha1

18 Jul 09:22
Compare
Choose a tag to compare
Twill 3.0.0-alpha1 Pre-release
Pre-release

This is the first Alpha release for Twill 3.0.0!

Twill 3 brings a lot of improvements in the backend focused on developer experience.

  • Minimum php version is now 8.0
  • Twill now comes with permissions management
  • Tables can now be customised more easily using the table builder
  • Forms can be defined from the controller classes or from the views, you choose!
  • Improved date handling (everything should be timezone aware)
  • Many improvements to the documentation
  • Blocks can be nested
  • Many other things, check the changelog for more.

As this is an alpha release, bugs are to be expected, please consult the changelog and upgrade guide.

If you encounter issues, please create an issue or contact us on discord.

CHANGELOG
UPGRADE GUIDE

Twill 2.8.8

27 Jun 07:14
Compare
Choose a tag to compare

Features

  • ->pivot is now available when using getRelated (to get the position) #1687
  • When updating a model via the repository, the updated model is now returned #1706

Fixes

  • Fixed no-cache header #1695
  • Fixed divider icon not showing #1699
  • Fixed Path separators for windows in capsules #1702

Returning contributors

@antonioribeiro
@pboivin
@haringsrob

Full Changelog: 2.8.7...2.8.8

Twill 2.8.7

10 Jun 08:10
Compare
Choose a tag to compare

Features

  • Added divider support to the Quill toolbar #1679

Fixes

  • Fixed issue that would cause Twill ui to crash when using Quill #1680
  • Fixed some backward compatibility issues with older Laravel versions #1684
  • Fixed issue with browsers in the block editor #1689

Full Changelog: 2.8.6...2.8.7

Twill 2.8.6

03 Jun 09:40
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue that would not cleanup removed browser items in blocks #1675
  • Fixed an issue that would not display fields translatable in the edit modal window #1676

Full Changelog: 2.8.5...2.8.6

Twill 2.8.5

27 May 12:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.4...2.8.5

Twill 2.8.4

25 May 12:59
Compare
Choose a tag to compare

Fixes

Notes

The twill assets are now shipped in /vendor/area17/twill/twill-assets instead of the /vendor/area17/twill/dist folder, unless you directly use this folder this should not be breaking.

Always use php artisan twill:update to update assets.

Full Changelog: 2.8.3...2.8.4

Twill 2.8.3

19 May 08:18
Compare
Choose a tag to compare

Fixes

  • Media fields can now be validated in blocks #1648
  • Internal links in quill are no longer set to target _blank #1649
  • Improved restoring support for nested modules #1590

Returning contributors

Full Changelog: 2.8.2...2.8.3

Twill 2.8.2

06 May 12:30
Compare
Choose a tag to compare

Fixes

  • Make the site link translatable #1617
  • Fix SQL error on twill:refresh-crops command #1618
  • Fix locale if intl extension is missing. #1620
  • Fix usage of quotes in placeholder #1621
  • Fix visual issue with long notes on media #1612
  • Change search to allow less than 3 characters #1613
  • Add polyfill for doesntContain to ensure Laravel 7 compatibility #1635

New Contributors

Returning Contributors

Full Changelog: 2.8.1...2.8.2