|
2 | 2 |
|
3 | 3 | All notable changes to `twill` will be documented in this file.
|
4 | 4 |
|
| 5 | +## 3.0.0 |
| 6 | + |
| 7 | +This is the final, stable release for Twill 3! |
| 8 | + |
| 9 | +### Breaking changes |
| 10 | + |
| 11 | +- Prefix tables with `twill_` by @aksiome |
| 12 | +- Set tiptap as default WYSIWYG type when using blade components |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- Laravel 10 support by @haringsrob |
| 17 | +- Add `fromArray` to `options` by @aksiome |
| 18 | +- Float min, max and step props for numeric input by @iedex |
| 19 | +- Add `source_path_prefix` to Glide ServerFactory by @matteovg7 |
| 20 | +- Allow using 0 as min or max for numeric input by @iedex |
| 21 | + |
| 22 | +### Fixed |
| 23 | + |
| 24 | +- Fix phpdocs by @joyceverheije |
| 25 | +- #2044|#1818: Improve repeater cloning. by @haringsrob |
| 26 | +- Resolve repeater duplication issue. by @haringsrob |
| 27 | +- Prevent erroring when permissions is not able to find disabled capsules by @antonioribeiro |
| 28 | +- #2177: Fix renderForBlocks for columns. by @haringsrob |
| 29 | +- Fix stretched image in browser field by @joyceverheije |
| 30 | +- Fix duplicate action redirect route for nested parent-child modules by @agnonym |
| 31 | +- Fix duplicate block duplicate with children by @agnonym |
| 32 | +- Fix source edit not updateing the editor (Tiptap) by @iedex |
| 33 | +- Fixing mistypes in ru localization by @Quarasique |
| 34 | + |
| 35 | +### Improved |
| 36 | + |
| 37 | +- Twill 3.0 docs updates |
| 38 | +- Enable resend email only when user is published by @joyceverheije |
| 39 | +- #2154: Use scope. by @haringsrob |
| 40 | +- 2179: Avoid recreating related items. by @haringsrob |
| 41 | +- Update Environment Requirements |
| 42 | +- Require kalnoy/nestedset as a non-dev dependency |
| 43 | +- Update node version in CI |
| 44 | +- Add database table names change to upgrade guide |
| 45 | + |
5 | 46 | ## 3.0.0-rc4
|
6 | 47 |
|
7 | 48 | This is the fourth release candidate for Twill 3!
|
|
0 commit comments