Skip to content

Commit 3bc9fe3

Browse files
committed
Update changelog, compiled assets and version for 3.5.0
1 parent 4894c52 commit 3bc9fe3

20 files changed

+214
-126
lines changed

CHANGELOG.md

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

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

5+
## 3.5.0
6+
7+
### Added
8+
9+
- Add a `ModuleController::setPreviewView()` method by @zachgarwood in https://github.com/area17/twill/pull/2724
10+
- Add a `disableCrop()` method to `medias` fields by @ifox in https://github.com/area17/twill/pull/2686
11+
12+
### Fixed
13+
14+
- Fix position management in `medias` and `files` fields by @zeezo887 in https://github.com/area17/twill/pull/2694
15+
- Fix issues with touch actions by @13twelve in https://github.com/area17/twill/pull/2713
16+
- Fix issue with `Relation` column by @zachgarwood in https://github.com/area17/twill/pull/2720
17+
- Fix endpoints initialization for `Browser` component by @zeezo887 in https://github.com/area17/twill/pull/2722
18+
- Fix image cropper for erroneous EXIF orientation: Use JS to read image dimensions on upload by @13twelve in https://github.com/area17/twill/pull/2705
19+
- Fix square crops having mismatching width/height values by @13twelve in https://github.com/area17/twill/pull/2706
20+
- Fix `hideActiveCrop()` not working for medias form field when max is greater than 1 by @zeezo887 in https://github.com/area17/twill/pull/2686
21+
- Fix #2641: `InlineRepeater` updates by @13twelve in https://github.com/area17/twill/pull/2714
22+
- Fix Vue dropdown console warnings: update useCapture param for removeEventListener to match addEventListener by @zeezo887 in https://github.com/area17/twill/pull/2687
23+
- Fix #2657: adds missing Vue draggable deprecations by @13twelve in https://github.com/area17/twill/pull/2707
24+
25+
### Docs
26+
27+
- Added instructions to disable publish switch in create modal by @ordigital in https://github.com/area17/twill/pull/2698
28+
- Added instructions for `MultiSelect` field with dynamic values in form builder by @ordigital in https://github.com/area17/twill/pull/2699
29+
- Added instructions for free cropping with `null` or `0` ratio value by @LucaRed in https://github.com/area17/twill/pull/2715
30+
31+
### Translations
32+
33+
- Fix #2619: adds missing iso languages by @13twelve in https://github.com/area17/twill/pull/2708
34+
535
## 3.4.1
636

737
### Improved

0 commit comments

Comments
 (0)