Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

v0.4.2

Compare
Choose a tag to compare
@ehzhang ehzhang released this 11 Aug 22:46
· 112 commits to master since this release

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 of React.cloneElement
  • Remove dependencies on ReactComponentWithPureRenderMixin, replaced with equivalent stub.

Other
Various typo fixes.