Twill 3.0.0-rc3
Pre-release
Pre-release
3.0.0-rc3
This is the third release candidate for Twill 3!
Notable changes
- Twill now uses Tiptap wysiwyg editor by default. If you wish to use quill you will need to update fields to use that specifically.
#2080
Features
- Twill now uses Tiptap by default, Tiptap has been upgrade to version 2 and now has a link button that also supports browsers.
#2080
- The default config for the editor has been exanded to all features it supports
- The new settings are now translatable
#2094
- SkipCreateModal now supports the table builder correctly
#2087
- Adds the ability to show user activity on the dashboard
#2063
Bugfixes
- Fixed settings accessor when used with nested blocks or repeaters.
- Fixed a check so that the media library button gets disabled correctly.
- Fixes browser endpoints no longer crash when no edit url could be build.
- Various fixes for block components.
Other
- Vue/node has been upgrade to use all of the latest versions
#2070
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.
Full Changelog: 3.0.0-rc2...3.0.0-rc3