Skip to content

Releases: area17/twill

Twill 2.11.0

10 Nov 06:32
Compare
Choose a tag to compare

Features

  • When displaying a field with html after the block name, this is now stripped and cleaned #1843

Other

  • Added support for laravel/ui 4.x and fixes an issue with Laravel 9 aws adapter #1900

Twill 3.0.0-beta2

07 Nov 13:19
Compare
Choose a tag to compare
Twill 3.0.0-beta2 Pre-release
Pre-release

This is the second Beta release for Twill 3!

Changes since last beta

This is a stabilization release to prepare a first stable release.

Improvements

  • New documentation system
  • New guide
  • Improved defaults for new projects
  • Added .gitattributes to reduce package size

Features

  • No new features were introduced in this release

Bugfixes

  • Restored edit link on user profiles #1891
  • Fixed console error on forms with permissions #1890
  • Fixed backwards compatibility for navigation link access #1886

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 a beta 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 3.0.0-beta1

18 Oct 08:59
Compare
Choose a tag to compare
Twill 3.0.0-beta1 Pre-release
Pre-release

This is the first Beta release for Twill 3!

Changes since last alpha

Features

  • The upgrade path is now about complete. Check UPGRADE.MD for full instructions.
  • You can now validate array contains in multiselects #1854
  • Added breadcrumbs using ->setBreadcrumbs on controllers.
  • Added a new command that allows to only flush the twill manifest file #1862

Bugfixes

  • Translated media and slideshows can now be disabled #1847
  • Fixed an issue where block fields would not fallback in translations #1852
  • Small improvement to avoid additional queries in blocks #1853
  • Fixed an issue where the menu would overlay the media browser
  • Fixed form builder support for singletons
  • The preview function is now more open and allows interaction #1861

Translations

  • Small improvements to the french translations #1851

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 a beta 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.10.0

18 Oct 09:15
Compare
Choose a tag to compare

Features

  • Add command to allow developers to flush only the twill-manifest.json from cache #1859
  • Adds a ArrayContains support to connected fields #1848
  • The preview function now allows more interaction #1561
  • Adds disabled support to translated media and slideshow #1845

Bugfixes

  • Avoids additional queries when getting blocks #1790
  • Fixed an issue where translation fallback would not work for blocks #1754

Twill 3.0.0-alpha3

30 Sep 13:07
Compare
Choose a tag to compare
Twill 3.0.0-alpha3 Pre-release
Pre-release

This is the third Alpha release for Twill 3!

This should be the last alpha release.

The next focus will be on optimise the Twill 2.x -> Twill 3.x migration path, unless required, no new features will be introduced.
With beta1 we will keep in mind an upgrade path between beta releases so new projects can be started.

Changes since last alpha

Features

  • New duplicate feature. Duplicating content from the ui now is limited to basic content, browsers, blocks, files and
    media. This no longer depends on revisions being available and can be hooked into to duplicate other relations.
  • The table builder now has a method ->linkToEdit() to link a cell to the modal or edit form.

Bugfixes

  • Many small regressions are fixed.
  • Fixes an issue where custom icons would not compile correctly.

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.1

30 Sep 09:42
Compare
Choose a tag to compare

Fixes

  • Fixes an issue that would allow unpublished users to continue to login #1833
  • Fixes an issue that where custom icons were not picked up by the build process #1825

Docs

  • Fix broken link in "Settings Section" in docs #1837

New Contributors

Full Changelog: 2.9.0...2.9.1

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