naive-ui/CHANGELOG.en-US.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2020-03-21 15:14:35 +08:00
# CHANGELOG
2020-03-27 17:32:53 +08:00
## 1.0.5 (2020-03-27)
2020-03-27 17:06:20 +08:00
### Features
- Change the data type of `n-data-table`'s filters from Array to Object.
### Fixes
- `n-data-table` cannot be filtered correctly when there are multiple filtered columns.
2020-03-27 17:32:53 +08:00
## 1.0.4 (2020-03-26)
### Features
- Filter menu in `n-data-table` is scrollable when there are too many items.
2020-03-25 22:33:55 +08:00
## 1.0.3 (2020-03-25)
### Features
- `$NMessage`, `$NNotification`, `$NConfirm`'s theme will be applied on their children components.
### Fixes
- View measuring element will confict when multiple naive-ui exist.
- `validate` method of `n-form-item` won't be resolved for some validator.
- `$NConfirm`'s theme doesn't follow `n-config-provider`'s theme.
## 1.0.2 (2020-03-23)
### Fixes
2020-03-25 20:25:02 +08:00
- `n-transfer`'s options are not reinitialized after value changes.
- `n-nimbus-service-layout` (deprecated) doesn't deal with the compatibility of Vue Router(under 3.1)'s `push` method.
2020-03-21 15:14:35 +08:00
## 1.0.1 (2020-03-21)
### Features
- Add `'bar'` & `'arrow-circle'` on `show-trigger` prop of `n-layout-sider`.
### Fixes
- Rails of `n-scrollbar` shadow mouse event.