8000 Tags · techouse/intl-date-time · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Tags: techouse/intl-date-time

Tags

v1.7.0

Toggle v1.7.0's commit message
⬆️ Upgraded to Webpack 5

v1.6.7

Toggle v1.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error of not being able to set 0 defaultHour and defaultMinute (#54)

This commit fixes a bug that does not allow use defaultHour(0) because 0 is considered as false and what we really want is to check if the field is empty. Therefore, null safe operator is used.

REAME updated

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add interface to set defaultHour and defaultMinute (#53)

In order to be able to specify the time that is displayed in the time selector, two meta-datas have been added. The default values of the flatpickr.js are 12 for defaultHour and 0 for defaultMinute.

Docs to the two options used for this development: https://flatpickr.js.org/options/

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 programmed filling wasn't updating the picker value (#52)

* ✨ add programmatical set on form view

* 📝 Updated documentation with programmed filling

* 🐛 programmed filling wasn't updating the picker value

* 🚨 wrong indent

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
📝 Updated documentation with programmed filling (#49)

* ✨ add programmatical set on form view

* 📝 Updated documentation with programmed filling

v1.6.3

Toggle v1.6.3's commit message
⬆️ Updates

v1.6.2

Toggle v1.6.2's commit message
⬆️ Updates

v1.6.1

Toggle v1.6.1's commit message
⬆️ Updates

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
⬆️ Enable support for Laravel 8.x (#34)

v1.5.13

Toggle v1.5.13's commit message
⬆️ Updates

0