Skip to main content

Release notes

1.1

  • Supported .NET6.
  • Using the ExtensionsPoints API, the control added by assigning a command by specifying the "id" parameter in the extension of the project lifecycle is disabled when the project is reopened even if the execution permission is always enabled. I fixed the problem.

1.0.1.20202

  • Fixed an issue where default icon images failed to load and extensions failed to load if there was no write permission in the storage folder

1.0.0.20125

  • Since there is no default implementation of the HandleException() method of the CommandHandlerBase and EventHandlerBase classes, the default action when an exception occurred was to commit model edits, so changed to rollback.

1.0.0.20119

  • Version number change only

0.6.4

  • Fixed a problem that the activation process was terminated abnormally in the ND11 package.

0.6.3

  • change page
    • Class names of parameters of ExtensionPoints.Events.Pages.RegisterOnBeforeChange and ExtensionPoints.Events.Pages.RegisterOnAfterChange methods (the base class name of the event handler was changed to Navigator...

0.6.2

  • move github repository

0.6.1

  • Fixed the problem that the initial value specified in the checkbox is not reflected in the UI

0.6.0

  • Supports Next Design V2.0.0.11125

0.5.3

  • Changed to be able to acquire the control group added to the ribbon group

0.5.2

  • Changed to be able to specify event issuing permission/suspension in event manager
  • Changed to be able to disable extensions (stop dispatching commands and events)

0.5.1

  • Extended to add menus without labels
  • Expanded to display controls added to the ribbon in other groups
  • Fixed a bug that does not dispatch when event handler CanExecute does not exist
  • Clear extension point information and manager retention information on deactivation

0.5.0

  • Changed to be able to set the initial value with a checkbox
  • Added extension methods for Context

0.4.4

  • Changed so that even if the command is not registered, it is automatically registered when registering the ribbon.

0.4.3

  • Fixed a bug that commands could not be registered in checkboxes

0.4.2

  • Fixed a bug where the project lifecycle did not update the ribbon

0.4.1

  • Fixed XML comments