MindFusion.Scheduling for Java Swing Versionen

Erfahren Sie, was sich in den einzelnen Releases geändert hat – mit Details zu Funktionen, Verbesserungen und behobenen Problemen.

Jan
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
MindFusion.Scheduling for Java Swing V2.3.231. Mai 2026
Funktionen
  • 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.
Korrekturen
  • Miscellaneous:
    • Fix for scrollbars not working when Dark or Black theme applied.
MindFusion.Scheduling for Java Swing V2.3.17. März 2026
Funktionen
  • jsonSerializeTag event now allows replacing the Representation argument with a new JsonObject (the old version expected it to be modified by adding child elements).
Korrekturen
  • JSON serialization fixes.