Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Version 2.0.5

Compare
Choose a tag to compare
@rbiggs rbiggs released this 20 Mar 00:52
· 94 commits to master since this release
Update for setting boolean props with string value.

1. Updated setProps to allow setting a boolean property, such as "disabled" with a string for true and false. These will work the same as actual booleans.
2. Added tests for boolean properties.