Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 10:20
· 96 commits to master since this release

2.0.0 (2020-03-13)

Bug Fixes

  • Make WithSelector more robust (9dcda84)
  • Tweak focusRing mixin (1c9ae02)
  • Use rollup resolve to resolve to polished functions (1514cef)

Code Refactoring

  • Do not use default export for FocusWithin (9488384)

Features

  • Add mixins for focusStyle and disabled (c42d767)
  • Introduce mixins (662c893)
  • Introduce WithSelector component (a06b630)

BREAKING CHANGES

  • All imports should be adapted like this:
- import FocusWithin from 'react-simple-focus-within';
+ import { FocusWithin } from '@component-driven/react-focus-utils';