Skip to content

Releases: pupeno/free-form

0.6.0

03 Aug 13:56
Compare
Choose a tag to compare
  • Add support for checkbox and radio form elements, courtesy of Scott Bauer: #26
  • Add support for checkbox and radio buttons in the Bootstrap 3 extension.

Free-form 0.6.0 in Clojars: https://clojars.org/com.pupeno/free-form/versions/0.6.0

0.5.0

10 Jan 06:57
Compare
Choose a tag to compare
  • Extension system.
  • Bootstrap 3 provided as an extension.
  • Debug extension.

Free-form 0.5.0 in Clojars

0.4.1

25 Oct 10:04
Compare
Choose a tag to compare
  • Make all inputs controlled so changes can come from within our from outside.

Free-form 0.4.1 in Clojars

0.4.0

24 Oct 10:19
Compare
Choose a tag to compare
  • Tested Free-form with re-frame 0.8.0 and Reagent 0.6.0.
  • Allow marking a field as invalid when another one is invalid with :extra-keys.
  • Added error messages to Bootstrap inline and horizontal forms.
  • Correctly specify dependencies on Clojure and ClojureScript to avoid fixing to a single version.
  • When there's no validation error, don't return the form template (invalid HTML), return nil instead.
  • After a form with Bootstrap has been processed, remove the option to trigger that processing (it's invalid HTML).
  • Show a JavaScript console error if there are any Free-form leftovers after all processing is done.

Free-form 0.4.0 in Clojars: https://clojars.org/com.pupeno/free-form/versions/0.4.0

0.2.1

22 Aug 17:52
Compare
Choose a tag to compare

Changed the metadata of the library to point to the new namespace.

0.3.0

18 Aug 09:40
Compare
Choose a tag to compare
  • Changed namespace from com.carouselapps to com.pupeno
  • Implemented selects.
  • Implemented text areas.

0.2.0

14 Dec 15:47
Compare
Choose a tag to compare

Free-form 0.2.0 in Clojar: https://clojars.org/com.carouselapps/free-form/versions/0.2.0

0.1.1

14 Dec 15:55
Compare
Choose a tag to compare

0.1.0

14 Dec 15:54
Compare
Choose a tag to compare

Free-form 0.1.0 in Clojars