Version bump
This commit is contained in:
parent
05966b8a00
commit
3876ae0460
@ -1,3 +1,7 @@
|
|||||||
|
## 1.4.3
|
||||||
|
|
||||||
|
Added `jqueryDatePickerDayField`.
|
||||||
|
|
||||||
## 1.4.2.1
|
## 1.4.2.1
|
||||||
|
|
||||||
Documentation updates
|
Documentation updates
|
||||||
|
|||||||
@ -58,6 +58,8 @@ jqueryDayField :: (RenderMessage site FormMessage, YesodJquery site) => JqueryDa
|
|||||||
jqueryDayField = flip jqueryDayField' "date"
|
jqueryDayField = flip jqueryDayField' "date"
|
||||||
|
|
||||||
-- | Use jQuery's datepicker as the underlying implementation.
|
-- | Use jQuery's datepicker as the underlying implementation.
|
||||||
|
--
|
||||||
|
-- Since 1.4.3
|
||||||
jqueryDatePickerDayField :: (RenderMessage site FormMessage, YesodJquery site) => JqueryDaySettings -> Field (HandlerT site IO) Day
|
jqueryDatePickerDayField :: (RenderMessage site FormMessage, YesodJquery site) => JqueryDaySettings -> Field (HandlerT site IO) Day
|
||||||
jqueryDatePickerDayField = flip jqueryDayField' "text"
|
jqueryDatePickerDayField = flip jqueryDayField' "text"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-form
|
name: yesod-form
|
||||||
version: 1.4.2.1
|
version: 1.4.3
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user