Releases: kontenta/kontour
Releases · kontenta/kontour
v0.6
Added
- CSS with build process and asset publishing
- Form control blade templates
- Session helper for
MessageWidget
Changed
- HTML structure
- Removed unnecessary serializations (
AdminToolVisited
events) CrumbtrailWidget
not echoing unless more than 1 link insideMessageWidget
not echoing if empty
Fixed
- Serialization issues with
AdminVisit
- Correct guard injected to widget manager
v0.5
Added
- Admin boot manager and middleware to run only before admin route is executed.
- Structure for language strings
- New
findOrRegisterAdminWidget()
in trait - Trait for dispatching admin tool events
- Style and js collections in view manager
Changed
- Login and auth view changed to follow latest Laravel 5.7 scaffolding
Removed
RouteAdminLink
andRegistersMenuWidgetLinks
not needed anymore with the boot manager.
v0.4
Added
- New trait
RegistersMenuWidgetLinks
for adding links to menu widget - New
MessageWidget
for displaying status and error messages in admin tools - New blade layout with named sections for tools
Changed
- Changed constructor argument order for
AdminLink
- Updates to contract
AuthorizesWithAbility
to improve serialization in implementations
Merge with support package
Changed
- Merged all code from kontenta/kontour-support
v0.2
v0.1
Merge pull request #21 from kontenta/release-0.1 Release 0.1