From e4c05a8664ebfcf2e780a61df8311e5d655ecc5e Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:05:13 +0100 Subject: [PATCH] v3.4.19 Development to Master (#1934) ## [v3.4.19] - 2024-09-08 ### Bug Fixes - Adjustment for Laravel 10 GH Workflows by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1933 - Fixes for ButtonGroupColumn, ImageColumn, LinkColumn - to not default as label if has a "from" property. by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1932 - Add button type to tailwind pagination blade template by @matzeschmitt in https://github.com/rappasoft/laravel-livewire-tables/pull/1928 --- .github/workflows/run-tests-pcov-pull.yml | 2 +- .github/workflows/run-tests-pull.yml | 8 ++++---- .github/workflows/run-tests.yml | 6 +++--- CHANGELOG.md | 8 +++++++- phpunit.xml.dist | 1 - resources/views/specific/tailwind/pagination.blade.php | 10 +++++----- src/Views/Columns/ButtonGroupColumn.php | 4 +++- src/Views/Columns/ImageColumn.php | 4 +++- src/Views/Columns/LinkColumn.php | 4 +++- 9 files changed, 29 insertions(+), 18 deletions(-) diff --git a/.github/workflows/run-tests-pcov-pull.yml b/.github/workflows/run-tests-pcov-pull.yml index ef73e4b42..00cd4b1e5 100644 --- a/.github/workflows/run-tests-pcov-pull.yml +++ b/.github/workflows/run-tests-pcov-pull.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.3] - laravel: [10] + laravel: [11] stability: [prefer-dist] name: PCOV - ${{ matrix.os }} - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} diff --git a/.github/workflows/run-tests-pull.yml b/.github/workflows/run-tests-pull.yml index 38f635f9c..a0193d19e 100644 --- a/.github/workflows/run-tests-pull.yml +++ b/.github/workflows/run-tests-pull.yml @@ -21,7 +21,7 @@ jobs: name: PULL PHP-${{ matrix.php }} - Laravel-10 env: - extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L{{ matrix.laravel }} + extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr steps: @@ -48,7 +48,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: ${{ env.extensions }} - tools: phpunit:latest + tools: phpunit:9.6 ini-values: memory_limit=512M coverage: none env: @@ -84,7 +84,7 @@ jobs: run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Run Unit Tests - run: php ./vendor/bin/paratest --no-coverage --processes=4 + run: php ./vendor/bin/phpunit --no-coverage test-laravel11: @@ -100,7 +100,7 @@ jobs: name: PULL PHP-${{ matrix.php }} - Laravel-11 env: - extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L{{ matrix.laravel }} + extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr steps: diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9f6997a6c..f24fec995 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -22,7 +22,7 @@ jobs: name: PHP-${{ matrix.php }} - Laravel-10 env: - extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L{{ matrix.laravel }} + extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr steps: @@ -49,7 +49,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: ${{ env.extensions }} - tools: phpunit:latest + tools: phpunit:9.6 ini-values: memory_limit=512M coverage: none env: @@ -101,7 +101,7 @@ jobs: name: PHP-${{ matrix.php }} - Laravel-11 env: - extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L{{ matrix.laravel }} + extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dede0663..5ca209ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to `laravel-livewire-tables` will be documented in this file -## [v3.4.18] - 2024-09-04 +## [v3.4.19] - 2024-09-08 +### Bug Fixes +- Adjustment for Laravel 10 GH Workflows by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1933 +- Fixes for ButtonGroupColumn, ImageColumn, LinkColumn - to not default as label if has a "from" property. by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1932 +- Add button type to tailwind pagination blade template by @matzeschmitt in https://github.com/rappasoft/laravel-livewire-tables/pull/1928 + +## [v3.4.18] - 2024-09-08 ### New Features - Added translation to Polish by @meavric in https://github.com/rappasoft/laravel-livewire-tables/pull/1925 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5ff33415f..1e3747412 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -5,7 +5,6 @@ colors="false" cacheResult="false" executionOrder="random" - failOnWarning="false" failOnRisky="false" failOnEmptyTestSuite="false" beStrictAboutOutputDuringTests="true" > diff --git a/resources/views/specific/tailwind/pagination.blade.php b/resources/views/specific/tailwind/pagination.blade.php index 23911c6df..6d0e34c96 100644 --- a/resources/views/specific/tailwind/pagination.blade.php +++ b/resources/views/specific/tailwind/pagination.blade.php @@ -10,7 +10,7 @@ {!! __('pagination.previous') !!} @else - @endif @@ -18,7 +18,7 @@ @if ($paginator->hasMorePages()) - @else @@ -43,7 +43,7 @@ @else - @endif @@ -83,7 +83,7 @@ {{-- Next Page Link --}} @if ($paginator->hasMorePages()) -