# ChangeLog for yesod-form ## 1.7.6 * Added `datetimeLocalField` for creating a html `` [#1817](https://github.com/yesodweb/yesod/pull/1817) ## 1.7.5 * Add Romanian translation [#1801](https://github.com/yesodweb/yesod/pull/1801) ## 1.7.4 * Added a `Monad AForm` instance only when `transformers` >= 0.6 [#1795](https://github.com/yesodweb/yesod/pull/1795) ## 1.7.3 * Fixed `radioField` according to Bootstrap 3 docs. [#1783](https://github.com/yesodweb/yesod/pull/1783) ## 1.7.2 * Added `withRadioField` and re-express `radioField` into that. [#1775](https://github.com/yesodweb/yesod/pull/1775) ## 1.7.1 * Added `colorField` for creating a html color field (``) [#1748](https://github.com/yesodweb/yesod/pull/1748) ## 1.7.0 * Extended `OptionList` by `OptionListGrouped` and implemented grouped select fields (`