Skip to content

Commit dea8893

Browse files
committed
Add 3.0.0 changelog
1 parent bb07083 commit dea8893

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
All notable changes to `twill` will be documented in this file.
44

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+
546
## 3.0.0-rc4
647

748
This is the fourth release candidate for Twill 3!

0 commit comments

Comments
 (0)