Releases: seawind543/react-token-input
Releases · seawind543/react-token-input
v2.6.1
What's Changed
- fix: [#137] style object undefined issue by @seawind543 in #142
- doc: [#141] deprecate polyfill.io in live-demo page by @seawind543 in #143
- build: upgrade webpack to v5.95.0 and webpack-dev-server to v5.1.0 by @seawind543 in #144
- chore: upgrade babels by @seawind543 in #145
- build: upgrade styles by @seawind543 in #146
- build: upgrade eslint-plugins by @seawind543 in #147
- build: upgrade typescript to v5.6.3 by @seawind543 in #148
- chore: upgrade keydown-key to v1.4.2 by @seawind543 in #149
- build: upgrade/eslint by @seawind543 in #150
- release: bump version 2.6.1 by @seawind543 in #151
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- chore: deprecated husky by @seawind543 in #119
- chore: deprecated lint-staged by @seawind543 in #120
- doc: correcting MIT file content by @seawind543 in #121
- chore: upgrade dependencies by @seawind543 in #122
- chore: do not need to specific node version by @seawind543 in #124
- refactor: rename parameter name of generics by @seawind543 in #123
- chore: upgrade dependencies by @seawind543 in #126
- chore: uninstall not in use lint config library by @seawind543 in #127
- fix: incorrect peer dependency of @testing-library/react-hooks and react v18 by @seawind543 in #128
- refactor: change export format by @seawind543 in #129
- chore: lint typescript by @seawind543 in #130
- chore: upgrade devDependencies by @seawind543 in #135
- release: bump version 2.6.0 by @seawind543 in #136
Full Changelog: v2.5.2...v2.6.0
v2.6.0-beta.0
What's Changed
- chore: deprecated husky by @seawind543 in #119
- chore: deprecated lint-staged by @seawind543 in #120
- doc: correcting MIT file content by @seawind543 in #121
- chore: upgrade dependencies by @seawind543 in #122
- chore: do not need to specific node version by @seawind543 in #124
- refactor: rename parameter name of generics by @seawind543 in #123
- chore: bump version 2.6.0-beta.0 by @seawind543 in #125
Full Changelog: v2.5.2...v2.6.0-beta.0
v2.5.2
What's Changed
- [#114] fix: self is not defined issue in next.js SSR by @seawind543 in #117
- chore: bump version 2.5.2 by @seawind543 in #118
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- [#107] fix: token creation not trigger when separator does not be typed at the tail or it is UTF-8 by @seawind543 in #108
- build: upgrade devDependencies by @seawind543 in #109
- release: v2.5.1 by @seawind543 in #110
Full Changelog: v2.5.0...v2.5.1
v2.5.0
v2.4.0
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
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
v2.3.0-beta.1
features
Bug fixes
Document
- N/A
v2.2.0
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