Releases: camya/filament-title-with-slug
v0.5.6
What's Changed
Fixed / Updated
New translations
- Nothing this time...
Feel free to contribute your translation.
Added (for Development)
- Nothing this time...
Added
- Nothing this time...
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)
- Watch Demo Video
- Read full documentation
- Visit the FilamentPHP Plugin Page
- Composer Packagist page (Install count / Statistics)
- Follow me on Twitter
v0.5.5
What's Changed
Added
Fixed / Updated
New translations
- French translation contributed by @Devonab
Feel free to contribute your translation.
Added (for Development)
- Nothing this time...
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)
v0.5.4
What's Changed
Fixed / Updated
- Fixed alignment of the edit icon for Firefox
- Optimized phpunit settings
Added
Added (for Development)
Updated / Added translations
- Feel free to contribute your translation.
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)
v0.5.3
What's Changed
Added
- Option to set slug as subdomain, see documentation.
- Option to set an empty slug for the homepage, see documentation.
Added (for Development)
- Added spatie/laravel-ray as dev-dependency.
Fixed / Updated
- Replaced custom SVG with heroicon icon components.
Translations
Added indonesian translation. Thanks to @frankyso
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)
v0.5.2
What's Changed
Added
- Added parameters
titleAfterStateUpdated
&slugAfterStateUpdated
to hook intoafterStateUpdated
with a closure. (see #3) - Placeholder now generated with str()->headline() method internally instead of title() for more beautiful placeholders. (Can be overwritten)
Added (for Development)
- Added "Pest Tests" for the Filament Component, thanks to ralphjsmit for inspiration.
- Added GitHub workflows for "Pest Tests" + "Laravel Pint".
- Added "composer test-all" now runs Pest Test + PHPStan + Laravel Pint CS-checker (dry).
Fixed
- Removed duplicate unique() in SlugInput, see #4
- Optimized slugAutoUpdateDisabled, check record instead of slug.
- slugify() optimized
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)
v0.5.1
What's Changed
Added
- Package config, default value for
url_host
, override with parameter (urlHost:
) - Documentation for package config.
- Documentation for repeater with relationship.
Fixed
- Fixed small glitch, if package is used in repeater with relationship.
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)
v0.5.0 - Initial release
What's Changed
- Initial release
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows to edit titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)