# Changelog

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

## v1.0.0-beta3 - 2023-08-07

### What's Changed

- Replace redundant config with filament plugin method by @howdu in https://github.com/ryangjchandler/filament-navigation/pull/86
- fix: remove conditions on dark-mode classes by @mrfade in https://github.com/ryangjchandler/filament-navigation/pull/85

### New Contributors

- @mrfade made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/85

**Full Changelog**: https://github.com/ryangjchandler/filament-navigation/compare/v1.0.0-beta2...v1.0.0-beta3

## v1.0.0-beta2 - 2023-08-04

### What's Changed

- switch icon component to svg by @atmonshi in https://github.com/ryangjchandler/filament-navigation/pull/84

### New Contributors

- @atmonshi made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/84

**Full Changelog**: https://github.com/ryangjchandler/filament-navigation/compare/v1.0.0-beta1...v1.0.0-beta2

## v1.0.0-beta1 - 2023-08-04

This release marks the start of the `v1.0.0` series of releases.

It introduces support for Filament v3.x and removes support for v2.x.

To upgrade your application and this package, please consult the [`UPGRADE`](UPGRADE.md) guide.

**Full Changelog**: https://github.com/ryangjchandler/filament-navigation/compare/v0.5.0...v1.0.0-beta1

## v0.5.0 - 2023-02-15

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/ryangjchandler/filament-navigation/pull/61
- Laravel 10 compatibility by @howdu in https://github.com/ryangjchandler/filament-navigation/pull/64

### New Contributors

- @howdu made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/64

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

## v0.4.2 - 2022-12-08

### What's Changed

- Fixed navigation model class handling. by @danielbehrendt in https://github.com/ryangjchandler/filament-navigation/pull/56

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

## v0.4.1 - 2022-11-29

### What's Changed

- Fix typo in it translation by @digitall-it in https://github.com/ryangjchandler/filament-navigation/pull/55

### New Contributors

- @digitall-it made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/55

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

## v0.4.0 - 2022-11-17

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/ryangjchandler/filament-navigation/pull/49
- Fix actions by @Kristories in https://github.com/ryangjchandler/filament-navigation/pull/48
- feature: drag & drop navigation by @ryangjchandler in https://github.com/ryangjchandler/filament-navigation/pull/51
- Enabled model and resource class configuration. by @danielbehrendt in https://github.com/ryangjchandler/filament-navigation/pull/53

### New Contributors

- @Kristories made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/48
- @danielbehrendt made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/53

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

## v0.3.2 - 2022-10-27

### What's Changed

- Add german translations by @bumbummen99 in https://github.com/ryangjchandler/filament-navigation/pull/35
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in https://github.com/ryangjchandler/filament-navigation/pull/42
- Added French translations by @FDT2k in https://github.com/ryangjchandler/filament-navigation/pull/47
- Italian tranlation; fixed label 'Type' in modal by @mynamespace in https://github.com/ryangjchandler/filament-navigation/pull/46

### New Contributors

- @FDT2k made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/47
- @mynamespace made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/46

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

## v0.3.1 - 2022-09-11

### What's Changed

- [Fix] Load support ServiceProvider by @bumbummen99 in https://github.com/ryangjchandler/filament-navigation/pull/20
- Fix typo in README by @happytodev in https://github.com/ryangjchandler/filament-navigation/pull/28
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/ryangjchandler/filament-navigation/pull/30
- A Minor updated on the README to reflect need to Run Migration by @blackmunk in https://github.com/ryangjchandler/filament-navigation/pull/32
- Created translations for plugin by @koupisbean in https://github.com/ryangjchandler/filament-navigation/pull/25
- [feat] Add pt_BR and pt_PT translations by @devmatheus in https://github.com/ryangjchandler/filament-navigation/pull/36

### New Contributors

- @bumbummen99 made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/20
- @happytodev made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/28
- @blackmunk made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/32
- @koupisbean made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/25
- @devmatheus made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/36

**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 https://github.com/ryangjchandler/filament-navigation/pull/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

- Add type hint for  property by @flxsource in https://github.com/ryangjchandler/filament-navigation/pull/16

### New Contributors

- @flxsource made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/16

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

## v0.2.3 - 2022-05-05

## What's Changed

- Avoid overlapping of tooltips by @justRau in https://github.com/ryangjchandler/filament-navigation/pull/11

## New Contributors

- @justRau made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/11

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

## v0.2.2 - 2022-04-25

## What's Changed

- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in https://github.com/ryangjchandler/filament-navigation/pull/10
- [FIX] showing the navigation_type name by @lordjoo in https://github.com/ryangjchandler/filament-navigation/pull/6

## New Contributors

- @dependabot made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/10
- @lordjoo made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/6

**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 https://github.com/ryangjchandler/filament-navigation/pull/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 https://github.com/ryangjchandler/filament-navigation/pull/4
- Fixes item input styling for dark mode. by @awcodes in https://github.com/ryangjchandler/filament-navigation/pull/2

## Upgrade

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

```sh
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 https://github.com/ryangjchandler/filament-navigation/pull/4
- @awcodes made their first contribution in https://github.com/ryangjchandler/filament-navigation/pull/2

**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
