From 473291733d58fa0b638467002b5c1b9783e82be2 Mon Sep 17 00:00:00 2001 From: vaadin-miki Date: Mon, 15 Jul 2024 13:28:00 +0000 Subject: [PATCH] (bot) release notes updated for 0.19.1 --- superfields/release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/superfields/release-notes.md b/superfields/release-notes.md index 0888176..fcd4638 100644 --- a/superfields/release-notes.md +++ b/superfields/release-notes.md @@ -1,3 +1,11 @@ +# 0.19.1 - Bug fixes +## New features and enhancements +(nothing reported) +## Changes to API +* \#514 - [Upgrade Vaadin to 24.3.12](https://github.com/vaadin-miki/super-fields/issues/514) +## Bug fixes +* \#511 - [AFTER_* label positions are incorrect for custom fields](https://github.com/vaadin-miki/super-fields/issues/511) +* \#513 - [SuperTextField.inputMode cannot be set inside a Grid.Column](https://github.com/vaadin-miki/super-fields/issues/513) # 0.19.0 - Component(Multi)Select and refreshed LazyLoad ## New features and enhancements * \#488 - [ComponentSelect (and ButtonSelect as an example)](https://github.com/vaadin-miki/super-fields/issues/488)