Twill Versions Save

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.

3.0.0-rc3

1 year ago

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.

CHANGELOG UPGRADE GUIDE

Full Changelog: https://github.com/area17/twill/compare/3.0.0-rc2...3.0.0-rc3

3.0.0-rc2

1 year ago

3.0.0-rc2

This is the second release candidate for Twill 3!

Features

  • From builder now supports inline fieldsets #2007
  • Blocks can now be defined as a blade component php twill:make:componentBlock blockName #2007

Bugfixes

  • Fixed an issue where media tags would not save #2051
  • Fixed an issue where conditional fields would not unset #2043
  • Vselect now properly handles floats #2048
  • Repeaters now properly collapse/expand #2037

Docs

  • Various docs updated #2052

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

New Contributors

Full Changelog: https://github.com/area17/twill/compare/3.0.0-rc1...3.0.0-rc2

2.12.4

1 year ago
  • Revert listAll change as it may conflict with method overrides.

2.12.3

1 year ago
  • Restores Laravel 5.8 support that was removed in 2.12.1

2.12.2

1 year ago

Bugfixes

  • Fix long dynamic titles not showing inside fieldsets #2014
  • Fix issue where tags could not save #1993

3.0.0-rc1

1 year ago

This is the first release candidate for Twill 3!

Features

  • Form builder now supports fieldsets, side forms, columns and more #1963
  • Blocks can now be cloned from within the editor #1912
  • Developer experience: Added a feature that can auto-login on development environments #1904

Improvements

  • A new slug implementation to have more consisten slug creation #1897
  • Various styling fixes
  • Improved defaults such as svg support
  • Improved documentation styling and generator

Bugfixes

  • Many issues have been resolved in since beta2.

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

2.12.1

1 year ago

Bugfixes

  • Fix long dynamic titles overflow on Block items #1975

2.12.0

1 year ago

Breaking change

  • Route::singleton is now Route::twillSingleton #1961

Features

  • Checkboxes can now have notes #1354
  • Blocks in the editor can now be cloned #1748

Bugfixes

  • Various bug fixes

New Contributors

Full Changelog: https://github.com/area17/twill/compare/2.11.0...2.12.0

2.11.0

1 year ago

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

3.0.0-beta2

1 year ago

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