You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 5.4.1
4
+
5
+
- Fixed return key submitting containing form when `minQueryLength` is set to 0 and suggestions are active ([Drahoslav7](https://github.com/Drahoslav7))
6
+
7
+
## 5.4.0
8
+
9
+
- Added `delimiters` property to override keyboard codes for picking suggestions ([Pomax](https://github.com/Pomax))
10
+
11
+
## 5.3.0
12
+
13
+
- Updated component compatibility with React v15.5 which silences deprecation warnings
14
+
- Refactored examples code away from `createClass` to ES6 syntax
15
+
3
16
## 5.2.0
4
17
5
18
- Add `allowBackspace` option to disable the ability to delete the selected tags when backspace is pressed while focussed on the text input
0 commit comments