Skip to content

Releases: foxws/wireuse

v2.8.3

05 Dec 14:16
285e59d
Compare
Choose a tag to compare

v2.8.2

05 Dec 14:09
c27ffad
Compare
Choose a tag to compare

Full Changelog: v2.8.1...v2.8.2

v2.8.1

28 Nov 15:49
19726f8
Compare
Choose a tag to compare

Full Changelog: v2.8.0...v2.8.1

v2.8.0

27 Nov 15:52
f013ecb
Compare
Choose a tag to compare

Upgrade Notice

  • Foxws\WireUse\Forms\Concerns\WithAttributes now uses FormRequest, and it's methods have been renamed from $form->toCollect() to $form->collect(), $form->toFluent() to $form->fluent(), and newly introduced $form->request().
  • To use SEO on Foxws\WireUse\Views\Support\Page, please install and configure artesaos/seotools.
  • For navigation links, it's recommended to use wire:current to mark active classes.

What's Changed

Full Changelog: v2.7.3...v2.8.0

v2.7.3

01 Nov 12:55
Compare
Choose a tag to compare

Full Changelog: v2.7.2...v2.7.3

v2.7.2

01 Nov 12:52
Compare
Choose a tag to compare

Full Changelog: v2.7.1...v2.7.2

This adds the missing WithPaginateScroll trait, which can be used for scrolling using WithPagination.

v2.7.1

31 Oct 17:56
Compare
Choose a tag to compare

Full Changelog: v2.7.0...v2.7.1

v2.7.0

31 Oct 16:54
c811a34
Compare
Choose a tag to compare

What's Changed

Upgrade Notice

  • The WithScroll trait is now only compatible with Collections containing models, and it's namespace has changed to Foxws\WireUse\Models\Concerns to reflect this change.
  • The Blade helpers have been removed. Please consider alternatives like blade#slot-attributes or Spatie Laravel HTML

Full Changelog: v2.6.1...v2.7.0

v2.6.1

21 Oct 12:16
7b39ece
Compare
Choose a tag to compare

Full Changelog: v2.6.0...v2.6.1

v2.6.0

18 Oct 19:59
Compare
Choose a tag to compare

Upgrade Notice

  • The WithScroll trait has changed method names, but does introduce more features.

Full Changelog: v2.5.4...v2.6.0