v2.0.0
Full Changelog: v1.2.9...v2.0.0
Note: I will create an Upgrade Guide soon.
v2.0.0 Includes:
- Removal of unnecessary components
- Removal of
ApiTokenManager.php
(no longer in use) - Removal of Company Model return type hints (supports custom configuration)
- Replacement of https://github.com/jenssegers/agent with https://github.com/matomo-org/device-detector for Browser Session Management (due to lack of updates)
- New navigation/dropdown menu
- Automatic data refresh in the navigation menu upon updating company name
- New Employee Table
- Improved Auth pages
- New trait for refreshing data in the navigation menu after form submission (including custom data): https://github.com/andrewdwallo/filament-companies/blob/d9b32f1acf29229f34131c92c6c757188db248e9/src/RefreshesNavigationMenu.php
- Enhanced mobile layout
- Improved load time
- Improved Lighthouse Score
- Alphabetically organized language file
- Additional notifications
- Substitution of many banner messages with Filament notifications
- Updated Socialite icons
- And more....