v.2.0.4
v2.0.3 (10/21/17)
- Fixes:
Actually fix detection ofBackspace
andDelay
elements
d122bd1 attempted to fix detection ofBackspace
andDelay
elements
by checking theirtype
instead of theirtype.name
However, due to oversight, we were still performing the check with name inside
Typist.jsx.