From 842908a7a6c918bac9c0b81377fbf8d6a344f340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Pablo=20Fern=C3=A1ndez?= Date: Mon, 24 Oct 2016 10:46:19 +0100 Subject: [PATCH] Changelog for immediate release of 0.4.0. --- README.md | 10 ++++++++-- project.clj | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c41075e..5c51b4f 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,14 @@ or [inline](http://free-form-examples.pupeno.com/reagent/bootstrap-3-inline) for ## Changelog -### Next version. -- Allow marking a field as invalid when another one is invalid with :extra-keys +### v0.4.0 - 2016-10-24 +- 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. ### v0.3.0 - 2016-08-16 - Changed namespace from com.carouselapps to com.pupeno diff --git a/project.clj b/project.clj index fd674df..037b1d3 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ ;;;; Copyright © 2015, 2016 José Pablo Fernández Silva, All rights reserved. -(defproject com.pupeno/free-form "0.3.1-SNAPSHOT" +(defproject com.pupeno/free-form "0.4.0-SNAPSHOT" :description "Library for building forms with Reagent or Re-frame." :url "https://github.com/pupeno/free-form" :license {:name "Eclipse Public License"