Skip to content

Releases: yamcs/opi.js

v1.2.19

05 Jun 11:03
cc2e0ef
Compare
Choose a tag to compare
  • Add sys://time PV #11
  • Allow to make XY Graph plot area and legend transparent #12
  • Support time formatting in both UTC and local

v1.2.13

16 Feb 20:10
af37ebd
Compare
Choose a tag to compare
  • When available, show units on Text Input and Text Update
  • Add mechanism to set arguments (macros) when opening a display #7

v1.2.11

16 Feb 12:48
3361f17
Compare
Choose a tag to compare
  • Hide insignificant zeroes when formatting values
  • Consider precision when formatting exponential values
  • Format also widget values (previously only PV values were formatted) #9
  • Expand command name & args in command action #8
  • Return index when appendRow is called on a table wiget

v1.2.10

29 Sep 09:41
533c6b9
Compare
Choose a tag to compare
  • Text Update: Use widget value of no PV value

v1.2.9

29 Jun 05:27
a0911ef
Compare
Choose a tag to compare

Add RUN_COMMAND action

v1.2.8

02 Jun 14:12
cdc8c9c
Compare
Choose a tag to compare

Include woff2 fonts

v1.2.7

21 Nov 13:58
90dce6b
Compare
Choose a tag to compare
  • Add PVUtil.createPV() to Script API.
  • Add IPVListener support to Script API
  • Add ITableSelectionChangedListener support to Script API
  • Add widget.setEnabled() to Script API
  • Add hook for customizing dialog display
  • Add hook for adding a custom font resolver
  • Allow for dynamic action properties
  • Fix context issues when a script triggers another script
  • Fix widget variable not available in action script

v1.2.6

20 Oct 20:07
e58fdb8
Compare
Choose a tag to compare
  • Add support for typed local PVs (loc://foo<VString>, loc://foo<VDouble>, loc://foo<VStringArray>, loc://foo<VDoubleArray>)
  • Set willReadFrequently: true hint on hit canvas to avoid warning with recent Chrome

v1.2.5

01 May 09:44
e2de674
Compare
Choose a tag to compare
  • Implement MenuButton widget
  • Implement Table widget
  • Allow input using TextInput widget
  • Reimplementation of Combo widget to use native select
  • Extend available script utilities
  • Fix relative path resolution within LinkingContainer
  • Fix script not triggering if non-trigger has no value
  • Allow intercepting console messages
  • Support multiline labels on ActionButton

v1.2.2-1.2.4

26 Feb 19:23
0fb5892
Compare
Choose a tag to compare
  • Implement IntensityGraph widget
  • Reimplementation of XYGraph widget (removal of dependency)
  • Add support for XYGraph toolbar
  • Add script utilities: DataUtil, GUIUtil
  • Support visibility and tooltip properties