Releases: laraning/nova-time-field
Bug fixes and code cleanup
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
[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
#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
minuteIncrement method added
#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
Corrected the data missing #30 . Thanks!
Readonly corrected
v0.2.3 wip
CS fixes and readonly
- CS fixes
- Possible to use readonly.
12h time format corrected
Merge pull request #28 from tylernathanreed/fix-12-hour-format Respect 12 hour time format in date format
12h hour time format correction
Credits to @tylernathanreed. Thank you!