From 446694b57b171f896112389b3f6760434618cd16 Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Sat, 19 Jun 2021 02:48:16 +0800 Subject: [PATCH] docs(changelog): typo --- CHANGELOG.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 5aec2c205..4ed80e170 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -13,7 +13,7 @@ ### Fixes -- Fix `n-input` jitter when Chinese and English characters switch input, closes [#174](https://github.com/TuSimple/naive-ui/issues/174). +- Fix `n-input` baseline shifts when mix Chinese and English characters in input, closes [#174](https://github.com/TuSimple/naive-ui/issues/174). - Fix `n-icon` use setup script, `$parent` is an empty object by default, and access `$parent.$options` will be `undefined`. - Fix `n-notification` position not correct. - Fix `n-message` content & option type not correct.