This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
v0.4.2
This release contains some bugfixes and changes of dependencies.
Bugfixes
- Fix a bug with scrollToColumn being set out of range
- fix a bug where calculated scrollbar face size is smaller #214 (thanks @u9520107!)
Deprecations
- Remove usages of
cloneWithProps
in favor ofReact.cloneElement
- Remove dependencies on ReactComponentWithPureRenderMixin, replaced with equivalent stub.
Other
Various typo fixes.