Releases: jeffersongoncalves/filament-knowledge-base
Releases · jeffersongoncalves/filament-knowledge-base
Release list
v3.0.2
Breaking Changes
- Minimum Filament version bumped to
^5.3— required due to the newPageConfigurationparameter added toPage::routes()in filamentphp/filament#19225
What's Changed
- Update
composer.jsonto requirefilament/filament: ^5.3
v2.0.2
Breaking Changes
- Minimum Filament version bumped to
^4.8— required due to the newPageConfigurationparameter added toPage::routes()in filamentphp/filament#19225
What's Changed
- Update
composer.jsonto requirefilament/filament: ^4.8
v3.0.1
What's Changed
- Added comprehensive Pest tests for plugins, service provider, resources, and config
- Code style fixes via Pint
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Release for Filament v5
Features
- All features from v2.0.0
- Full Filament v5 compatibility with Livewire v4
- Non-static widget heading property
- Complete Heroicon enum migration
Breaking Changes from v2.x
- Requires Filament ^5.0
- Requires Livewire v4
Requirements
- PHP ^8.2
- Laravel ^11.28
- Filament ^5.0
v2.0.1
What's Changed
- Added comprehensive Pest tests for plugins, service provider, resources, and config
- Code style fixes via Pint
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Release for Filament v4
Features
- All features from v1.0.0
- Migrated to Filament v4 Schema-based architecture
- Heroicon enum constants for type-safe icon usage
- Centralized Actions namespace (Filament\Actions)
- Modular resource structure (Schemas/, Tables/ subdirectories)
- recordActions() and toolbarActions() API
Breaking Changes from v1.x
- Requires Filament ^4.0
- Requires PHP ^8.2
- Resource structure changed to hierarchical pattern
Requirements
- PHP ^8.2
- Laravel ^11.0
- Filament ^4.0
v1.0.1
What's Changed
- Added comprehensive Pest tests for plugins, service provider, resources, and config
- Improved test assertions and consistency
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release for Filament v3
Features
- KnowledgeBasePlugin (Admin) - Full CRUD for categories and articles with versioning, feedback, related articles, and SEO
- KnowledgeBaseUserPlugin (User) - Read-only access to published articles with feedback capability
- KnowledgeBaseGuestPlugin (Guest) - Public read-only access without authentication
- Feature toggles via fluent API and config
- Knowledge Base Overview widget with stats
- Popular Articles widget
- Search and browse page
- Translations: English and Brazilian Portuguese
Requirements
- PHP ^8.1
- Laravel ^10.0
- Filament ^3.0