Skip to content

Commit

Permalink
release: v0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Jan 11, 2023
1 parent 638b792 commit 9cd7d33
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 305 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.7.15](https://github.com/WeBankFinTech/fes-design/compare/v0.7.14...v0.7.15) (2023-01-11)


### Features

* 日期选择支持多选 ([#261](https://github.com/WeBankFinTech/fes-design/issues/261)) ([638b792](https://github.com/WeBankFinTech/fes-design/commit/638b792ed5afe6cbffa3e063d166cb9469c37955))
* checkbox&radio新增options支持 ([#263](https://github.com/WeBankFinTech/fes-design/issues/263)) ([85897fd](https://github.com/WeBankFinTech/fes-design/commit/85897fd04d87a26b6bdb1557ad5fcd7a1fc87388))



## [0.7.14](https://github.com/WeBankFinTech/fes-design/compare/v0.7.13...v0.7.14) (2023-01-09)


Expand Down
7 changes: 1 addition & 6 deletions components/collapse/collapseExpose.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import { isNumber, isString } from 'lodash-es';
import { CHANGE_EVENT, UPDATE_MODEL_EVENT } from '../_util/constants';
<<<<<<< HEAD:components/collapse/collapseExpose.ts
import type { ExtractPropTypes } from 'vue';
import { definePropType } from './common';
import type { CollapseActiveName } from './common';
=======
import { definePropType, CollapseActiveName } from './common';
import type { ExtractPropTypes } from 'vue';
>>>>>>> d9c5759 (refactor: 处理ts提示):components/collapse/collapse.ts
import type { CollapseActiveName } from './common';

type Arrayable<T> = T | T[];

Expand Down
2 changes: 1 addition & 1 deletion components/version/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '0.7.14';
const version = '0.7.15';

export default version;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/fes-design",
"version": "0.7.14",
"version": "0.7.15",
"description": "fes-design for PC",
"main": "dist/fes-design.js",
"module": "es/index.js",
Expand Down
Loading

0 comments on commit 9cd7d33

Please sign in to comment.