Skip to content

Releases: component-driven/ui

v2.0.0

13 Mar 10:20
Compare
Choose a tag to compare

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';

v1.1.4

12 Oct 09:35
Compare
Choose a tag to compare

1.1.4 (2018-10-12)

Bug Fixes

  • Rename this.isMounted to this._isMounted to not clash with the deprecated React method (a2563c0)

v1.1.3

12 Oct 09:11
Compare
Choose a tag to compare

1.1.3 (2018-10-12)

Bug Fixes

  • If the component was unmounted before onBlur, do not fire event and clean up (15649f6)

v1.1.2

31 Aug 09:19
Compare
Choose a tag to compare

1.1.2 (2018-08-31)

Bug Fixes

v1.1.1

30 Aug 10:30
Compare
Choose a tag to compare

1.1.1 (2018-08-30)

Bug Fixes

  • Safari: Rewrite using a different techniqe (0516001), closes #4

v1.1.0

14 Aug 16:08
Compare
Choose a tag to compare

1.1.0 (2018-08-14)

Features

  • focus: Introduce public method focus (3f271a0)

v1.0.2

13 Aug 22:19
Compare
Choose a tag to compare

1.0.2 (2018-08-13)

Bug Fixes

  • build: Transpile ESNext code. Add external-helpers (136d995)

v1.0.1

13 Aug 17:44
Compare
Choose a tag to compare

1.0.1 (2018-08-13)

Bug Fixes