Releases: area17/twill
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
Twill 2.8.7
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
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
Twill 2.8.4
Fixes
- Fix error in block editor. by @haringsrob in #1659
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
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
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
- @nedbaldessin made their first contribution in #1618
Returning Contributors
Full Changelog: 2.8.1...2.8.2