Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.9...v3.0.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.8...v2.9.9
*The scout structure cache is now disabled by default. It can be enabled by publishing config/wireuse.php, and setting cache_store to null or a defined store.
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.7...v2.9.8
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.6...v2.9.7
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.5...v2.9.6
*HTML: Use relative routes urls
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.4...v2.9.5
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.3...v2.9.4
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.2...v2.9.3
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.1...v2.9.2
Full Changelog: https://github.com/foxws/wireuse/compare/v2.9.0...v2.9.1
Full Changelog: https://github.com/foxws/wireuse/compare/v2.8.3...v2.9.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.8.2...v2.8.3
Full Changelog: https://github.com/foxws/wireuse/compare/v2.8.1...v2.8.2
Full Changelog: https://github.com/foxws/wireuse/compare/v2.8.0...v2.8.1
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().Foxws\WireUse\Views\Support\Page, please install and configure artesaos/seotools.wire:current to mark active classes.Full Changelog: https://github.com/foxws/wireuse/compare/v2.7.3...v2.8.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.7.2...v2.7.3
Full Changelog: https://github.com/foxws/wireuse/compare/v2.7.1...v2.7.2
This adds the missing WithPaginateScroll trait, which can be used for scrolling using WithPagination.
Full Changelog: https://github.com/foxws/wireuse/compare/v2.7.0...v2.7.1
WithScroll trait is now only compatible with Collections containing models, and it's namespace has changed to Foxws\WireUse\Models\Concerns to reflect this changeFull Changelog: https://github.com/foxws/wireuse/compare/v2.6.1...v2.7.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.6.0...v2.6.1
WithScroll trait has changed method names, but does introduce more features.Full Changelog: https://github.com/foxws/wireuse/compare/v2.5.4...v2.6.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.5.3...v2.5.4
Full Changelog: https://github.com/foxws/wireuse/compare/v2.5.2...v2.5.3
Full Changelog: https://github.com/foxws/wireuse/compare/v2.5.1...v2.5.2
wireModel() method, doesn't set the ID anymore.Full Changelog: https://github.com/foxws/wireuse/compare/v2.5.0...v2.5.1
getAuthUser() has been renamed to getAuthModel()Full Changelog: https://github.com/foxws/wireuse/compare/v2.4.1...v2.5.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.4.0...v2.4.1
Form validation has been improved:
html()->validate('form.name') with html()->error('form.name')label, label-error, input-errorFull Changelog: https://github.com/foxws/wireuse/compare/v2.3.4...v2.4.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.3.3...v2.3.4
Full Changelog: https://github.com/foxws/wireuse/compare/v2.3.2...v2.3.3
Full Changelog: https://github.com/foxws/wireuse/compare/v2.3.1...v2.3.2
Full Changelog: https://github.com/foxws/wireuse/compare/v2.3.0...v2.3.1
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.
Full Changelog: https://github.com/foxws/wireuse/compare/v2.2.1...v2.3.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.2.0...v2.2.1
Full Changelog: https://github.com/foxws/wireuse/compare/v2.1.3...v2.2.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.1.1...v2.1.2
Full Changelog: https://github.com/foxws/wireuse/compare/v2.1.0...v2.1.1
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: https://github.com/foxws/wireuse/compare/v2.0.2...v2.1.0
Full Changelog: https://github.com/foxws/wireuse/compare/v2.0.1...v2.0.2
Please CHANGELOG.md for the upgrade notice.
Full Changelog: https://github.com/foxws/wireuse/compare/v2.0.0...v2.0.1
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.
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, 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:
Full Changelog: https://github.com/foxws/wireuse/compare/v1.0.7...v2.0.0
Full Changelog: https://github.com/foxws/wireuse/compare/v1.0.6...v1.0.7
Full Changelog: https://github.com/foxws/wireuse/compare/v1.0.5...v1.0.6
wireKey() for validationname for wireKey()Full Changelog: https://github.com/foxws/wireuse/compare/v1.0.4...v1.0.5
Full Changelog: https://github.com/foxws/wireuse/compare/v1.0.3...v1.0.4
How can I help you explore Laravel packages today?