Skip to content

Releases: dlsc-software-consulting-gmbh/GemsFX

Release v2.81.0

19 Dec 16:26
Compare
Choose a tag to compare

Changelog

52024f5 🏁 Releasing version 2.81.0
1067203 More refinement on paging and grid table view.
1d77146 Remove unused imports in PagingListViewApp.java
f98fa4d Add PagingGridTableView and related classes
b711a8c Merge remote-tracking branch 'origin/master'
82b51dc Switch to new JPro platform dependencies
d7d0d01 Update PagingListViewApp item count and page size
d6f8aa6 Simplify items list initialization in PagingListView.

Release v2.80.0

13 Dec 10:34
Compare
Choose a tag to compare

Changelog

c779740 🏁 Releasing version 2.80.0
a5191fb Fix selection mode comparison in DateRangeView
ed74cf7 Merge pull request #216 from dlsc-software-consulting-gmbh/fix-date-range-view-mode-limitations
0f5c441 Add width computation methods to InnerListViewSkin
6ac0996 Update paging controls visibility logic and default label strategy
35889b3 Enforce DATE_RANGE mode in DateRangeView selection model.

Release v2.79.0

12 Dec 16:37
Compare
Choose a tag to compare

Changelog

237cdb9 🏁 Releasing version 2.79.0
beb9ba0 Fixes in PagingListView.
40d2c86 Added wrapper around error node in LoadingPane.
a6fcb7e Remove debugging print statement from PagingControlsSkin.

Release v2.78.0

12 Dec 14:11
Compare
Choose a tag to compare

Changelog

5d6b7fd 🏁 Releasing version 2.78.0
5f523d8 Improve visibility management for PagingControls
f0bbf36 Refine pagination logic and visibility bindings.
e97248b Refined PagingControls. Introduced a separate GridPane for the page buttons so that they can all have the same width.
63e5961 Rename getter methods to follow JavaBean naming conventions.

Release v2.77.0

11 Dec 14:36
Compare
Choose a tag to compare

Changelog

d762b2b 🏁 Releasing version 2.77.0
efeb118 🏁 Releasing version 2.75.0
63b8736 Remove debug logging from PagingListView.
07d0cbd Fine-tuning behaviour of PagingListView.

Release v2.74.0

10 Dec 15:57
Compare
Choose a tag to compare

Changelog

98ac6c8 🏁 Releasing version 2.74.0
930021c Remove debug println from computePrefHeight method

Release v2.73.0

10 Dec 15:52
Compare
Choose a tag to compare

Changelog

8cf3ba3 🏁 Releasing version 2.73.0
fc1b45d Fixes for the PagingListView when it is being used in combination with TextFlow cells.
e119736 Made sure FilterView always has at least its minimum height equal to its preferred height.

Release v2.72.0

09 Dec 10:59
Compare
Choose a tag to compare

Changelog

5404065 🏁 Releasing version 2.72.0
58b1136 Support for placeholder node in PagingListView. Various fixes and improvements.

Release v2.71.0

06 Dec 15:46
Compare
Choose a tag to compare

Changelog

02738c8 🏁 Releasing version 2.71.0
4b4de47 Small fixes and refactoring to PagingListView.

Release v2.70.0

05 Dec 16:59
Compare
Choose a tag to compare

Changelog

2aeb7c6 🏁 Releasing version 2.70.0
080f083 Removed redundant size check.
61efe89 More styling for PagingControls.
c2e28d0 Support for text on first, previous, next, last buttons of PagingControlBase.
5540583 Fine tuning paging list views.
4d21706 Added new SimplePagingListView control.
0e6215a Centralized key event handling for paging controls.
224e690 Refining PagingControls styling.
73c7e03 Add paging controls settings and improve loading visualization
2f7f192 Refactor PagingListView to improve list handling
4e6f452 Merge remote-tracking branch 'origin/master'
12b470d New control PagingListView.