From c8eec4f0e534cfd3cabf9c7fdf8b85e46d675e0f Mon Sep 17 00:00:00 2001 From: vaadin-miki Date: Fri, 26 Nov 2021 08:39:19 +0000 Subject: [PATCH] (bot) release notes updated for 0.11.1 --- superfields/release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/superfields/release-notes.md b/superfields/release-notes.md index ff805254..c4813e35 100644 --- a/superfields/release-notes.md +++ b/superfields/release-notes.md @@ -1,3 +1,12 @@ +# 0.11.1 - Focus fixes and reworked demo app +## New features and enhancements +(nothing reported) +## Changes to API +* \#324 - [Methods to control helper text/component position](https://github.com/vaadin-miki/super-fields/issues/324) +* \#326 - [Bump Vaadin to 14.7.3](https://github.com/vaadin-miki/super-fields/issues/326) +* \#330 - [Vaadin 14.7.5 and Java8 Support for the new super-fields version](https://github.com/vaadin-miki/super-fields/issues/330) +## Bug fixes +* \#329 - [Number fields do not receive focus from code](https://github.com/vaadin-miki/super-fields/issues/329) # 0.11.0 - CollectionField and Vaadin 14.7 ## New features and enhancements * \#303 - [Collection Field](https://github.com/vaadin-miki/super-fields/issues/303)