Skip to content

Releases: dniccum/nova-documentation

v3.3.0

02 Apr 15:57
6120099
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

10 Aug 15:24
2524d53
Compare
Choose a tag to compare

What's Changed

  • Make tailwind play nicely with Nova dark mode by @dm-pf in #35
  • Create .gitignore placeholder for views directory by @dniccum in #38

Full Changelog: v3.1.5...v3.2.0

v3.1.5

02 Mar 18:38
a932bb4
Compare
Choose a tag to compare

What's Changed

  • Add correct handling of nova.path values by @dm-pf in #34

New Contributors

  • @dm-pf made their first contribution in #34

Full Changelog: v3.1.4...v3.1.5

v3.1.4

01 Mar 18:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

28 Feb 20:16
8e05226
Compare
Choose a tag to compare

What's Changed

  • Bugfix/nova buttons not appearing correctly by @dniccum in #31
  • Bugfix/light mode and dark mode not functioning properly by @dniccum in #32

Full Changelog: v3.1.2...v3.1.3

v3.1.2

23 Feb 14:47
29c68b7
Compare
Choose a tag to compare

What's Changed

  • Fixes issue where the 'nova' path was hardcoded and didn't allow for custom paths by @dniccum in #27

Full Changelog: v3.1.1...v3.1.2

v3.1.1

21 Feb 18:30
2fc7044
Compare
Choose a tag to compare

What's Changed

  • Bugfix/documentation files not found by @dniccum in #25

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Feb 17:10
Compare
Choose a tag to compare

Removes support for older versions of Laravel and adds support for Laravel 10

v3.0.1

03 Feb 20:49
13174c2
Compare
Choose a tag to compare

Fixes a memory leak/recursion issue during the route caching process. Documentation has been updated accordingly.

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Feb 20:50
Compare
Choose a tag to compare

Laravel Nova 4 Support

Refactors the tool for Laravel Nova 4 support. This version does not support any previous versions.

If you are upgrading from version 2 to version 3 (Laravel 4 support), make sure your composer.json has the following version/reference to included the updated version:

"dniccum/nova-documentation": "^3.0"