Skip to main content

Release notes

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

  • Page change
    • Class name of parameter of ExtensionPoints.Events.Pages.RegisterOnBeforeChange, ExtensionPoints.Events.Pages.RegisterOnAfterChange method (corrected because the base class name of event handler was Navigator ...

0.6.2

  • Move github repository

0.6.1

  • Fixed the problem that the specification of the initial value is not reflected in the UI with the check box.

0.6.0

  • Compatible with Next Design V2.0.0.11125

0.5.3

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

0.5.2

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

0.5.1

  • Expanded to add unlabeled menus
  • Expanded controls added to the ribbon to be visible to other groups
  • Fixed a bug that event handler CanExecute is not dispatched when it does not exist.
  • Clear extended point information and manager retention information at deactivation

0.5.0

  • Changed to be able to set the initial value with the check box
  • Added Context extension method

0.4.4

  • Changed to automatically register when registering the ribbon even if the command is not registered

0.4.3

  • Fixed a bug that commands cannot be registered in checkboxes

0.4.2

  • Fixed a bug where the ribbon was not updated during the project life cycle

0.4.1

  • Fixed XML comment