2020-03-21 15:14:35 +08:00
|
|
|
# CHANGELOG
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2021-03-29 21:38:09 +08:00
|
|
|
## Pending
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Fix `n-collapse` content is truncated by `overflow: hidden`.
|
|
|
|
|
2021-03-29 13:40:42 +08:00
|
|
|
## 2.3.1
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Fix `n-layout-sider` horizontal content overflows.
|
|
|
|
|
2021-03-29 12:51:39 +08:00
|
|
|
## 2.3.0
|
|
|
|
|
|
|
|
## Breaking Changes
|
|
|
|
|
|
|
|
- Collapsing won't work for `n-layout-sider` with `position="absolute"`.
|
|
|
|
- For `n-layout` contains `n-layout-sider` as a direct child `has-sider` must be set.
|
|
|
|
|
2021-03-29 01:38:09 +08:00
|
|
|
## 2.2.0
|
2021-03-26 13:47:53 +08:00
|
|
|
|
|
|
|
### Feats
|
|
|
|
|
2021-03-27 12:06:08 +08:00
|
|
|
- Add `n-mention` component.
|
2021-03-26 13:47:53 +08:00
|
|
|
- `n-data-table` supports expanding rows.
|
|
|
|
|
2021-03-26 14:47:38 +08:00
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Fix `n-input` focused background color not correct in warning & error status in dark theme.
|
2021-03-28 22:13:10 +08:00
|
|
|
- Fix `n-input` caret color not correct in warning & error status.
|
|
|
|
- Fix `n-select`'s namespace not correct.
|
|
|
|
- Fix `n-cascader`'s namespace not correct.
|
|
|
|
- Fix `n-input` in textarea mode can't select text.
|
|
|
|
- Fix `n-input` in textarea mode has no box-shadow.
|
|
|
|
- Fix `n-input` in textarea mode `autosize` line not correct due to inconsistant font family.
|
2021-03-28 23:20:00 +08:00
|
|
|
- Fix `n-input` in textarea mode `autosize` rows not changed if props.value is changed from outside.
|
2021-03-26 14:47:38 +08:00
|
|
|
|
2021-03-26 23:36:41 +08:00
|
|
|
### Refactors
|
|
|
|
|
|
|
|
- Change `n-empty`'s icon and make it size larger
|
|
|
|
|
2021-03-25 18:51:01 +08:00
|
|
|
## 2.1.3
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Fix `n-data-table` has no right border of non-last td.
|
2021-03-25 18:57:24 +08:00
|
|
|
- Fix `n-data-table` header has no enough width when table width is more than `scroll-x`
|
2021-03-25 18:51:01 +08:00
|
|
|
|
|
|
|
## 2.1.2
|
2021-03-23 18:40:45 +08:00
|
|
|
|
2021-03-24 17:17:24 +08:00
|
|
|
### Feats
|
|
|
|
|
|
|
|
- `n-data-table`'s column add `colSpan` and `rowSpan` prop.
|
2021-03-24 17:52:22 +08:00
|
|
|
- `n-data-table`'s column add `titleColSpan` prop.
|
2021-03-24 17:17:24 +08:00
|
|
|
|
2021-03-23 18:40:45 +08:00
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Fix `n-dropdown` with `x` and `y` set logs errors when mouse move outside it.
|
|
|
|
|
2021-03-22 12:22:45 +08:00
|
|
|
## 2.1.1
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- Fix `n-select` selection overflow counter wrong popover trigger area
|
|
|
|
|
2021-03-22 00:41:07 +08:00
|
|
|
## 2.1.0
|
2021-03-17 11:22:25 +08:00
|
|
|
|
2021-03-21 14:22:50 +08:00
|
|
|
## Breaking Changes
|
|
|
|
|
|
|
|
- `n-popover` default `duration` is set to `100`.
|
|
|
|
- `n-popover` default `delay` is set to `100`.
|
2021-03-21 14:26:20 +08:00
|
|
|
- `n-tooltip` default `showArrow` is set to `true`.
|
2021-03-21 14:22:50 +08:00
|
|
|
|
2021-03-24 17:17:24 +08:00
|
|
|
### Feats
|
2021-03-17 11:22:25 +08:00
|
|
|
|
|
|
|
- `n-config-provider` prop `theme-overrides` support inheritance.
|
2021-03-20 15:27:37 +08:00
|
|
|
- `n-card` add `hoverable` prop.
|
|
|
|
- `n-select` add `max-tag-count` prop.
|
|
|
|
- `n-cascader` add `max-tag-count` prop.
|
|
|
|
- `n-popover` add `get-disabled` prop.
|
2021-03-21 01:09:55 +08:00
|
|
|
- add `n-ellipsis` component.
|
2021-03-21 14:06:46 +08:00
|
|
|
- `n-popover`'s `width` prop add `'trigger'` option.
|
2021-03-22 00:38:46 +08:00
|
|
|
- `n-data-table`'s columns's `ellipsis` prop can be set as props of `n-ellipsis`.
|
2021-03-20 02:09:07 +08:00
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
2021-03-20 15:27:37 +08:00
|
|
|
- Fix `n-cascader` menu appears after click clear button.
|
2021-03-21 01:09:55 +08:00
|
|
|
- Fix `n-card`'s action not placed at bottom after style height is set.
|
2021-03-21 14:37:41 +08:00
|
|
|
- Fix `n-popover`'s `duration` and `delay` prop works unexpectly.
|
2021-03-17 11:22:25 +08:00
|
|
|
|
2021-03-17 10:47:55 +08:00
|
|
|
## 2.0.1
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2021-03-24 17:17:24 +08:00
|
|
|
### Feats
|
2021-03-17 01:05:46 +08:00
|
|
|
|
2021-03-17 01:13:02 +08:00
|
|
|
- `n-layout-sider` add `default-collapsed` prop.
|
2021-03-17 02:45:01 +08:00
|
|
|
- `n-modal` support custom position.
|
2021-03-17 01:05:46 +08:00
|
|
|
|
2021-03-17 00:38:48 +08:00
|
|
|
### Fixes
|
|
|
|
|
2021-03-16 18:24:49 +08:00
|
|
|
- Fix `n-menu` tooltip of `n-menu-item` won't show when vertical collapsed.
|
2021-03-17 00:38:48 +08:00
|
|
|
- Fix `n-menu` `collapsed-icon-size` not working.
|
2021-03-17 10:47:55 +08:00
|
|
|
- Fix `n-menu` callback props validate array with error.
|
2021-03-17 00:52:09 +08:00
|
|
|
- Fix `n-layout-sider` toggle button is covered.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
|
|
|
## 2.0.0
|
|
|
|
|
|
|
|
See vue3.md
|
|
|
|
|
2020-10-08 02:55:40 +08:00
|
|
|
## 1.6.0
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-27 13:48:43 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-27 13:48:43 +08:00
|
|
|
- Fix the problem that `n-auto-complete`'s menu can't be closed when use `textarea` as input.
|
|
|
|
- Fix the problem that nested `n-icon` is not flattened.
|
2020-09-02 13:25:10 +08:00
|
|
|
- Fix the problem that `n-date-picker` has no year in panel when type is `date` and `datetime`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-27 16:05:13 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-10-08 02:55:40 +08:00
|
|
|
- `n-button` add `dashed` props
|
2020-09-30 00:17:48 +08:00
|
|
|
- Add `n-space` component.
|
2020-08-27 16:05:13 +08:00
|
|
|
- Make `n-drawer` content scrollable.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-09-02 10:05:11 +08:00
|
|
|
### Localization
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-09-02 10:05:11 +08:00
|
|
|
- Add zhCN for `n-log`
|
2020-08-27 13:48:43 +08:00
|
|
|
|
2020-08-15 16:49:58 +08:00
|
|
|
## 1.5.5 (2020-08-15)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-20 00:00:47 +08:00
|
|
|
### Breaking Changes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-08 20:15:18 +08:00
|
|
|
- Fix all typos of `separator`. (Originally it was `seperator`.)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-14 22:08:47 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-14 22:08:47 +08:00
|
|
|
- Fix the problem that when theme is not set, style errors will be logged.
|
2020-08-20 00:00:47 +08:00
|
|
|
- Fix the text color of `n-select`'s placeholder when `single` `filterable`.
|
2020-08-08 20:15:18 +08:00
|
|
|
|
2020-08-08 13:39:31 +08:00
|
|
|
## 1.5.4 (2020-08-08)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-08 13:39:31 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-08 13:39:31 +08:00
|
|
|
- Fix the problem that Message, Notification, Confirm doesn't follow theme change.
|
|
|
|
|
2020-07-23 18:50:36 +08:00
|
|
|
## 1.5.3 (2020-07-23)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-23 18:50:36 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-23 18:50:36 +08:00
|
|
|
- Fix the problem that `n-select` display with mistakes when `placeholder` is empty.
|
|
|
|
|
2020-07-22 17:29:04 +08:00
|
|
|
## 1.5.2 (2020-07-22)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-22 17:29:04 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-08-19 23:30:04 +08:00
|
|
|
- Fix the problem that `n-radio` can not be focused.
|
2020-07-22 17:29:04 +08:00
|
|
|
- Fix the problem that `n-data-table`'s `max-height` style is broken. https://bugs.chromium.org/p/chromium/issues/detail?id=1107223
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-15 19:03:59 +08:00
|
|
|
### Refactors
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-22 17:11:08 +08:00
|
|
|
- Refactor `n-tag` styles.
|
2020-06-05 23:27:48 +08:00
|
|
|
|
2020-07-22 16:58:31 +08:00
|
|
|
## 1.5.1 (2020-07-20)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-22 16:58:31 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-22 16:58:31 +08:00
|
|
|
- Add `disabled` for `n-time-picker`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-22 16:58:31 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-22 16:58:31 +08:00
|
|
|
- Fix the child elements of `n-radio` cannot focus.
|
|
|
|
|
2020-07-08 23:15:31 +08:00
|
|
|
## 1.5.0 (2020-07-09)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-08 23:15:31 +08:00
|
|
|
### Breaking Changes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-08 23:15:31 +08:00
|
|
|
- Refactor experimental setting primary color feature.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-08 23:15:31 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-08 23:15:31 +08:00
|
|
|
- Fix some style glitches.
|
|
|
|
|
2020-06-23 18:45:54 +08:00
|
|
|
## 1.4.1 (2020-06-23)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-23 18:45:54 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-23 18:45:54 +08:00
|
|
|
- Add `autofocus` for `n-select`.
|
|
|
|
|
2020-06-18 23:53:07 +08:00
|
|
|
## 1.4.0 (2020-06-19)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-18 23:53:07 +08:00
|
|
|
### Breaking Changes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-07-07 23:14:56 +08:00
|
|
|
- `n-menu` doesn't support slot API anymore.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-18 23:53:07 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-18 23:53:07 +08:00
|
|
|
- Add experimental setting primary color feature.
|
|
|
|
|
2020-06-06 00:08:18 +08:00
|
|
|
## 1.3.5 (2020-06-06)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-06 00:08:18 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-06 00:08:18 +08:00
|
|
|
- Add `attr-type` for `n-button`
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-04 20:15:56 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-04 20:15:56 +08:00
|
|
|
- Fix the problem that if `n-input` is too width, its inner input elements' width won't expand.
|
|
|
|
- Fix style glitches of border of a `n-input-number` inside a `n-input-group`.
|
2020-06-05 18:24:57 +08:00
|
|
|
|
2020-06-05 23:27:48 +08:00
|
|
|
## 1.3.4 (2020-06-05)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-05 23:26:10 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-05 23:26:10 +08:00
|
|
|
- Fix the problem that `n-a`'s `to` prop can't be a object.
|
|
|
|
|
2020-06-03 14:00:52 +08:00
|
|
|
## 1.3.3 (2020-06-03)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-03 14:00:52 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-03 14:00:52 +08:00
|
|
|
- Add `$NOs.theme` to get the current theme of the OS.
|
|
|
|
|
2020-06-01 23:45:30 +08:00
|
|
|
## 1.3.2 (2020-06-02)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 23:45:30 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 23:45:30 +08:00
|
|
|
- Fix the problem that `n-log`'s loading indicator uses monospace font.
|
|
|
|
- Fix the problem that icon-related class name isn't applied properly.
|
|
|
|
|
2020-06-01 19:11:22 +08:00
|
|
|
## 1.3.1 (2020-06-01)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 19:11:22 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 19:11:22 +08:00
|
|
|
- Fix the problem that checkbox in the selection column of `n-data-table` is not center aligned.
|
|
|
|
- Fix the problem that header of `n-data-table` has no border-color transition.
|
2020-06-01 19:16:31 +08:00
|
|
|
- Fix the problem that `show-icon` & `closable` & `bordered` props of `$NConfirm` don't work.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 19:11:22 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 19:11:22 +08:00
|
|
|
- Add and adjust some colors in the style scheme of `n-config-consumer`.
|
|
|
|
|
|
|
|
## 1.3.0 (2020-06-01)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
### Breaking Changes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
- Default UI CSS bundle won't include external font files. If you need using it you should import it explicitly.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
- Add `themed-style` prop on `n-layout`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
- Fix the problem that round toggle button won't rotate `n-layout-sider` when collapsed status is changed.
|
|
|
|
- Fix the problem that `n-form-item`'s feedback has no leave animation if it is set at first.
|
|
|
|
- Fix the problem that max-height related styles of `n-data-table` are applied all the time.
|
|
|
|
- Fix some style glitches.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
### Refactors
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-06-01 13:09:24 +08:00
|
|
|
- Refactor some components' styles in the light theme.
|
|
|
|
|
2020-05-29 15:57:18 +08:00
|
|
|
## 1.2.1 (2020-05-29)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-29 15:57:18 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-29 15:57:18 +08:00
|
|
|
- Fix the problem that `n-slider` tooltip has no z-index.
|
|
|
|
|
|
|
|
## 1.2.0 (2020-05-29)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-29 15:57:18 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-29 15:57:18 +08:00
|
|
|
- Add `feedback` and `validation-status` props for `n-form-item`.
|
|
|
|
|
2020-05-28 14:29:31 +08:00
|
|
|
## 1.1.5 (2020-05-28)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 14:29:31 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 14:29:31 +08:00
|
|
|
- Add `display-directive` prop for `n-collapse` and `n-collapse-item`.
|
|
|
|
- Add `class` and `style` prop for `n-select`'s `option`.
|
|
|
|
- Add `debug` prop for `n-select`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 14:29:31 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 14:29:31 +08:00
|
|
|
- Fix the problem that `n-select` can still be cleared when disabled.
|
|
|
|
|
2020-05-28 12:11:31 +08:00
|
|
|
## 1.1.4 (2020-05-28)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 12:11:31 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 12:11:31 +08:00
|
|
|
- Fix the problem that the input value of `n-select` may be modified directly.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 12:11:31 +08:00
|
|
|
### Refactors
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-28 12:11:31 +08:00
|
|
|
- An UI instance can be install to a Vue instance for no more than once.
|
|
|
|
|
2020-05-20 23:05:05 +08:00
|
|
|
## 1.1.3 (2020-05-20)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-20 23:05:05 +08:00
|
|
|
### Chores
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-20 23:05:05 +08:00
|
|
|
- Update css-render dependencies.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-20 23:05:05 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-20 23:05:05 +08:00
|
|
|
- Fix the problem that `n-transfer`'s animation disorder when value changes.
|
|
|
|
|
2020-05-19 15:18:29 +08:00
|
|
|
## 1.1.2 (2020-05-19)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-19 15:18:29 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-19 15:18:29 +08:00
|
|
|
- Add content slot for `n-step`.
|
|
|
|
- Add `label` prop for `n-checkbox`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-19 15:18:29 +08:00
|
|
|
### Performance Improvements
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-19 15:18:29 +08:00
|
|
|
- All placeable components register listeners on demand.
|
|
|
|
- Use cache when finding scrollable parent node.
|
|
|
|
- Imporve performance of `n-button`'s beforeDestroy.
|
|
|
|
- Reduce the useless re-rendering of `n-checkbox` when checked status isn't changed.
|
|
|
|
- Imporve performance of text typed `n-avatar`.
|
|
|
|
|
2020-05-18 20:19:52 +08:00
|
|
|
## 1.1.1 (2020-05-18)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-18 20:19:52 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-18 20:19:52 +08:00
|
|
|
- Update css-render dependencies.
|
|
|
|
- Color of default typed button icon.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-19 15:18:29 +08:00
|
|
|
### Performance Improvements
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-18 20:19:52 +08:00
|
|
|
- Reduce useless re-renders of `n-menu-item`.
|
|
|
|
- Reduce useless re-renders of doc page.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-18 20:19:52 +08:00
|
|
|
### Refactors
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-18 20:19:52 +08:00
|
|
|
- Refactor the codes of `n-nimbus-service-layout` for performance reason, may be there will be some bugs.
|
|
|
|
|
2020-05-16 22:07:58 +08:00
|
|
|
## 1.1.0 (2020-05-16)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-16 22:07:58 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-16 22:07:58 +08:00
|
|
|
- `n-button` now accepts custom color.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-18 20:19:52 +08:00
|
|
|
### Refactors
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-16 22:07:58 +08:00
|
|
|
- Replace all $slots by $scopedSlots for better robustness.
|
|
|
|
- Move some static button styles inside button component to create dynamically.
|
|
|
|
|
2020-05-15 02:03:31 +08:00
|
|
|
## 1.0.14 (2020-05-15)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-15 01:53:01 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-15 01:53:01 +08:00
|
|
|
- Fix the problem that `line` typed `n-tabs`'s line position stays still when `activeName` changes.
|
|
|
|
- Fix the problem that `n-tabs` scroll button is not triggered when tabs' width changes.
|
|
|
|
- Fix the problem that height change of `n-tabs` will unexpectly trigger some re-render callbacks.
|
|
|
|
|
2020-05-14 10:57:40 +08:00
|
|
|
## 1.0.13 (2020-05-14)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-14 10:57:40 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-05-15 02:03:31 +08:00
|
|
|
- Fix the problem that label slot of the `n-form-item-col` & `n-form-item-row` cannot display.
|
2020-05-14 10:57:40 +08:00
|
|
|
|
2020-04-30 13:15:31 +08:00
|
|
|
## 1.0.12 (2020-04-30)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-30 13:15:31 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-30 13:15:31 +08:00
|
|
|
- Fix the problem that some CSS length props are badly formated.
|
|
|
|
|
2020-04-30 11:04:30 +08:00
|
|
|
## 1.0.11 (2020-04-30)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 22:06:26 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 22:06:26 +08:00
|
|
|
- Add `fallback-option` prop for `n-select` to deal with the value with no corresponding option.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 22:06:26 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 22:06:26 +08:00
|
|
|
- Fix the problem that `max-height` and `min-height` are ill displayed on `n-data-table`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 22:06:26 +08:00
|
|
|
### Breaking Changes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 22:06:26 +08:00
|
|
|
- `n-data-table`'s `max-height` and `min-height` will be applied to the entire table part, not only body.
|
|
|
|
- `n-select` will display value with no corrensponding option.
|
|
|
|
|
2020-04-28 22:54:17 +08:00
|
|
|
## 1.0.10 (2020-04-28)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-28 22:54:17 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-28 22:54:17 +08:00
|
|
|
- Add `arrow-placement` prop on `n-collapse`.
|
2020-04-29 22:06:26 +08:00
|
|
|
- Add `arrow` slot on `n-collapse-item`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-28 22:54:17 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-28 22:54:17 +08:00
|
|
|
- Fix the problem that detachable components detached in wrong place when nested like `modal > drawer > component`.
|
|
|
|
|
2020-04-23 18:37:58 +08:00
|
|
|
## 1.0.9 (2020-04-23)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-23 18:37:58 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-23 18:37:58 +08:00
|
|
|
- Add `autofocus` prop on `n-input`.
|
|
|
|
- Add `closable` option on `NMessage`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-23 18:37:58 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-23 18:37:58 +08:00
|
|
|
- Fix the problem that the default value of `n-tag` `closable` is set to `true`.
|
|
|
|
- Fix the problem that `n-data-table` can't use all `pagination`'s props.
|
|
|
|
- Fix the problem that `n-pagination`'s `on-page-size-change` prop doesn't work.
|
|
|
|
|
2020-04-29 11:02:15 +08:00
|
|
|
## 1.0.8 (2020-04-22)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 11:02:15 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-29 11:02:15 +08:00
|
|
|
- Add `n-dynamic-tags`.
|
|
|
|
- Add `tableHeaderOverlayBackgroundColor` & `inputOverlayBackgroundColor` to `styleScheme`
|
|
|
|
|
2020-04-10 16:36:21 +08:00
|
|
|
## 1.0.7 (2020-04-10)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-10 16:36:21 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-10 16:36:21 +08:00
|
|
|
- Add `filter-option-value` prop for `n-data-table`'s `column` to better deal with single filter mode.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-10 16:36:21 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-10 16:36:21 +08:00
|
|
|
- Fix the problem that `n-collpase-item` don't support `number` typed `name`.
|
|
|
|
|
|
|
|
## 1.0.6 (2020-04-03)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-03 17:35:47 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-04-03 17:35:47 +08:00
|
|
|
- Fix the problem that all the `console` statements are stripped in the bundle.
|
|
|
|
|
2020-03-27 17:32:53 +08:00
|
|
|
## 1.0.5 (2020-03-27)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-27 17:06:20 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-27 17:06:20 +08:00
|
|
|
- Change the data type of `n-data-table`'s filters from Array to Object.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-27 17:06:20 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-27 17:06:20 +08:00
|
|
|
- `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)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-27 17:32:53 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-27 17:32:53 +08:00
|
|
|
- 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)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-25 22:33:55 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-25 22:33:55 +08:00
|
|
|
- `$NMessage`, `$NNotification`, `$NConfirm`'s theme will be applied on their children components.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-25 22:33:55 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-25 22:33:55 +08:00
|
|
|
- View measuring element will confict when multiple naive-ui exist.
|
2021-03-16 18:24:49 +08:00
|
|
|
- `validate` method of `n-form-item` won't be resolved for some validator.
|
2020-03-25 22:33:55 +08:00
|
|
|
- `$NConfirm`'s theme doesn't follow `n-config-provider`'s theme.
|
|
|
|
|
2020-03-23 17:07:29 +08:00
|
|
|
## 1.0.2 (2020-03-23)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-23 17:07:29 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-25 20:25:02 +08:00
|
|
|
- `n-transfer`'s options are not reinitialized after value changes.
|
2020-03-23 17:07:29 +08:00
|
|
|
- `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)
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-21 15:14:35 +08:00
|
|
|
### Features
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-21 15:14:35 +08:00
|
|
|
- Add `'bar'` & `'arrow-circle'` on `show-trigger` prop of `n-layout-sider`.
|
2021-03-16 18:24:49 +08:00
|
|
|
|
2020-03-21 15:14:35 +08:00
|
|
|
### Fixes
|
2021-03-16 18:24:49 +08:00
|
|
|
|
|
|
|
- Rails of `n-scrollbar` shadow mouse event.
|