Breaking Changes
- Although not a major release, I've decided to drop
IE11
support in this version. This change should be beneficial to the majority of users.- The size of the js bundle decreased by
~6%
. - The size of the css bundle decreased by
~18%
. - The fields
flexboxGlue
andcssCustomProperties
are removed from theEnvironment
. (returning object fromOverlayScrollbars.env()
)
- The size of the js bundle decreased by
Improvements
- Streamlining of scroll related calculations, including RTL direction.
- Focus and Blur event management when wrapping and unwrapping elements during initialization and destroy. #605
Changelogs:
You can read further details in the corresponding changelogs.