Skip to content

Releases: michielfb/laravel-nova-time-field

Support laravel/nova:^5.0

18 Dec 16:07
7916e69
Compare
Choose a tag to compare
Merge pull request #15 from cleardesignuk/master

Add nova 5 support

2.0.0 - Laravel Nova 4

09 Feb 18:37
0d8e50f
Compare
Choose a tag to compare

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

09 Feb 18:26
Compare
Choose a tag to compare
Pre-release

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

12 Sep 15:14
97a80a1
Compare
Choose a tag to compare
  • 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

20 Sep 19:09
8b19943
Compare
Choose a tag to compare

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

02 Apr 19:25
Compare
Choose a tag to compare

Allow dates to be empty. Show "-" when a date is empty.

Add option to set the steps attribute

10 Dec 21:34
abeeaf8
Compare
Choose a tag to compare

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

24 Mar 21:12
c641a7b
Compare
Choose a tag to compare
Merge pull request #4 from michielfb/feature/compile-assets

Feature/compile assets

Fix broken import in example

11 Dec 21:51
bcea550
Compare
Choose a tag to compare
Merge pull request #1 from michielfb/feature/fix-namespace-in-example

Fix broken import in example

Basic HTML5 time field for Laravel Nova

01 Oct 19:00
ae8a734
Compare
Choose a tag to compare