All Versions
31
Latest Version
Avg Release Cycle
13 days
Latest Release
1966 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v11.0.3 Changes
May 08, 2019๐ Fixes
- ๐ Fixing touch dragging for firefox browsers #1296. A recent firefox bug causes
touchmove
events incapture
event listeners to be broken. I have created a firefox bug report. As a workaround we are using noncapture
listeners fortouchmove
which is fine for our use case. Thanks @kamilmoskal for reporting the problem - ๐ Fixing issue where dragging in
jsdom
could cause an error to be thrown ifgetComputedStyle
was not mocked correctly #1297. See alexreardon/css-box-model#9 - ๐ Fixing
flow
error #1294. Thanks heaps @TrySound!
Engineering health
- โฌ๏ธ Bumping internal dependencies #1297
- ๐ Fixing touch dragging for firefox browsers #1296. A recent firefox bug causes