0.8
Breaking Changes
SignalR.pv
->SignalR.read_pv
SignalW.pv
->SignalW.write_pv
CheckBox
->ToggleButton
except in rows and tables- Remove
prefix
arg fromFormatter.format
and include literal macros in Signals - Index buttons changed so that row label is device name and button label is macros. Previously they were both device name, but this is not unique when multiple instances of a device are created. It is now recommended to include row labels for
Groups
withDeviceRef
buttons to be able to see the two distinct labels.
What's Changed
- Refactor Pydantic models with TypedModel by @GDYendell in #88
- Update to include macros in device yaml by @GDYendell in #89
- Update PVI template generation by @GDYendell in #92
- Fix SignalRW read_pv convert by @GDYendell in #93
- Implement missing widgets by @evalott100 in #83
- Add ToggleButton widget to replace CheckBox for binary records by @GDYendell in #81
- Fix regex for parsing records by @gilesknap in #100
- Improvements made while integrating latest pvi with ibek by @GDYendell in #104
Full Changelog: 0.7.2...0.8