docs(changelog): fix

This commit is contained in:
07akioni 2020-08-20 00:00:47 +08:00
parent 46beb0a861
commit 42ca81d07a
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,10 @@
# CHANGELOG # CHANGELOG
## 1.5.5 (2020-08-15) ## 1.5.5 (2020-08-15)
### Breaking Change ### Breaking Changes
- Fix all typos of `separator`. (Originally it was `seperator`.) - Fix all typos of `separator`. (Originally it was `seperator`.)
### Fixes ### Fixes
- Fix the problem that when theme is not set, style errors will be logged. - Fix the problem that when theme is not set, style errors will be logged.
- Fix the text color of `n-select`'s placeholder when `single` `filterable`.
## 1.5.4 (2020-08-08) ## 1.5.4 (2020-08-08)
### Fixes ### Fixes

View File

@ -1,9 +1,10 @@
# CHANGELOG # CHANGELOG
## 1.5.5 (2020-08-15) ## 1.5.5 (2020-08-15)
### Breaking Change ### Breaking Changes
- 修正了所有 `separator` 的拼写(原来错拼为 `seperator` - 修正了所有 `separator` 的拼写(原来错拼为 `seperator`
### Fixes ### Fixes
- 修正了未设定主题时样式报错的问题 - 修正了未设定主题时样式报错的问题
- 修正了 `n-select` `single` `filterable` 时 placeholder 的样式问题
## 1.5.4 (2020-08-08) ## 1.5.4 (2020-08-08)
### Fixes ### Fixes