Skip to content

Releases: jeffersongoncalves/filament-knowledge-base

v3.0.2

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 04 Mar 03:14

Breaking Changes

  • Minimum Filament version bumped to ^5.3 — required due to the new PageConfiguration parameter added to Page::routes() in filamentphp/filament#19225

What's Changed

  • Update composer.json to require filament/filament: ^5.3

v2.0.2

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 04 Mar 03:14

Breaking Changes

  • Minimum Filament version bumped to ^4.8 — required due to the new PageConfiguration parameter added to Page::routes() in filamentphp/filament#19225

What's Changed

  • Update composer.json to require filament/filament: ^4.8

v3.0.1

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 18 Feb 03:30

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

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 18 Feb 03:13

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

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 18 Feb 03:30

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

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 18 Feb 03:13

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

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 18 Feb 03:30

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

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 18 Feb 03:13

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