Skip to content

Releases: dlsc-software-consulting-gmbh/GemsFX

Release v2.96.0

18 Feb 08:50
Compare
Choose a tag to compare

Changelog

f630def 🏁 Releasing version 2.96.0
3544c25 Refactor style class updates in DialogPane.

Release v2.95.0

17 Feb 10:43
Compare
Choose a tag to compare

Changelog

38ee2ed 🏁 Releasing version 2.95.0
ec85d13 Update stylesheets usage for components in SimpleFilterView

Release v2.94.0

17 Feb 09:50
Compare
Choose a tag to compare

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

14 Feb 16:12
Compare
Choose a tag to compare

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

13 Feb 20:43
Compare
Choose a tag to compare

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

13 Feb 11:05
Compare
Choose a tag to compare

Changelog

6d3f5d9 🏁 Releasing version 2.91.0
9670889 Add SimpleFilterView and ChipsViewContainer components

Release v2.90.0

11 Feb 14:30
Compare
Choose a tag to compare

Changelog

694c8dc 🏁 Releasing version 2.90.0
d5a3e04 Merge pull request #224 from dlsc-software-consulting-gmbh/fix-selection-box-popup-location
ab3288d Add pseudo-classes for scrollbar visibility detection
8a8efa4 fix: Correct SelectionPopup positioning to ensure accurate alignment

Release v2.89.0

10 Feb 11:43
Compare
Choose a tag to compare

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

09 Feb 19:34
Compare
Choose a tag to compare

Changelog

9f7b4d4 🏁 Releasing version 2.88.0
c69af17 Add support for prompt text in DateRangePicker

Release v2.87.0

04 Feb 10:47
Compare
Choose a tag to compare

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