From 0f9d1d23750ddd58b38a4b5f22eed0c416952848 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Tue, 21 Mar 2017 09:58:03 +0100 Subject: [PATCH] Bump v0.44.0. New features * Add support for rows attribute of textarea widget. (#450) * #434 - Render empty array item fields when minItems is specified (#484) * Add a "has-danger" class to the form error list (#502) * Show description for boolean fields (#498) * Fix #488: Add a custom Form ErrorList prop. Bugfixes * Fix impossibility to use stateful ArrayFieldTeplate comp. (#519) * Centralized shouldComponentUpdate handling in SchemaField (#490) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d869fbc5c..1d1815f80b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsonschema-form", - "version": "0.43.0", + "version": "0.44.0", "description": "A simple React component capable of building HTML forms out of a JSON schema.", "scripts": { "build:readme": "toctoc README.md -w",