Skip to content

Commit

Permalink
Update changelog, version and compiled assets for 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Oct 14, 2024
1 parent f93cd7e commit b47ff77
Show file tree
Hide file tree
Showing 18 changed files with 76 additions and 24 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,57 @@

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

## 3.4.0

### 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

### Improved

- Rethink the way the error handler works by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2612
- Improve related save by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2599
- Limits Access Key exposition to S3 storage by [@luislavena](https://github.com/luislavena) in https://github.com/area17/twill/pull/2611
- Don't load relation for each column and allow dot notation in field name for index table by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2603
- Filter - Select: expand to the longest option by [@mrdoinel](https://github.com/mrdoinel) in https://github.com/area17/twill/pull/2627
- Preview: Update default width value for the mobile preview (to a more realistic value) by [@mrdoinel](https://github.com/mrdoinel) in https://github.com/area17/twill/pull/2624

### Fixed

- Fix trim function to get corresponding input by [@DCrepper](https://github.com/DCrepper) in https://github.com/area17/twill/pull/2609
- Fix published scope by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2606
- Fix sync of medias and files with multiple fields by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2628
- Fix positioning of the close button in media library tags by [@mrdoinel](https://github.com/mrdoinel) in https://github.com/area17/twill/pull/2626
- Fix search functionality for buckets by [@zeezo887](https://github.com/zeezo887) in https://github.com/area17/twill/pull/2661
- Fix #2650: Added parentheses to fix the order of evaluation between t… by [@HarryThe3rd](https://github.com/HarryThe3rd) in https://github.com/area17/twill/pull/2651
- Fix deleted users causes error 500 by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2643
- Fix wrong crops for Blocks in `twill:refresh-crops` by [@ptrckvzn](https://github.com/ptrckvzn) in https://github.com/area17/twill/pull/2642
- Fix server error in the dashboard when a nested module has a deleted parent by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2633
- Fix slugs are not created when saving models outside of Twill or when duplicating by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2618
- 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
- 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

### Docs

- Update one-to-many docs to use correct Artisan command by [@daisonth](https://github.com/daisonth) in https://github.com/area17/twill/pull/2615
- Fix basic page builder guide block file reference by [@amiraezz](https://github.com/amiraezz) in https://github.com/area17/twill/pull/2630

### Translations

- Update both Portuguese from Brazil and Portugal by [@antonioribeiro](https://github.com/antonioribeiro) in https://github.com/area17/twill/pull/2602
- Improved i18n: added missing translation key (#2616) and improved German translations by [@C2H6-383](https://github.com/C2H6-383) in https://github.com/area17/twill/pull/2634

### Chores

- Upgrade GitHub Actions artefact upload to v4 by [@ifox](https://github.com/ifox)
- Bump webpack from 5.91.0 to 5.95.0 by [@dependabot](https://github.com/dependabot) in https://github.com/area17/twill/pull/2665
- Bump body-parser and express by [@dependabot](https://github.com/dependabot) in https://github.com/area17/twill/pull/2659
- Bump cookie and express by [@dependabot](https://github.com/dependabot) in https://github.com/area17/twill/pull/2664

## 3.3.1

### Fixed
Expand Down
11 changes: 6 additions & 5 deletions docs/content/1_docs/2_getting-started/1_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

## Environment requirements

Twill `3.x` is compatible with Laravel versions above `9.x`, running on PHP `8.0` and above. As a dependency to your
Twill `3.x` is compatible with Laravel versions `9.x`. `10.x` and `11.x` running on PHP `8.0` and above. As a dependency to your
own application, Twill shares Laravel's
[server requirements](https://laravel.com/docs/10.x/deployment#server-requirements).

## Development

For development, those requirements are satisfied by the following first-party solutions:

- [Herd](https://herd.laravel.com) (macOS and Windows)
- [Valet](https://laravel.com/docs/10.x/valet) (macOS)
- [Sail](https://laravel.com/docs/10.x/sail) (All platforms)
- [Homestead](https://laravel.com/docs/10.x/homestead) (All platforms)
- [Valet](https://laravel.com/docs/10.x/valet) (macOS)

## Production

Expand Down Expand Up @@ -42,9 +43,9 @@ developed and tested against MySQL (`>=5.7`) and PostgreSQL(`>=9.3`) databases.

| | Supported versions | Recommended version |
|:-----------|:------------------:|:-------------------:|
| PHP | >= 8.0 | 8.2 |
| Laravel | >= 9.0 | 10.x |
| Node.js | >= 16 | 18.x |
| PHP | >= 8.0 | 8.3 |
| Laravel | >= 9.0 | 11.x |
| Node.js | >= 16 | 20.x |
| MySQL | >= 5.7 | 8.x |
| PostgreSQL | >= 9.3 | 15.x |

4 changes: 2 additions & 2 deletions docs/content/1_docs/2_getting-started/2_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The starter kit setup is a basic page builder. It comes with:
You can install it in a Laravel application using:

```bash
composer require area17/twill:"^3.2"
composer require area17/twill:"^3.4"
```

:::alert=type.warning:::
Expand All @@ -40,7 +40,7 @@ See [`examples/basic-page-builder`](https://github.com/area17/twill/tree/3.x/exa
Twill package can be added to your application using Composer:

```bash
composer require area17/twill:"^3.2"
composer require area17/twill:"^3.4"
```

:::alert=type.warning:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Twill is a standard Laravel package, that means, we only have to require it (and

So, before we get to the process of building our CMS, let's install Twill.

We can do this using `composer require area17/twill:"^3.2"`.
We can do this using `composer require area17/twill:"^3.4"`.

This will install Twill 3 alongside all other required packages.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "3.3.1",
"version": "3.4.0",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/stubs/package/package-composer-json.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "{{homepage}}",
"license": "{{licence}}",
"require": {
"area17/twill": "^3.0"
"area17/twill": "^3.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '3.3.1';
public const VERSION = '3.4.0';

/**
* Service providers to be registered.
Expand Down
1 change: 1 addition & 0 deletions twill-assets/assets/twill/css/chunk-common.8e695df1.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion twill-assets/assets/twill/css/chunk-common.b2b20949.css

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions twill-assets/assets/twill/twill-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"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.b2b20949.css",
"chunk-common.js": "/assets/twill/js/chunk-common.a9fd20cf.js",
"chunk-common.css": "/assets/twill/css/chunk-common.8e695df1.css",
"chunk-common.js": "/assets/twill/js/chunk-common.d80fac33.js",
"chunk-vendors.css": "/assets/twill/css/chunk-vendors.96caa2e9.css",
"chunk-vendors.js": "/assets/twill/js/chunk-vendors.d84e57fa.js",
"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.42cfb8bd.js",
"main-buckets.js": "/assets/twill/js/main-buckets.317264af.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.4d297c74.js",
"main-form.css": "/assets/twill/css/main-form.9e877b2c.css",
"main-dashboard.js": "/assets/twill/js/main-dashboard.1095cd8e.js",
"main-form.css": "/assets/twill/css/main-form.b024f2ed.css",
"main-form.html": "/main-form.html",
"main-form.js": "/assets/twill/js/main-form.8ced55c1.js",
"main-form.js": "/assets/twill/js/main-form.9a0b7d62.js",
"main-free.html": "/main-free.html",
"main-free.js": "/assets/twill/js/main-free.27ba379e.js",
"main-listing.css": "/assets/twill/css/main-listing.ecd5753d.css",
"main-listing.html": "/main-listing.html",
"main-listing.js": "/assets/twill/js/main-listing.01721c44.js"
"main-listing.js": "/assets/twill/js/main-listing.faa05ab3.js"
}

0 comments on commit b47ff77

Please sign in to comment.