This repository was archived by the owner on Aug 18, 2025. It is now read-only.
11.0.3
Fixes
- Fixing touch dragging for firefox browsers #1296. A recent firefox bug causes
touchmoveevents incaptureevent listeners to be broken. I have created a firefox bug report. As a workaround we are using noncapturelisteners fortouchmovewhich is fine for our use case. Thanks @kamilmoskal for reporting the problem - Fixing issue where dragging in
jsdomcould cause an error to be thrown ifgetComputedStylewas not mocked correctly #1297. See alexreardon/css-box-model#9 - Fixing
flowerror #1294. Thanks heaps @TrySound!
Engineering health
- Bumping internal dependencies #1297