Skip to content

Commit

Permalink
Version 1.5.7 :
Browse files Browse the repository at this point in the history
	- Fix : Implement ImageHandler in Vaadin Flow to fix fatal error when loading an image list and show images on the list [APPS-02GS][PR#642]
	- Fix abnormal behavior of the list button and menu query in the ProductForm by [APPS-02GS][PR#644]
  • Loading branch information
mgrati committed Nov 5, 2024
1 parent af24e60 commit 9de7112
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.5.7
## What's Changed
* Fix : Implement ImageHandler in Vaadin Flow to fix fatal error when loading an image list and show images on the list by @sebai-dhia in [#642](https://github.com/kopiLeft/Galite/pull/642)
* Fix abnormal behavior of the list button and menu query in the ProductForm by @sebai-dhia in [#644](https://github.com/kopiLeft/Galite/pull/644)

**Full Changelog**: [1.5.6 ... 1.5.7](https://github.com/kopiLeft/Galite/compare/1.5.6...1.5.7)

# 1.5.6
## What's Changed
* Fix : Allow LEFT JOIN for nullable fields with non nullable fields in Galite forms by @mgrati in [#640](https://github.com/kopiLeft/Galite/pull/640)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx4g
#
group=org.kopi
version=1.5.6
version=1.5.7

0 comments on commit 9de7112

Please sign in to comment.