Skip to content

Releases: foxws/wireuse

v2.2.1

30 Jul 20:14
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

v2.2.0

29 Jul 11:23
ae5deb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.1.3

24 Jul 18:54
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.2

20 Jul 19:52
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

16 Jul 20:46
a95eacf
Compare
Choose a tag to compare

v2.1.0

16 Jul 10:50
Compare
Choose a tag to compare

Upgrade Notice

The package laravel-html:^3.11 has introduced methods we previously provided. You should replace html()->a()->route('name') with html()->a()->link('name') if you want to use our route builder logic.

Full Changelog: v2.0.2...v2.1.0

v2.0.2

13 Jul 19:41
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Jul 15:04
Compare
Choose a tag to compare

Upgrade Notice

Please read CHANGELOG.md for the upgrade notice.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Jul 11:40
b299a26
Compare
Choose a tag to compare

Upgrade Notice

Blade macros aren't enabled by default anymore

Because I want to focus on laravel-html, you have to register the Blade macros manually using a service provider. Checkout the documentation for details.

Components and controllers have been removed

I don't want to provide any components and controllers anymore. The idea of this package, is to create them yourself.

If you still need them, please checkout the following sources, and re-implement them in your project:

Actions have been removed

Actions have been removed, because they were too difficult to maintain and not that usable.

If you still need them, please checkout the following sources, and re-implement them in your project:

What's Changed

Full Changelog: v1.0.7...v2.0.0

v1.0.7

21 Jun 09:45
Compare
Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7