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

Releases: dlsc-software-consulting-gmbh/GemsFX

Release v3.8.1

18 Nov 15:58

Choose a tag to compare

Changelog

d6bd0ff 🏁 Releasing version 3.8.1
1e864c6 Merge pull request #252 from dlsc-software-consulting-gmbh/fix-dialogpane-footer-header-visible
0337c0f fix(DialogPane): bind visibility of header and footer to dialog properties

Release v3.8.0

17 Nov 16:56

Choose a tag to compare

Changelog

58e7ec3 🏁 Releasing version 3.8.0
8bb6f85 Add row header and footer factories to GridTableView, enhance row rendering logic in GridTableViewSkin, and update demo usage.

Release v3.7.1

14 Nov 13:56

Choose a tag to compare

Changelog

841e2df 🏁 Releasing version 3.7.1
f50e3d0 Rename commit to press in DialogPane, add dialog hiding behavior, and make commit private

Release v3.7.0

14 Nov 12:00

Choose a tag to compare

Changelog

fca8807 🏁 Releasing version 3.7.0
d9ef262 Refactor SearchField for readability: fix spacing, improve condition formatting, and standardize comments.
8798653 Make commit method in DialogPane public and document its usage
371db0b Merge pull request #249 from jodysowald/features/smoother-typing
2fa59a1 Make searchResultsOnTop property private, add binding control to demo
50e8ea5 Merge pull request #248 from jodysowald/features/small-changes
4d7c5b7 syncing up user interactions with the editor text field for a much smmother typing experience
dd6dcd7 making search results at the top optional and trusting the user's sorting algo where possible

Release v3.6.2

27 Oct 13:57

Choose a tag to compare

Changelog

824e11b 🏁 Releasing version 3.6.2
c5ccd89 Add run configurations for multiple demo applications with AtlantaFX settings
750f1c5 Add run configurations for LoadingPaneApp with and without AtlantaFX settings
4162629 Add progress indicator support to LoadingPane and enhance size configuration for loading states
aecb17c Fix Javadoc typo in DialogPane: correct "create dialog" to "created dialog"
94f2b81 Add demo application for StretchingTilePane and improve layout handling with snap-to-pixel adjustments

Release v3.6.1

23 Oct 12:48

Choose a tag to compare

Changelog

7d591b3 🏁 Releasing version 3.6.1
2184c12 Merge remote-tracking branch 'origin/master'
339906e Add StretchingTilePane control for arranging tiles in rows with stretched width and customizable gaps
3d4643a Merge pull request #244 from dlsc-software-consulting-gmbh/dependabot/maven/org.apache.commons-commons-lang3-3.18.0
e69f699 Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.18.0

Release v3.6.0

20 Oct 09:52

Choose a tag to compare

Changelog

6da9738 🏁 Releasing version 3.6.0
4612adc Add run configuration for SegmentedBarApp with AtlantaFX settings
5708af2 Update SegmentedBarApp: extend GemApplication, set title, and adjust run configurations
a425278 Implement SegmentedBar control and its associated Skin, Segment model, CSS file, and demo application.

Release v3.5.16

17 Oct 18:10

Choose a tag to compare

Changelog

89b52a4 🏁 Releasing version 3.5.16
f6c362d Merge pull request #251 from dlsc-software-consulting-gmbh/featureselectionbox-popup-add-events
c6e7240 Improve event handler documentation
23d7e1c feat(selectionbox): add popup lifecycle event handlers (onShowing, onShown, onHiding, onHidden)

Release v3.5.15

17 Oct 15:09

Choose a tag to compare

Changelog

a118f82 🏁 Releasing version 3.5.15
30e5322 Fix potential memory leak in StripView and StripViewSkin by removing properties after scroll operations and introducing weak property listeners

Release v3.5.14

17 Oct 10:14

Choose a tag to compare

Changelog

574182f 🏁 Releasing version 3.5.14
c5e29f1 Replace MAXIMIZE constant with Double.MAX_VALUE for preferred drawer width in DrawerStackPane and demo.
ac5bc93 Support USE_PREF_SIZE for preferred drawer width in DrawerStackPane and demo
53dc925 Remove redundant subscription to messageLabelStrategyProperty in PagingGridTableViewSkin
f59e34a Update README.md with instructions for using AtlantaFX stylesheet and link to its repository