- Prevent react-ink from altering the accessibility tree (#64). Thanks, @Chudesnov.
- Fix
_onRelease
binding in onDragOver handler (#62). Thanks, @lemming.
- Miscellaneous security updates via dependabot.
- 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 removesradius
from default props, where the previous value was150
. #45
- Replace legacy string refs
- Allow className to be overriden
- Remove PropTypes and createClass usage to prevent deprecation warnings with React 15.5.x
- Fix case where ink would hang when switching windows. Thanks @hhaidar
- Add TypeScript definitions
- Removed some dependencies that should not have been included in production
- Remove React as a peer dependency
- Remove onTouchLeave event, which is no longer supported
- Upgrade Babel to Babel 6
- Use inline source-map to avoid warnings with including external map.
- Moved babel compilation configuration from package.json into webpack config to avoid cross-project babel compilation issues
- Lower minimum peerDependency to 0.12. Turns it that we can support it.
- Fix case in React 0.13.3 where DOM node could not be found
- Updates to internals to support React 0.14.0
- Breaking peer dependency update to React 0.13.0