Releases: michielfb/laravel-nova-time-field
Support laravel/nova:^5.0
2.0.0 - Laravel Nova 4
This package now supports Laravel Nova ^4.0.
Backwards compatibility breaking changes
This new major version has the following backwards compatibility breaking changes.
- The date must now be formated using the PHP datetime format instead of momentjs.
- Laravel Nova ^4.0 is required. Support for older versions of Laravel Nova has been dropped.
2.0.0 RC3 - Laravel Nova 4
Update the package to support laravel/nova:~4.0. The javascript package momentjs
is no longer
used by Laravel Nova. The way to format times has therefore been updated. It now uses the PHP
datetime format.
Support for older versions of Laravel Nova has been dropped.
1.3.0 - Add milliseconds support
- Remove hardcoded time format
- Allow floats in the
withSteps
method to enable setting millisconds in the input field - Remove duplicate validation message.
Pass missing properties to default field
Pass the errors and the flag whether to show help texts to the default-field component. Otherwise the help text and errors are not shown for the field.
Allow null values
Allow dates to be empty. Show "-" when a date is empty.
Add option to set the steps attribute
The step attribute allows to vary the amount of time jumped whenever the time is incremented or decremented. By setting the step to 1 it allows users to enter seconds.
Add readonly support
Merge pull request #4 from michielfb/feature/compile-assets Feature/compile assets
Fix broken import in example
Merge pull request #1 from michielfb/feature/fix-namespace-in-example Fix broken import in example
Basic HTML5 time field for Laravel Nova
1.0.0 Create README.md