Releases: area17/twill
Twill 2.11.0
Twill 3.0.0-beta2
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.
Twill 3.0.0-beta1
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.
Twill 2.10.0
Twill 3.0.0-alpha3
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.
Twill 2.9.1
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
- @JoshuaCrewe made their first contribution in #1837
Full Changelog: 2.9.0...2.9.1
Twill 3.0.0-alpha2
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.
Twill 2.9.0
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
- @galingong made their first contribution in #1717
- @thingasd made their first contribution in #1743
- @adriangabura made their first contribution in #1758
- @ulcuber made their first contribution in #1789
- @MizouziE made their first contribution in #1794
Full Changelog: 2.8.8...2.9.0
Twill 3.0.0-alpha1
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.
Twill 2.8.8
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