Changelog
35c7c7e π Releasing version 4.2.0
e145d88 Merge remote-tracking branch 'origin/master'
0e2a5d4 Fix for issue #276 "YearMonthPicker does not allow to properly restrict earliest/latest month". Restrict YearMonthView to a configurable range. Prevent navigation and value selection outside of the specified range. Update YearMonthViewApp to demonstrate the new behavior.
f9cbea8 Merge pull request #277 from dlsc-software-consulting-gmbh/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.22.0
443686b Introduce MultiColumnListViewEvent for enhanced drag-and-drop handling. Add custom events for drag started, drag over, drop validation, and item movement. Update demo with status bar for event feedback.
311d94e Introduce drag-and-drop support with callbacks for MultiColumnListView. Add hover effects, placeholder behavior improvements, and column-level user object support. Update demo with drag/drop restrictions.
c187002 Bump com.fasterxml.jackson.core:jackson-databind from 2.17.3 to 2.22.0
a8f1f65 Updated API docs.
fd82a40 Mark accessor methods as final across public API classes in the gemsfx module.
21ed74e Updated API docs.
70d160b Copy generated Javadocs to /docs/api on verify
8ab0042 Merge remote-tracking branch 'origin/master'
fc90b72 Add type parameters to Javadoc for GridTableCell and GridTableColumn
cbd12c9 Add complete Javadoc coverage to gemsfx module