Skip to content

Releases: IgnitionModuleDevelopmentCommunity/perspective-momentary-button

2.0.0: Updated to Ignition 8.3

Choose a tag to compare

@iatraviscox iatraviscox released this 03 Feb 16:49
  • Updated module to support Ignition 8.3. Use version 1 for 8.1 and 2 for 8.3.

1.0.3: Introduced controlValueTagPath property

Choose a tag to compare

@iatraviscox iatraviscox released this 12 Jun 22:22
  • Introduced a new property called controlValueTagPath to specify the tag path you want to write the on/off values to instead of a bi-directional binding on the controlValue. That way the component can guarantee the value gets reset when the component is shutdown. This helps avoid the value being stuck on when the session/component is gone.

1.0.2: Mouse and Touch Events

Choose a tag to compare

@iatraviscox iatraviscox released this 16 Dec 23:04
  • The button works with mouse and touch events

1.0.1: Fixed a few bugs

Choose a tag to compare

@iatraviscox iatraviscox released this 09 Dec 23:56
  • Mouse can now be released outside of button
  • The button handlers only work for the client that initiated the control
  • Closing a session will not cause the button to turn off unless that session initiated the control
  • You cannot click on the button again while it is active

1.0.0: Inital Release

Choose a tag to compare

@iatraviscox iatraviscox released this 13 Nov 17:12

Initial release