V2.2
Released on 19 Jul 2016:
- Implemented #20: Moved code from TUICommand.Assign(TAction) to TUICommandActionLink.Set*() methods so that it is executed not only once.
- Implemented issue #31: Support dynamically changing images and assigning images from action. The latter can be controlled through a new option TUIRibbonOption.roAssignImagesFromActionManager.
- Fixed issue #39: Occasional access violation in TUICommandCollection.Destroy() at program termination.
- Improved code order in TUIRibbon.Destroy(): Keep the framework referenced and so alive as long as possible to avoid strange exceptions.
- Fixed issue #40: Sample project High Level\05 Font Control raises unhandled exception.
- Ribbon Designer: Improved error message in case PowerShell could not be found, which is needed for building the ribbon
- Improved error handling when calling Ribbon compiler and resource compiler in PowerShell script that builds the ribbon resources.