Skip to content

Releases: foxws/wireuse

v2.5.2

16 Oct 08:40
26deea5
Compare
Choose a tag to compare

v2.5.1

14 Oct 13:50
4f699bf
Compare
Choose a tag to compare

Upgrade Notice

  • The HTML wireModel() method, doesn't set the ID anymore.

Full Changelog: v2.5.0...v2.5.1

v2.5.0

10 Oct 17:16
324ea21
Compare
Choose a tag to compare

Upgrade Notice

  • Most methods have been converted into non-static, this makes it easier to call Livewire methods.
  • The method getAuthUser() has been renamed to getAuthModel()

Full Changelog: v2.4.1...v2.5.0

v2.4.1

27 Sep 12:47
f76a53d
Compare
Choose a tag to compare

Full Changelog: v2.4.0...v2.4.1

v2.4.0

19 Sep 11:55
Compare
Choose a tag to compare

Upgrade Notice

Form validation has been improved:

  • Replace html()->validate('form.name') with html()->error('form.name')
  • Form classes have been converted into generic classes: label, label-error, input-error

Full Changelog: v2.3.4...v2.4.0

v2.3.4

15 Aug 09:15
1793cc1
Compare
Choose a tag to compare

Full Changelog: v2.3.3...v2.3.4

v2.3.3

13 Aug 12:34
512d83f
Compare
Choose a tag to compare

Full Changelog: v2.3.2...v2.3.3

v2.3.2

12 Aug 13:44
c298c24
Compare
Choose a tag to compare

Full Changelog: v2.3.1...v2.3.2

v2.3.1

10 Aug 11:58
1b31518
Compare
Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

v2.3.0

06 Aug 11:02
104e0f4
Compare
Choose a tag to compare

Upgrade Notice

Optional package features are now behind a feature flag, can be configured in config/wireuse.php.

Please adjust the configuration when you depend on those features.

What's Changed

Full Changelog: v2.2.1...v2.3.0