Skip to content

Releases: laraning/nova-time-field

Bug fixes and code cleanup

29 Nov 17:28
Compare
Choose a tag to compare

Bugs Fixed:

#51 - JS error when HandleChange was triggered. For now I overrided the handleChange but later on I'll optimize it to be compatible with the Nova method signature. Doesn't break previous versions because this method was always giving this exception.

Others:

Changed some flatpickr methods that were being loaded inside the Vue component and should be on the parent component (the flatpickr itself).

Bug fixes and placeholder fixed

15 Nov 20:25
Compare
Choose a tag to compare

[X] - You can now use the placeholder label correctly (with your text or a default from moment)
[X] - If you are using the Twelve Hour Format, then the hours don't show leading zeros (E.g.: Before: 07:00 and now 7:00)

v1.0.0: Merge pull request #44 from laraning/analysis-9m3mZa

18 Jul 18:10
4d784c1
Compare
Choose a tag to compare

#43 - Time file now allows a Timezone behavior. Describe in the README.

Since this is the latest pending feature from the beta version, it's now a major release.

Have fun!

Empty field and duplication error messages resolved

11 May 16:55
Compare
Choose a tag to compare

Resolved issues:

Can't make the field nullable - #34
Duplicated property - #36
Nullable doesn't work - #37
StyleCI fixes - #8

Thank you for your support and help detecting these bugs!

minuteIncrement method added

07 Feb 19:40
Compare
Choose a tag to compare

#33 merged. Thanks @tylernathanreed!
You can now have a different 5 minutes increment.

Example:

TimeField::make('Last time logged')
                     ->rules('required')
                     ->minuteIncrement(1),

(dist) directory recompiled for latest features

Resolved data missing from Nova 2.9.2

16 Dec 20:31
e55a8a8
Compare
Choose a tag to compare

Corrected the data missing #30 . Thanks!

Readonly corrected

08 Dec 00:31
Compare
Choose a tag to compare
v0.2.3

wip

CS fixes and readonly

07 Dec 22:59
Compare
Choose a tag to compare
  • CS fixes
  • Possible to use readonly.

12h time format corrected

26 Nov 15:40
685068e
Compare
Choose a tag to compare
Merge pull request #28 from tylernathanreed/fix-12-hour-format

Respect 12 hour time format in date format

12h hour time format correction

17 Nov 00:44
d1d7e08
Compare
Choose a tag to compare