Releases: pupeno/free-form
Releases · pupeno/free-form
0.6.0
0.5.0
- Extension system.
- Bootstrap 3 provided as an extension.
- Debug extension.
0.4.1
- Make all inputs controlled so changes can come from within our from outside.
0.4.0
- 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
0.3.0
0.2.0
- Started Bootstrap 3 support.
- Change API from
:free-form/input
to:free-form/input
. - Created example app to help test, exercise and develop the library: http://free-form-examples.carouselapps.com
Free-form 0.2.0 in Clojar: https://clojars.org/com.carouselapps/free-form/versions/0.2.0
0.1.1
- Fixed a bug when dealing with errors.
Free-form 0.1.1 in Clojars: https://clojars.org/com.carouselapps/free-form/versions/0.1.1
0.1.0
- Initial version extracted from Ninja Tools.