这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: dlsc-software-consulting-gmbh/GemsFX

Release v3.5.3

02 Sep 15:32

Choose a tag to compare

Changelog

512519e 🏁 Releasing version 3.5.3
e8adf6b Add deselection support for checkboxes in SimpleFilterView reset logic
fc6af40 Add addCheckBox method to SimpleFilterView for checkbox support
371ee75 Add Javadoc comments to PagingLoadResponse for improved documentation
ad9d338 Update styles in atlantafx.css and simple-filter-view.css to adjust border width and add padding for improved layout consistency
d88c822 Add getContentBias implementation to PagingGridTableView and GridTableView for orientation handling
d142c30 Update release.yml workflow to use actions/cache@v4

Release v3.5.2

28 Aug 14:05

Choose a tag to compare

Changelog

b60a679 🏁 Releasing version 3.5.2
ffa9299 Use StringUtils.isNotBlank to validate non-empty strings in SimpleFilterView.

Release v3.5.1

27 Aug 13:09

Choose a tag to compare

Changelog

38c5c05 🏁 Releasing version 3.5.1
ad1eee5 Add change listeners to textField in SimpleFilterView for improved event handling

Release v3.5.0

26 Aug 07:48

Choose a tag to compare

Changelog

c5df7fc 🏁 Releasing version 3.5.0
ef6b7e3 Update workflows to set up Java 21 instead of Java 24 for compatibility
4dd8db8 Downgrade Java to 21 and JavaFX to 23.0.2 in pom.xml for compatibility.
708fc55 Refactor PagingGridTableViewApp to use bindings for count property and initialize it with movie list size.
3f15e82 Refactor PagingGridTableViewSkin to use bidirectional bindings for improved synchronization.
ddda233 Update atlantafx.css to adjust padding in dialog content for improved spacing.
351ab93 Update atlantafx.css to adjust drawer background styling and add background insets to make it work nicely with dracula theme.

Release v3.4.3

19 Aug 16:13

Choose a tag to compare

Changelog

a643c15 🏁 Releasing version 3.4.3
d6aa562 Add support for delayed dialog appearance in DialogPane with optional delay property

Release v3.4.2

18 Aug 13:12

Choose a tag to compare

Changelog

87a09fe 🏁 Releasing version 3.4.2
5bd1505 Merge remote-tracking branch 'origin/master'
8ff32d7 🏁 Releasing version 3.4.1
024ced7 Update workflows to set up Java 24 instead of Java 21
73d60c1 🏁 Releasing version 3.4.0
2d13074 Update Maven wrapper, parent pom version, Java version, and JavaFX version for compatibility improvements
ff91c35 Update atlantafx.css to replace accent colors with neutral colors for paging controls consistency

Release v3.3.7

12 Aug 14:59

Choose a tag to compare

Changelog

fb54789 🏁 Releasing version 3.3.7
05eaba1 Refactor PagingGridTableView and PagingListView to improve bindings, enhance PagingControlsSkin logic, and adjust messageLabelStrategy handling.
3566212 Refactor PagingListView handling and update focus behavior, improve bindings in PagingControlsSkin, and adjust styles in atlantafx.css.
cdad4d5 Update atlantafx.css to replace accent colors with neutral colors for consistency (for chips views).

Release v3.3.6

11 Aug 12:24

Choose a tag to compare

Changelog

8fd2765 🏁 Releasing version 3.3.6
c861898 Enhance SimpleFilterView with SearchTextField integration and refactor text field handling
19f6cad Update Java setup action to v4 in release workflow
8a811e2 Remove unused waitUntil configuration from Maven plugin in pom.xml
f9d4850 🏁 Releasing version 3.3.5
1bf2687 Update release workflow to include Maven settings.xml for deployment configuration
419ed22 🏁 Releasing version 3.3.4
7c6b6bb Merge remote-tracking branch 'origin/master'
6dad01d Add Maven settings.xml for central repository authentication
718bfcf 🏁 Releasing version 3.3.3
6b2dfcb Merge remote-tracking branch 'origin/master'
8a31dd4 Add auto-publish configuration to Maven plugin
615e9e5 🏁 Releasing version 3.3.2
acad523 Update secrets in release workflow for Maven Central publishing
09553a5 Merge remote-tracking branch 'origin/master'
3f73a23 Add central-publishing-maven-plugin to facilitate publishing to Maven Central
ca6efa4 🏁 Releasing version 3.3.1
7242556 🏁 Releasing version 3.3.0
332e059 🏁 Releasing version 3.2.7
b9390f0 🏁 Releasing version 3.2.6
2d487f6 Refactor ItemPagingControlBase and LoadingService with UNDEFINED defaults for enhanced state handling
8d1a642 🏁 Releasing version 3.2.5
0041289 Refine NotificationView layout with HBox grow priority, comment out unused SlackNotification view factory, and enhance styling for .info notifications in CSS.
858d382 Refined layout in InfoCenterPane / InfoCenterView / NotificationView.

Release v3.2.4

30 Jun 09:45

Choose a tag to compare

Changelog

44bac0b 🏁 Releasing version 3.2.4
6b108e2 Refactor PagingListView and ItemPagingControlBase service handling and placeholder bindings
f6594bc Refactor PagingGridTableView service handling and listener mechanisms
6479359 Refactor LoadingService usage in PagingListView and PagingGridTableView

Release v3.2.3

25 Jun 15:30

Choose a tag to compare

Changelog

f9103d1 🏁 Releasing version 3.2.3
ba4493e Refactor InfoCenterViewSkin and ResponsivePane to extend StackPane instead of Pane in order to fix content bias related issues.