MindFusion.Scheduling for Java Swing 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
MindFusion.Scheduling for Java Swing V2.3.22026년 5월 31일
기능
  • Added Clipboard Support:
    • Native clipboard support has been added to the Calendar control via new copyToClipboard, cutToClipboard, and pasteFromClipboard methods. These operations utilize full XML serialization to preserve item states, durations, and relative time offsets. Developers can intercept and validate each item during the paste process using the new itemPasting and itemPasted events, providing flexible control over resource mapping and data integration.
  • Miscellaneous:
    • Set the ControlAppearance property to Custom to use custom-drawn navigation buttons and scrollbars that honor theme colors.
  • API Changes:
    • JsonSerializeTagEventArgs renamed to JsonSerializeTagEvent.
수정 사항
  • Miscellaneous:
    • Fix for scrollbars not working when Dark or Black theme applied.
MindFusion.Scheduling for Java Swing V2.3.12026년 3월 7일
기능
  • jsonSerializeTag event now allows replacing the Representation argument with a new JsonObject (the old version expected it to be modified by adding child elements).
수정 사항
  • JSON serialization fixes.