Fixes
- fix passive touch listeners
Additions
- remove eventListeners before unmount to prevent memory leaks
- prevent default action of handled events
Additions
- remove eventListeners before unmount to prevent memory leaks
- prevent default action of handled events
Changes
- adjusted readme image links and order of sections
Additions
- add native WebComponents support including attribute type conversion.
Changes
- added
options
attribute where all options (colorLeft
,colorRight
, ...) now must be placed in. The old Attributes were removed.
Fixes
- channel value
[1,1]
was not reachable. The top center value is therefore now[1,1]
- Initial Release, may be buggy, unstable and not ready for production until version 1.0.0 is reached.