Skip to content

Latest commit

 

History

History
173 lines (95 loc) · 6.72 KB

CHANGELOG.md

File metadata and controls

173 lines (95 loc) · 6.72 KB

Changelog

All notable changes to filament-navigation will be documented in this file.

v0.4.2 - 2022-12-08

What's Changed

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.4.1...v0.4.2

v0.4.1 - 2022-11-29

What's Changed

New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.4.0...v0.4.1

v0.4.0 - 2022-11-17

What's Changed

New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.3.2...v0.4.0

v0.3.2 - 2022-10-27

What's Changed

New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.3.1...v0.3.2

v0.3.1 - 2022-09-11

What's Changed

New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.3.0...v0.3.1

v0.3.0 - 2022-06-16

What's Changed

  • fix: entangle-based components not working in item modal by @ryangjchandler in ryangjchandler#18

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.2.4...v0.3.0

v0.2.4 - 2022-06-13

What's Changed

New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.2.3...v0.2.4

v0.2.3 - 2022-05-05

What's Changed

New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.2.2...v0.2.3

v0.2.2 - 2022-04-25

What's Changed

New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.2.1...v0.2.2

v0.2.1 - 2022-04-21

What's Changed

  • Fixes Tailwind config to use class based dark mode. by @awcodes in ryangjchandler#5

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.2.0...v0.2.1

v0.2.0 - 2022-04-21

What's Changed

  • fix: use longText instead of json column for MySQL 5.7 by @ryangjchandler in ryangjchandler#4
  • Fixes item input styling for dark mode. by @awcodes in ryangjchandler#2

Upgrade

When upgrading to this version, please run the following commands:

composer update
php artisan view:clear
php artisan vendor:publish --tag="filament-navigation-assets"
php artisan migrate










New Contributors

Full Changelog: https://github.com/ryangjchandler/filament-navigation/compare/v0.1.0...v0.2.0

v0.1.0 - 2022-04-19

Full Changelog: https://github.com/ryangjchandler/filament-navigation/commits/v0.1.0

1.0.0 - 202X-XX-XX

  • initial release