Skip to content

Releases: vigetlabs/react-ink

v6.5.3

15 Sep 18:33
Compare
Choose a tag to compare
  • Prevent react-ink from altering the accessibility tree (#64). Thanks, @Chudesnov.

6.5.2

02 Sep 14:15
Compare
Choose a tag to compare
  • Fix _onRelease binding in onDragOver handler (#62). Thanks, @lemming.

6.5.1

28 May 14:41
Compare
Choose a tag to compare

Re-issue of 6.5.0, which didn't build as expected.

6.5.0

27 May 19:04
Compare
Choose a tag to compare
6.5.0 Pre-release
Pre-release
  • Fix the className prop. Previous versions incorrectly referenced className from component state versus props. #46
  • Update the radius prop to default to the max value between width and height of the component parent element. This update removes radius from default props, where the previous value was 150. #45

v6.3.0

29 May 13:00
Compare
Choose a tag to compare
  • Replace legacy string refs
  • Allow className to be overridden

v6.2.0

11 Apr 19:38
Compare
Choose a tag to compare
  • Remove PropTypes and createClass usage to prevent deprecation
    warnings with React 15.5.x

v6.1.1

08 Mar 23:42
Compare
Choose a tag to compare