[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: totov/livewire

Tags

v2.10.4

Toggle v2.10.4's commit message
Move flushState call to end of test requests and add tests for livewi…

…re#4619

v2.10.3

Toggle v2.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Image filename with FilePond upload (livewire#4486)

* Filename with FilePond upload

* Re-build assets

Co-authored-by: Caleb Porzio <calebporzio@gmail.com>

v2.10.2

Toggle v2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use invade to access Flysystem v2+ properties (livewire#4650)

v2.10.1

Toggle v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes the way Livewire sets the session on Livewire internal requests (

…livewire#4559)

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 9 support (livewire#4544)

* Add Laravel 9 and Symphony Http Kernel 6 support

* Support orchestra testbench 7

* Add laravel framework 9 support

* Update tests

* Fix temporary uploaded file method signatures

* Add fix for Flysystem path normaliser util change

* Add Flysystem check to file uploads test and add comments

* Add flysystem guess mimetype from extension fix, add mimetype interface check, and update comments

Flysystem 2.0+ removed guessing mimetype from extension, so when using a faked file in a test, the fake has no mimetype, so returns null. Have added the code from Flysystem v1 in and added the required dependency.

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add deploy invalidation (livewire#4430)

* Add basic functionality

* wip

* Remove console log

* Add session tests

* Change to a static property so we can change in tests

* Add deployment tests

Co-authored-by: Josh Hanley <josh@hitsystems.com.au>

v2.8.2

Toggle v2.8.2's commit message
Build assets

v2.8.1

Toggle v2.8.1's commit message
Mark transition tests as skipped when running in CI due to them being…

… flaky

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PHP 8.1 support (livewire#4271)

* Add php 8.1 to GitHub actions

* Fix htmlspecialchars to have same encoding as PHP 8.1 php/php-src#6583

* Skip Laravel 7 tests for PHP 8.1

v2.7.2

Toggle v2.7.2's commit message
Fix @js directive