mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
2.16.3
This commit is contained in:
parent
1484e0be2d
commit
466d5a1419
@ -1,6 +1,6 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## Pending
|
## 2.16.3 (2021-08-16)
|
||||||
|
|
||||||
### i18n
|
### i18n
|
||||||
|
|
||||||
@ -35,7 +35,7 @@
|
|||||||
- Fix `n-data-table` When selectAll is selected, the state display of selectAll should not contain disabled rows, closes [#778](https://github.com/TuSimple/naive-ui/issues/778).
|
- Fix `n-data-table` When selectAll is selected, the state display of selectAll should not contain disabled rows, closes [#778](https://github.com/TuSimple/naive-ui/issues/778).
|
||||||
- Fix `n-color-picker`'s `on-complete` callback's argument `value` is incorrect, closes [#748](https://github.com/TuSimple/naive-ui/issues/748).
|
- Fix `n-color-picker`'s `on-complete` callback's argument `value` is incorrect, closes [#748](https://github.com/TuSimple/naive-ui/issues/748).
|
||||||
|
|
||||||
## 2.16.1 (2020-08-06)
|
## 2.16.1 (2021-08-06)
|
||||||
|
|
||||||
### Feats
|
### Feats
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## Pending
|
## 2.16.3 (2021-08-16)
|
||||||
|
|
||||||
### i18n
|
### i18n
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "naive-ui",
|
"name": "naive-ui",
|
||||||
"version": "2.16.2",
|
"version": "2.16.3",
|
||||||
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
|
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
@ -1 +1 @@
|
|||||||
export default '2.16.2'
|
export default '2.16.3'
|
||||||
|
Loading…
Reference in New Issue
Block a user