Changelog
RserveTS 0.8.0
- Simplify widget creation with
createWidget()function. Now takes default values for properties, and automatically flushes state changes to TypeScript after execution.
RserveTS 0.7.0
- Enhanced
createWidget()function with support for child widgets. Widgets can now contain other widgets as properties, enabling hierarchical widget structures. The function now properly handles child widget initialization and state management. - Add
objectSignalsas dependency - Export
tsWidgetbase class for proper class lookup
RserveTS 0.6.0
Add new widget functionality to simplify creating widget objects that store state that can be modified by the JS application. The node package
@tmelliott/react-rservecontains hooks for working with these widgets.fix bug (use inherits() instead of class() == ““)