Releases: foxws/wireuse
v2.0.0
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:
- https://github.com/foxws/wireuse/tree/v1.0.7/resources
- https://github.com/foxws/wireuse/tree/v1.0.7/src
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:
- https://github.com/foxws/wireuse/tree/v1.0.7/src/Support/Livewire/ActionObjects
- https://github.com/foxws/wireuse/tree/v1.0.7/src/Actions
- https://github.com/foxws/wireuse/blob/c479668d941ab181639309483529022c760e427d/src/WireUseServiceProvider.php#L44
What's Changed
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #8
- feat: Laravel HTML by @francoism90 in #9
Full Changelog: v1.0.7...v2.0.0
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Allow custom icon class on link
- Add has methods to concerns
- Use
wireKey()
for validation - Fallback to
name
forwireKey()
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #5
- feat: actions by @francoism90 in #6
New Contributors
- @francoism90 made their first contribution in #6
Full Changelog: v0.0.5...v1.0.0
v0.0.5
Full Changelog: v0.0.4...v0.0.5