Skip to main content

Release Notes

1.2.3.10306

  • Updated libraries in conjunction with the upgrade to Next Design V5.0.

1.2.2.41030

  • Updated libraries in conjunction with the upgrade to Next Design V4.0.

1.1.3.30714

  • Added support for .NET6.
  • Resolved an issue where controls added by assigning commands using the "id" parameter in project lifecycle extensions via the ExtensionsPoints API would become disabled when the project was reopened, even if the execution permission was always enabled.

1.0.1.20202

  • Fixed an issue where loading the default icon image failed if the storage folder did not have write permissions, causing the extension to fail to load.

1.0.0.20125

  • Changed the default behavior when an exception occurred, which was committing the model edits, to roll back because there was no default implementation for the HandleException() method of the CommandHandlerBase and EventHandlerBase classes.

1.0.0.20119

  • Version number change only.

0.6.4

  • Fixed an issue where the activation process would terminate abnormally in the ND11 package.

0.6.3

  • Page change
  • Corrected the class name of the parameter in the ExtensionPoints.Events.Pages.RegisterOnBeforeChange and ExtensionPoints.Events.Pages.RegisterOnAfterChange methods (the base class name of the event handler was Navigator...).

0.6.2

  • Moved GitHub repository.

0.6.1

  • Fixed an issue where the initial value specified in the checkbox was not reflected in the UI.

0.6.0

  • Compatible with Next Design V2.0.0.11125.

0.5.3

  • Changed so that the group of controls added to the ribbon group can be retrieved.

0.5.2

  • Changed so that event issuance can be specified in the event manager.
  • Changed so that extensions can be disabled (command and event dispatching is stopped).

0.5.1

  • Extended to allow the addition of menus without labels.
  • Extended so that controls added to the ribbon can be displayed in other groups as well.
  • Fixed a bug where dispatching did not occur when the CanExecute method of the event handler did not exist.
  • Cleared extension point information and manager retention information upon deactivation.

0.5.0

  • Changed so that initial values ​​can be set in the checkbox.
  • Added extension methods for Context.

0.4.4

  • Changed so that commands are automatically registered when the ribbon is registered, even if they are not registered.

0.4.3

  • Fixed a bug that prevented commands from being registered to checkboxes.

0.4.2

  • Fixed a bug that prevented the ribbon from updating during the project lifecycle.

0.4.1

  • Corrected XML comments.