You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2021/07/13 20:51:23 UTC

[wicket] 01/03: Added CHANGELOG for release 8.13.0

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to annotated tag rel/wicket-8.13.0
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 842a7b8a1c79dfc5bbb5007c9d7306c861ba07b2
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Wed Jul 7 22:45:03 2021 +0200

    Added CHANGELOG for release 8.13.0
---
 CHANGELOG-8.x | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index 5c31f15..2acfd71 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,6 +2,28 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.13.0
+
+** Bug
+
+    * [WICKET-6875] - Example for FileSystemResource.java does not work
+    * [WICKET-6877] - Removing component's MetaData during detach phase from within a Behavior causes issue
+    * [WICKET-6878] - Rendering of relative Urls does not take into account filterpath for absolute Urls
+    * [WICKET-6881] - Link on website to JavaDoc of version 1.3.x is broken
+    * [WICKET-6896] - AutoCompleteTextField re-opens dropdown item list after item has been selected
+
+** New Feature
+
+    * [WICKET-6886] - LambdaChoiceRenderer
+
+** Improvement
+
+    * [WICKET-6876] - add an AJAX behavior that allows to collect file information when a file, to be uploaded,  is selected. 
+    * [WICKET-6880] - Documentation of DataTable/DataGridView has reference to unknown class UserProvider
+    * [WICKET-6885] - Add scope col and colgroup to HeadersToolbar
+
+=======================================================================
+
 Release Notes - Wicket - Version 8.12.0
 
 ** Bug