Skip to content

Commit

Permalink
fix(cascader): check-strategy="child" doesn't behaves the same as p…
Browse files Browse the repository at this point in the history
…revious `leaf-only`
  • Loading branch information
07akioni committed Sep 6, 2021
1 parent 6a1e77a commit 4e516da
Show file tree
Hide file tree
Showing 21 changed files with 152 additions and 136 deletions.
48 changes: 24 additions & 24 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- `n-form` & `n-form-item` split `show-require-mark` into `show-require-mark` and `require-mark-placement`.

### Features
### Feats

- `n-drawer` add `on-mask-click` prop.
- `n-for` add `require-mark-placement` prop, closes [#1055](https://github.com/TuSimple/naive-ui/issues/1055).
Expand All @@ -16,6 +16,7 @@

- Fix `n-step` must be passed with `internal-index`.
- Fix `n-radio-group`'s `on-update:value` and `on-update-value` can't be array.
- Fix `n-cascader` `check-strategy="child"` doesn't behaves the same as previous `leaf-only`.

## 2.17.2 (2021-09-06)

Expand All @@ -29,7 +30,6 @@

- Fix `n-cascader` menu not showing correct checked keys.


## 2.17.0 (2021-09-05)

### Breaking Changes
Expand Down Expand Up @@ -1014,7 +1014,7 @@ See vue3.md
- Fix the problem that nested `n-icon` is not flattened.
- Fix the problem that `n-date-picker` has no year in panel when type is `date` and `datetime`.

### Features
### Feats

- `n-button` add `dashed` props
- Add `n-space` component.
Expand Down Expand Up @@ -1060,7 +1060,7 @@ See vue3.md

## 1.5.1 (2020-07-20)

### Features
### Feats

- Add `disabled` for `n-time-picker`.

Expand All @@ -1080,7 +1080,7 @@ See vue3.md

## 1.4.1 (2020-06-23)

### Features
### Feats

- Add `autofocus` for `n-select`.

Expand All @@ -1090,13 +1090,13 @@ See vue3.md

- `n-menu` doesn't support slot API anymore.

### Features
### Feats

- Add experimental setting primary color feature.

## 1.3.5 (2020-06-06)

### Features
### Feats

- Add `attr-type` for `n-button`

Expand All @@ -1113,7 +1113,7 @@ See vue3.md

## 1.3.3 (2020-06-03)

### Features
### Feats

- Add `$NOs.theme` to get the current theme of the OS.

Expand All @@ -1132,7 +1132,7 @@ See vue3.md
- Fix the problem that header of `n-data-table` has no border-color transition.
- Fix the problem that `show-icon` & `closable` & `bordered` props of `$NConfirm` don't work.

### Features
### Feats

- Add and adjust some colors in the style scheme of `n-config-consumer`.

Expand All @@ -1142,7 +1142,7 @@ See vue3.md

- Default UI CSS bundle won't include external font files. If you need using it you should import it explicitly.

### Features
### Feats

- Add `themed-style` prop on `n-layout`.

Expand All @@ -1165,13 +1165,13 @@ See vue3.md

## 1.2.0 (2020-05-29)

### Features
### Feats

- Add `feedback` and `validation-status` props for `n-form-item`.

## 1.1.5 (2020-05-28)

### Features
### Feats

- Add `display-directive` prop for `n-collapse` and `n-collapse-item`.
- Add `class` and `style` prop for `n-select`'s `option`.
Expand Down Expand Up @@ -1203,7 +1203,7 @@ See vue3.md

## 1.1.2 (2020-05-19)

### Features
### Feats

- Add content slot for `n-step`.
- Add `label` prop for `n-checkbox`.
Expand Down Expand Up @@ -1234,7 +1234,7 @@ See vue3.md

## 1.1.0 (2020-05-16)

### Features
### Feats

- `n-button` now accepts custom color.

Expand Down Expand Up @@ -1265,7 +1265,7 @@ See vue3.md

## 1.0.11 (2020-04-30)

### Features
### Feats

- Add `fallback-option` prop for `n-select` to deal with the value with no corresponding option.

Expand All @@ -1280,7 +1280,7 @@ See vue3.md

## 1.0.10 (2020-04-28)

### Features
### Feats

- Add `arrow-placement` prop on `n-collapse`.
- Add `arrow` slot on `n-collapse-item`.
Expand All @@ -1291,7 +1291,7 @@ See vue3.md

## 1.0.9 (2020-04-23)

### Features
### Feats

- Add `autofocus` prop on `n-input`.
- Add `closable` option on `NMessage`.
Expand All @@ -1304,14 +1304,14 @@ See vue3.md

## 1.0.8 (2020-04-22)

### Features
### Feats

- Add `n-dynamic-tags`.
- Add `tableHeaderOverlayBackgroundColor` & `inputOverlayBackgroundColor` to `styleScheme`

## 1.0.7 (2020-04-10)

### Features
### Feats

- Add `filter-option-value` prop for `n-data-table`'s `column` to better deal with single filter mode.

Expand All @@ -1327,7 +1327,7 @@ See vue3.md

## 1.0.5 (2020-03-27)

### Features
### Feats

- Change the data type of `n-data-table`'s filters from Array to Object.

Expand All @@ -1337,13 +1337,13 @@ See vue3.md

## 1.0.4 (2020-03-26)

### Features
### Feats

- Filter menu in `n-data-table` is scrollable when there are too many items.

## 1.0.3 (2020-03-25)

### Features
### Feats

- `$NMessage`, `$NNotification`, `$NConfirm`'s theme will be applied on their children components.

Expand All @@ -1362,14 +1362,14 @@ See vue3.md

## 1.0.1 (2020-03-21)

### Features
### Feats

- Add `'bar'` & `'arrow-circle'` on `show-trigger` prop of `n-layout-sider`.

### Fixes

- Rails of `n-scrollbar` shadow mouse event.

### Features
### Feats

- `n-date-table` add `empty` slot. [#86](https://github.com/TuSimple/naive-ui/issues/86)
Loading

0 comments on commit 4e516da

Please sign in to comment.