Releases: kiritokatklian/nova-permission
Releases · kiritokatklian/nova-permission
5.1.0
Breaking
Since Nova 5 changed the signature of the Laravel\Nova\Fields\BooleanGroup::fillAttributeFromRequest
method, this fix is incompatible with Nova 4.
Please use the v4 branch for Nova 4.
What's Changed
- fix: nova 5 fillAttributeFromRequest type conformance by @kiritokatklian in #40
- update: Nova dependency version by @kiritokatklian in #41
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- Nova 5.0 support by @puzzledmonkey in #38
New Contributors
- @puzzledmonkey made their first contribution in #38
Full Changelog: 4.0.10...5.0.0
4.0.10
What's Changed
- fix: Laravel Permissions v5 Support by @kiritokatklian in #35
Full Changelog: 4.0.9...4.0.10
4.0.9
What's Changed
- [Fix] Role Resource by @kiritokatklian in #34 for issue #32
Full Changelog: 4.0.8...4.0.9
4.0.8
What's Changed
- [Update] Config Resource Model by @kiritokatklian in #33
New Contributors
Full Changelog: 4.0.7...4.0.8
v4.0.7
What's Changed
- Fix AttachToRole action for v6 by @potsky in #30
- fix the issue with detach doesn't work before save by @odonata95 in #29
New Contributors
- @odonata95 made their first contribution in #29
Full Changelog: v4.0.6...4.0.7
v4.0.6
v4.0.5
Fixed
- #22: Fixed role replicate function in Nova 4 by @charlielangridge
v4.0.4
v4.0.3
Fixed
- #15: resolveCallback error when null value is passed by @suleymanozev