Skip to content

Commit

Permalink
Update changelog and compiled assets for 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Oct 15, 2024
1 parent 64d4cf7 commit 3297066
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ All notable changes to `twill` will be documented in this file.

### Added

- 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
- 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
- Add `clearable` method to select form field by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2581

### Improved

Expand All @@ -32,6 +33,7 @@ All notable changes to `twill` will be documented in this file.
- Fix repeaters are registered without a populated item by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2605
- 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
- Fix weird behaviour of slugs table active column by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2531
- 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
- 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
- Rename moduleName variable in permissionModules loop by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2635
- Ensure catch-all routes do not take precedence by [@ifox](https://github.com/ifox) in https://github.com/area17/twill/pull/2669
Expand Down
1 change: 0 additions & 1 deletion twill-assets/assets/twill/css/chunk-common.8e695df1.css

This file was deleted.

1 change: 1 addition & 0 deletions twill-assets/assets/twill/css/chunk-common.e1b8e245.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions twill-assets/assets/twill/js/chunk-common.035511b4.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion twill-assets/assets/twill/js/chunk-common.d80fac33.js

This file was deleted.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions twill-assets/assets/twill/twill-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"Inter-MediumItalic.woff2": "/assets/twill/fonts/Inter-MediumItalic.7cd62035.woff2",
"Inter-Regular.woff": "/assets/twill/fonts/Inter-Regular.4f8a0d7b.woff",
"Inter-Regular.woff2": "/assets/twill/fonts/Inter-Regular.a2b4ebbf.woff2",
"chunk-common.css": "/assets/twill/css/chunk-common.8e695df1.css",
"chunk-common.js": "/assets/twill/js/chunk-common.d80fac33.js",
"chunk-common.css": "/assets/twill/css/chunk-common.e1b8e245.css",
"chunk-common.js": "/assets/twill/js/chunk-common.035511b4.js",
"chunk-vendors.css": "/assets/twill/css/chunk-vendors.96caa2e9.css",
"chunk-vendors.js": "/assets/twill/js/chunk-vendors.ff427095.js",
"icons-files.php": "/views/partials/icons/icons-files-svg.blade.php",
"icons-wysiwyg.php": "/views/partials/icons/icons-wysiwyg-svg.blade.php",
"icons.php": "/views/partials/icons/icons-svg.blade.php",
"main-buckets.css": "/assets/twill/css/main-buckets.bd3bf89d.css",
"main-buckets.html": "/main-buckets.html",
"main-buckets.js": "/assets/twill/js/main-buckets.317264af.js",
"main-buckets.js": "/assets/twill/js/main-buckets.078833b8.js",
"main-dashboard.css": "/assets/twill/css/main-dashboard.08050331.css",
"main-dashboard.html": "/main-dashboard.html",
"main-dashboard.js": "/assets/twill/js/main-dashboard.1095cd8e.js",
Expand Down

0 comments on commit 3297066

Please sign in to comment.