Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
humandetail committed May 30, 2023
1 parent 2580d39 commit 283ca16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


## 0.0.2 (2023-05-30)


### Bug Fixes

* 修复数据在达到最大输入长度时页面中的内容没有被重置的问题 ([55e1460](https://github.com/humandetail/mentions/commit/55e14601f0448bc34ab5f3ed01f0e7b274092fbb))
* 修复在中文输入法下组合输入时输入框中会出现多个@符号的问题 ([34a3f5c](https://github.com/humandetail/mentions/commit/34a3f5cab38e2106d01707fae792cd3cacedbb51))
* options列表空时,焦点位置问题 & dropdown 里面的样式调整 ([b5d7903](https://github.com/humandetail/mentions/commit/b5d7903a2c2eca6e646c7fda5618a68c556d46f3))


### Features

* 增加mentions-change 事件,完善value change 逻辑 ([6b9dc06](https://github.com/humandetail/mentions/commit/6b9dc06dbb4d3166e67a57c5230e1f2f72ed96d3))
* dropdown重做,提取dropdown单独管理 ([b9f5052](https://github.com/humandetail/mentions/commit/b9f505254d5fc086be3b6fc8d0e58ade0ac9dccf))
* max-length约束 ([2772cf5](https://github.com/humandetail/mentions/commit/2772cf54f18f787c0f11577d83dbfede8457573a))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mentions.js",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"mentions",
"vanilla",
Expand Down

0 comments on commit 283ca16

Please sign in to comment.