Skip to content

Commit 3297066

Browse files
committed
Update changelog and compiled assets for 3.4.0
1 parent 64d4cf7 commit 3297066

7 files changed

+9
-7
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All notable changes to `twill` will be documented in this file.
66

77
### Added
88

9-
- Add searchQuery method to controller for finer control over the search by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2614
9+
- Add `searchQuery` method to controller for finer control over the search by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2614
10+
- Add `clearable` method to select form field by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2581
1011

1112
### Improved
1213

@@ -32,6 +33,7 @@ All notable changes to `twill` will be documented in this file.
3233
- Fix repeaters are registered without a populated item by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2605
3334
- Fix block previews don't update when browser items are added or changed by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2535
3435
- Fix weird behaviour of slugs table active column by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2531
36+
- Fix blocks take crop settings from parent model if name is the same by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2542
3537
- Use strict check for is null, as it otherwise causes empty arrays to not have any field by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2604
3638
- Rename moduleName variable in permissionModules loop by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2635
3739
- Ensure catch-all routes do not take precedence by [@ifox](https://github.com/ifox) in https://github.com/area17/twill/pull/2669

twill-assets/assets/twill/css/chunk-common.8e695df1.css

-1
This file was deleted.

twill-assets/assets/twill/css/chunk-common.e1b8e245.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twill-assets/assets/twill/js/chunk-common.035511b4.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twill-assets/assets/twill/js/chunk-common.d80fac33.js

-1
This file was deleted.

twill-assets/assets/twill/js/main-buckets.317264af.js twill-assets/assets/twill/js/main-buckets.078833b8.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twill-assets/assets/twill/twill-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"Inter-MediumItalic.woff2": "/assets/twill/fonts/Inter-MediumItalic.7cd62035.woff2",
1212
"Inter-Regular.woff": "/assets/twill/fonts/Inter-Regular.4f8a0d7b.woff",
1313
"Inter-Regular.woff2": "/assets/twill/fonts/Inter-Regular.a2b4ebbf.woff2",
14-
"chunk-common.css": "/assets/twill/css/chunk-common.8e695df1.css",
15-
"chunk-common.js": "/assets/twill/js/chunk-common.d80fac33.js",
14+
"chunk-common.css": "/assets/twill/css/chunk-common.e1b8e245.css",
15+
"chunk-common.js": "/assets/twill/js/chunk-common.035511b4.js",
1616
"chunk-vendors.css": "/assets/twill/css/chunk-vendors.96caa2e9.css",
1717
"chunk-vendors.js": "/assets/twill/js/chunk-vendors.ff427095.js",
1818
"icons-files.php": "/views/partials/icons/icons-files-svg.blade.php",
1919
"icons-wysiwyg.php": "/views/partials/icons/icons-wysiwyg-svg.blade.php",
2020
"icons.php": "/views/partials/icons/icons-svg.blade.php",
2121
"main-buckets.css": "/assets/twill/css/main-buckets.bd3bf89d.css",
2222
"main-buckets.html": "/main-buckets.html",
23-
"main-buckets.js": "/assets/twill/js/main-buckets.317264af.js",
23+
"main-buckets.js": "/assets/twill/js/main-buckets.078833b8.js",
2424
"main-dashboard.css": "/assets/twill/css/main-dashboard.08050331.css",
2525
"main-dashboard.html": "/main-dashboard.html",
2626
"main-dashboard.js": "/assets/twill/js/main-dashboard.1095cd8e.js",

0 commit comments

Comments
 (0)