* Wed Oct 23 2024 Peter Simons - Update yesod-form to version 1.7.9. [#]# 1.7.9 * Added `checkboxesField\'` for creating checkbox in more correct way than original `checkboxesField` Function `checkboxesField` marked as deprecated. [#1843](https://github.com/yesodweb/yesod/pull/1843) [#]# 1.7.8 * Added `radioField\'` for creating radio button in more correct way than original `radioField`. Function `radioField` marked as deprecated. [#1842](https://github.com/yesodweb/yesod/pull/1842) [#]# 1.7.7 * Added `optionsFromList\'` to create an OptionList from a List, using the PathPiece instance for the external value and a custom function for the user-facing value. Also added `optionsEnum\'` to create an OptionList from an enumeration [#1828](https://github.com/yesodweb/yesod/pull/1828) * Tue Sep 05 2023 Peter Simons - Update yesod-form to version 1.7.6. [#]# 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) * Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Thu Feb 09 2023 Peter Simons - Update yesod-form to version 1.7.4. [#]# 1.7.4 * Added a `Monad AForm` instance only when `transformers` >= 0.6 [#1795](https://github.com/yesodweb/yesod/pull/1795) * Thu Oct 06 2022 Peter Simons - Update yesod-form to version 1.7.3. [#]# 1.7.3 * Fixed `radioField` according to Bootstrap 3 docs. [#1783](https://github.com/yesodweb/yesod/pull/1783) * Sun Sep 18 2022 Peter Simons - Update yesod-form to version 1.7.2. [#]# 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) * Thu Apr 15 2021 psimonsAATTsuse.com- Update yesod-form to version 1.7.0. [#]# 1.7.0 * Extended `OptionList` by `OptionListGrouped` and implemented grouped select fields (`