Improvements:
- Changed RTL behavior detection to support the Chromium web interoperability effort #187
- Implemented a way to intuitively set the
tabindex
attribute of the viewport element #153 - Changed
restrictedMeasuring
workaround (works via CSS now). Fixes #191 - Removed unnecessary CSS
Bugfixes:
- If
ResizeObserver
is supported, it now detects changes inpadding
in Chrome again.