All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed
Pointer, which was rendering a string in some context, instead of a JSX element
- Changed
Scale, which was skipped when no value was set to the component. Now it is rendered. - Changed
RenderCustomPropstype, which is now valid forpercentage=null
- A new
Powercomponent is available
- The description of the knob is now shared to the children as a context
- The center is now internally stored as a tuple
x, y
- Setup properly the typescript description files
- Provide typescript version
- Added
readOnlyproperty - Added
useMouseWheelproperty - Added
trackingproperty - Added
Rangecomponent - Added
Spiralcomponent - Added
Textcomponent - Supports multiturn rotation
- Supports anticlock wise geometry
- Right mouse button is now used during the interaction to cancel it
- Various bug fixes
- Initial version