Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.3.3...v4.3.4
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.3.2...v4.3.3
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.3.1...v4.3.2
HasActions / InteractsWithActionsFull Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.3.0...v4.3.1
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.2.0...v4.3.0
min-w constraints that caused horizontal overflow on mobile viewports.fb-form-container, .fb-form-component, and .fb-form-user-container CSS hooksFull Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.1.6...v4.1.7
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.1.5...v4.1.6
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.1.4...v4.1.5
removes file upload from the rich text editor as this is not supported functionality and throws an exception.
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.1.2...v4.1.3
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.1.1...v4.1.2
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.1.0...v4.1.1
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.0.9...v4.1.0
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.0.8...v4.0.9
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v4.0.6...v4.0.8
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v1.5.0...v1.43
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v1.42...v1.5.0
Full Changelog: https://github.com/TappNetwork/Filament-Form-Builder/compare/v1.41...v1.42
Fix bug with single select fields when multi select fields were introduced.
Adds support for Select()->multiple() fields.
Actually commit changes described in last release
Fixes a bug with copy action
This release add a copy action for filament forms.
Makes type field required when creating a field.
Add 'fb-form-user-container' class for styling form results container.
Sends id of saved entry instead of entry itself when entrySaved event is dispatched to resolve intermittent error with laravel model biding on event consumption.
This Update fixes a bug when the first option was selected in a radio select.
This PR adds a $blockRedirect property to the FilamentForm/Show component. Passing this as true to the component will prevent the redirect action when a new form entry is saved.
Add styles to plugin
Include stylesheet for filament classes
Fixes a typo in locking action visibility and adds a locked column to form resource.
1.2 supports locking forms so that entries from a form can always be compared apples to apples over time with no risk of the form being changed and previous entries becoming incompatible with new entires. If you are upgrading from 1.0 or 1.1 to 1.2, create a migration with the following method to reflect this change
Schema::table('filament_forms', function (Blueprint $table) {
$table->boolean('locked')->default(false);
});
How can I help you explore Laravel packages today?