Skip to content

Commit e73c221

Browse files
committed
update changelog
1 parent 4e63224 commit e73c221

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,65 @@
1-
### 0.6.0
1+
## 0.6.1
2+
* fix triggering change event for ReactJS
3+
4+
## 0.6.0
25
* add native change event for the original input element on tag change [#18](https://github.com/jcubic/tagger/issues/18)
36

4-
### 0.5.0
7+
## 0.5.0
58
* fix initialization [#23](https://github.com/jcubic/tagger/issues/23). Thanks to [James Lucas](https://github.com/lucasnetau)
69
* add placeholder option. Thanks to [James Lucas](https://github.com/lucasnetau)
710

8-
### 0.4.5
11+
## 0.4.5
912
* fix another wrapping issue [#37](https://github.com/jcubic/tagger/issues/37)
1013

11-
### 0.4.4
14+
## 0.4.4
1215
* fix wrapping issues [#30](https://github.com/jcubic/tagger/pull/30) thanks to [James Lucas](https://github.com/lucasnetau)
1316

14-
### 0.4.3
17+
## 0.4.3
1518
* Fix completion on Safari [#7](https://github.com/jcubic/tagger/issues/7)
1619

17-
### 0.4.2
20+
## 0.4.2
1821
* Fix autocomplete [#22](https://github.com/jcubic/tagger/pull/22)
1922

20-
### 0.4.1
23+
## 0.4.1
2124
* fix typescript definition for completion
2225

23-
### 0.4.0
26+
## 0.4.0
2427
* [Breaking] value in input no longer have space after comma
2528
* fix updating input when deleting tag using backspace
2629
* add option `add_on_blur`
2730
* add option `tag_limit`
2831

29-
### 0.3.1
32+
## 0.3.1
3033
* fix npm package
3134

32-
### 0.3.0
35+
## 0.3.0
3336
* add wrap option
3437
* fix remove_tag API
3538
* make settings optional
3639
* add typescript types
3740

38-
### 0.2.3
41+
## 0.2.3
3942
* fix ambiguous tags
4043

41-
### 0.2.2
44+
## 0.2.2
4245
* reject empty tags
4346

44-
### 0.2.1
47+
## 0.2.1
4548
* Fix remove_tag when links are disabled
4649

47-
### 0.2.0
50+
## 0.2.0
4851
* link option
4952
* working completion
5053
* allow to use querySelectorAll etc.
5154

52-
### 0.1.3
55+
## 0.1.3
5356
* fix inialization in UMD
5457

55-
### 0.1.2
58+
## 0.1.2
5659
* fix bug in adding tags
5760

58-
### 0.1.1
61+
## 0.1.1
5962
* fix initalization of tags from input
6063

61-
### 0.1.0
64+
## 0.1.0
6265
* initial version

0 commit comments

Comments
 (0)