Skip to content

Releases: seawind543/react-token-input

v2.6.0

25 Jul 09:18
f451cef
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v2.5.1

07 Dec 04:55
33dc6c4
Compare
Choose a tag to compare

What's Changed

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

v2.5.0

06 Dec 16:07
778dae6
Compare
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
Compare
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
Compare
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

v2.3.0-beta.1

16 Jul 09:28
Compare
Choose a tag to compare

v2.2.0

28 Jun 16:12
77db1e9
Compare
Choose a tag to compare

features

  • 70da419 feat: move prop-types to devDependencies since it only applies for example pages, not at library output
  • b89853c refactor: avoid redundant info in the type declare files
  • 3174e2b feat: name the props to enahce readabillity & easy to be import
  • 1e0c42d feat: change type to interface to allow declaration merging
  • 2c90ad4 feat: update the return type of OnGetTokenErrorMessage to be more clear
  • 30255f3 feat: freeze the KEY_DOWN_HANDLER_CONFIG_OPTION to a void change in accident

Bug fixes

  • N/A

Document

v2.2.0-beta.0

16 Jun 21:35
Compare
Choose a tag to compare
v2.2.0-beta.0 Pre-release
Pre-release

features

  • 2c90ad4 feat: update the return type of OnGetTokenErrorMessage
  • 1e0c42d feat: change type to interface to allow declaration merging
  • 3174e2b feat: name the props
  • b89853c refactor: avoid redundant info in the type define
  • 70da419 feat: move prop-types to devDependencies since it only applies for example pages not at library output

Bug fixes

  • N/A

Document