Skip to main content

Release Notes

1.2.2.41030

  • The library has been updated in conjunction with the upgrade to Next Design V4.0.

1.1.3.30714

  • Now supports .NET6.
  • Fixed an issue where controls added by specifying the "id" parameter in the project lifecycle extension using the ExtensionsPoints API would become disabled when the project was reopened, even if the execution option was always enabled.

1.0.1.20202

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

1.0.0.20125

  • The default behavior when an exception occurs was to commit the model edits because there was no default implementation for the HandleException() method of the CommandHandlerBase and EventHandlerBase classes. This has been changed to rollback.

1.0.0.20119

  • Only the version number has been changed.

0.6.4

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

0.6.3

  • Page change
  • Class name of the parameter of the ExtensionPoints.Events.Pages.RegisterOnBeforeChange and ExtensionPoints.Events.Pages.RegisterOnAfterChange methods (the base class name of the event handler was Navigator..., so it has been corrected.

0.6.2

  • Moved github repository

0.6.1

  • Fixed an issue where the initial value specified for checkboxes was not reflected in the UI

0.6.0

  • Compatible with Next Design V2.0.0.11125

0.5.3

  • Changed to be able to obtain controls added to ribbon groups

0.5.2

  • Changed to be able to specify whether to allow or halt event issuance in the event manager
  • Changed to be able to disable extensions (stop dispatching of commands and events)

0.5.1

  • Enhanced to be able to add menus without labels
  • Enhanced to be able to display controls added to the ribbon in other groups
  • Fixed a bug that caused dispatching not to occur when the event handler CanExecute does not exist
  • Cleared extension point information and manager-held information on deactivation

0.5.0

  • Changed to be able to set initial values for checkboxes
  • Added extension method for Context

0.4.4

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

0.4.3

  • Fixed a bug where commands could not be registered to check boxes.

0.4.2

  • Fixed a bug where the ribbon was not updated during the project lifecycle.

0.4.1

  • Fixed XML comments.