All notable changes to filament-language-switch
will be documented in this file.
- @fsamapoor made their first contribution in #76
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/3.0.6...3.1.0
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #85
- remove laravel explicit version dependency by @bezhanSalleh in #86
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/3.0.5...3.0.6
- fix middleware return type by @bezhanSalleh in #80
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/3.0.4...3.0.5
- fix configurable trait usage by @bezhanSalleh in #72
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/3.0.3...3.0.4
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/3.0.2...3.0.3
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/3.0.1...3.0.2
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #66
- [Feature] Added
LocaleChanged
event by @michaelklopf in #61 - [Fix] Browser Locale issue by @bezhanSalleh in #69
- @michaelklopf made their first contribution in #61
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/3.0.0...3.0.1
- Complete rewrite [3.x]
-
No Panel registeration required
-
Automatically boots after installation
-
Easily Configurable
-
Flags Support (no third-party packages required)
-
outside panels 'auth pages'
- Display
- Placement(position)
-
much more ...
-
for more checkout @bezhanSalleh in #57
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/2.0.1...3.0.0
- Fixing dropdown cropped on safari by @dev3k in #38
- Fixed test action
- Added the new banner
- @dev3k made their first contribution in #38
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/2.0.0...2.0.1
What's new in 2.0.0?
- Filament v3.0.0 support
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.8...2.0.0
- Added the ability to configure and customize the render Hook
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #26
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #31
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #30
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #34
- Determine the locale of the user's browser. by @nikosid in #27
- Fix Request a feature issue template by @ziming in #32
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.7...1.0.8
- Bump aglipanci/laravel-pint-action from 1.0.0 to 2.2.0 by @dependabot in #23
- fixes #20, fixes #22 and fixes #24 by @bezhanSalleh in #25
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.6...1.0.7
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #16
- Update language-switch.blade.php by @mustafa-online in #15
- Fixes #17 and Laravel 10 Support by @bezhanSalleh in #18
- @mustafa-online made their first contribution in #15
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.5...1.0.6
- fix register-middleware by @medeiroz in #14
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.4...1.0.5
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #11
- issue-12 fixed registration component to work with laravel octane by @medeiroz in #13
- @medeiroz made their first contribution in #13
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.3...1.0.4
- Fix light and dark mode issue by @bezhanSalleh in #10
- @bezhanSalleh made their first contribution in #10
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.2...1.0.3
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #6
- fix: Fixed dark mode issues by @LukasFreyCZ in #8
- @LukasFreyCZ made their first contribution in #8
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/1.0.1...1.0.2
- Language flag is now optional
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/v1.0.0...1.0.1
- adjust switch spacing
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #4
- Fix readme typo by @erjanmx in #3
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/compare/v0.0.1...v1.0.0
- minor wording issue: s/SwtichLanguageLocale/SwitchLanguageLocale
- introduce ability to set locale via query string (get parameter ?locale=xx)
Full Changelog: https://github.com/bezhanSalleh/filament-language-switch/commits/v0.0.0
- inception