chris-ware / nova-breadcrumbs

Breadcrumbs for Laravel Nova
152 stars 44 forks source link

Nova 2.9 has been released #65

Closed Cannonb4ll closed 4 years ago

Cannonb4ll commented 4 years ago

I was also wondering why the versioning is so strict in this package? Usually when you're in a 2.* version you should be safe to support that all the way through.

chris-ware commented 4 years ago

2.9 was released last night, and I haven't had chance to recompile the assets yet.

The README for this package explains why the versioning is strict. Essentially we overwrite the base views for nova. To ensure compatibility, the view we overwrite always has to be compatible with the version of Nova in use.

I will be recompiling this later today.

Cannonb4ll commented 4 years ago

Okay, my bad, didn't read through. Meanwhile there's been several releases on 2.9 I noticed. I will await, thank you!