Releases: dlsc-software-consulting-gmbh/GemsFX
Release v2.96.0
Release v2.95.0
Release v2.94.0
Changelog
f6d5fdf π Releasing version 2.94.0
4c6649d Misc. fine tuning of various picker controls.
3077f40 Added more comparison dropdowns to SimpleFilterViewApp.
10b96e2 Enable Date Range Picker in SimpleFilterViewApp
d742bfb Add DatePicker to SimpleFilterViewApp demo
da88a50 Enable additional filter options and clean up unused code.
e3182ce Enhance styling for focused selection items in compact view.
4f55219 Add support for compact layout mode in SimpleFilterView
Release v2.93.0
Changelog
46cd649 π Releasing version 2.93.0
5508e3e Add ThreeItemsPane component and demo application
6896027 Update selection-box.css styling for improved consistency
20e5e45 Add selected items converter to SimpleFilterView combo box in order to ensure that the box will always show the prompt text and not the currently selected items.
2f61437 Merge pull request #225 from dlsc-software-consulting-gmbh/fix-SelectionBox-popup-width
5c8060c Add a scroll pane as a class field in SelectionBoxSkin
9a7e5d8 Update padding in selection-box.css for consistent spacing
eb4814e Ensure proper width calculation in SelectionBoxSkin popup.
Release v2.92.0
Changelog
252a01e π Releasing version 2.92.0
c96e644 Bind availablePageSizesProperty to paging controls
f71a424 Add support for single and multiple selection examples
16d6b0e Add comments to improve code readability in SimpleFilterView
a08d3dc Add clearText property to customize "Clear" hyperlink text
Release v2.91.0
Release v2.90.0
Release v2.89.0
Changelog
023cb8c π Releasing version 2.89.0
8959311 Merge pull request #223 from dlsc-software-consulting-gmbh/fix-unify-simpleStringConverter-constructors
5b7fdc9 Add missing Javadoc comments to DateRangeView class
a66fb27 refactor: unify SimpleStringConverter constructors to handle null consistently
c02391c Update DateRangeView behavior and improve demo UI feedback
ce24e45 Fix date range handling and improve demo layout
Release v2.88.0
Release v2.87.0
Changelog
26a04f3 π Releasing version 2.87.0
3c0b959 Merge pull request #221 from dlsc-software-consulting-gmbh/enhancement-svgimageview-render-scale-update
2cd0a7d Merge pull request #220 from dlsc-software-consulting-gmbh/feature-refactor-selection-box
05b01b6 Remove unused DEFAULT_SHOW_EXTRA_BUTTON constant
fecc4aa Reload image when attaching to a new window.
1e45b49 Add dynamic scene and window scale handling for SVG images
8f26a09 Merge pull request #222 from dlsc-software-consulting-gmbh/fix-simple-string-converter-null-handling
4e70b0b fix(SimpleStringConverter): ensure nullDefaultValue is correctly applied
598009a Add support for render scale adjustments in SVGImageView
b1c7800 feat(selection-box): wrap options in ScrollPane and add directional extra nodes