Releases: ryangjchandler/filament-navigation
Releases · ryangjchandler/filament-navigation
v0.3.2
What's Changed
- Add german translations by @bumbummen99 in #35
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #42
- Added French translations by @FDT2k in #47
- Italian tranlation; fixed label 'Type' in modal by @mynamespace in #46
New Contributors
- @FDT2k made their first contribution in #47
- @mynamespace made their first contribution in #46
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- [Fix] Load support ServiceProvider by @bumbummen99 in #20
- Fix typo in README by @happytodev in #28
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #30
- A Minor updated on the README to reflect need to Run Migration by @blackmunk in #32
- Created translations for plugin by @koupisbean in #25
- [feat] Add pt_BR and pt_PT translations by @devmatheus in #36
New Contributors
- @bumbummen99 made their first contribution in #20
- @happytodev made their first contribution in #28
- @blackmunk made their first contribution in #32
- @koupisbean made their first contribution in #25
- @devmatheus made their first contribution in #36
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix: entangle-based components not working in item modal by @ryangjchandler in #18
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- Add type hint for property by @flxsource in #16
New Contributors
- @flxsource made their first contribution in #16
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
What's Changed
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #10
- [FIX] showing the navigation_type name by @lordjoo in #6
New Contributors
- @dependabot made their first contribution in #10
- @lordjoo made their first contribution in #6
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: use longText instead of json column for MySQL 5.7 by @ryangjchandler in #4
- Fixes item input styling for dark mode. by @awcodes in #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
- @ryangjchandler made their first contribution in #4
- @awcodes made their first contribution in #2
Full Changelog: v0.1.0...v0.2.0