Skip to content

Releases: seawind543/react-token-input

v2.6.3

18 Feb 16:57

Choose a tag to compare

What's Changed

Full Changelog: v2.6.2...v2.6.3

v2.6.2

30 Jan 07:34
fded006

Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

v2.6.1

09 Oct 08:57
03af673

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

25 Jul 09:18
f451cef

Choose a tag to compare

What's Changed

Full Changelog: v2.5.2...v2.6.0

v2.6.0-beta.0

27 Feb 16:28
6dc544b

Choose a tag to compare

v2.6.0-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.5.2...v2.6.0-beta.0

v2.5.2

31 Jan 17:42
6112b33

Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

07 Dec 04:55
33dc6c4

Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

06 Dec 16:07
778dae6

Choose a tag to compare

features

  • #104 feat: allow disable creates a new token when blurring on the creator
  • #103 feat: support create tokens
  • #102 feat: support set/get creator value
  • #101 refactor: reuse focusTokenCreator()
  • #99 feat: support focus() interface

Bug fixes

  • N/A

Document

  • #105 doc: update description

v2.4.0

05 Dec 16:59
8653632

Choose a tag to compare

features

  • #97 feat: support onCreatorKeyDown
  • #95 feat: support onCreatorFocus and onCreatorBlur
  • #94 feat: export built-in separators
  • #87 feat: explicit the default type of value and error is the string type
  • #86 chore: upgrade dependencies

Bug fixes

  • N/A

Document

  • #96 refactor: remove the redundant name information of parameters from type declare files

v2.3.0

01 Aug 15:50
a2f58a7

Choose a tag to compare

features

  • 2e2f2ad feat: support react 18
  • 8c7a278 feat: directly export TokenProps from index
  • 7585294 chore: upgrade webpack-dev-server to v4
  • f2a5cf2 build: remove not in use lib babel-plugin-transform-react-qa-classes
  • 6b7ddc7 ed97810 c4e7fad build(deps): upgrade dependencies & devDependencies

Bug fixes

  • ec0aa34 fix: should be React.KeyboardEvent (not native KeyboardEvent) issue
  • 7d0e1a9 fix: onGetTokenErrorMessage not really optional issue (#82)

Document

  • 7c8153b doc: update examples of non-string type error
  • e7ae44b doc: change build-in to built-in
  • 39184fe refactor: correct typo of comment