Skip to content

Commit

Permalink
chore(*): Release-1.19.14
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Feb 21, 2020
1 parent 66fb5be commit cb6597c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.19.14](https://github.com/alibaba-fusion/next/compare/1.19.13...1.19.14) (2020-02-21)


### Bug Fixes

* **Tree:** bug of selected close [#1578](https://github.com/alibaba-fusion/next/issues/1578) ([4455570](https://github.com/alibaba-fusion/next/commit/4455570))




## [1.19.13](https://github.com/alibaba-fusion/next/compare/1.19.12...1.19.13) (2020-02-14)


Expand Down
10 changes: 2 additions & 8 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Latest Log

## [1.19.13](https://github.com/alibaba-fusion/next/compare/1.19.12...1.19.13) (2020-02-14)
## [1.19.14](https://github.com/alibaba-fusion/next/compare/1.19.13...1.19.14) (2020-02-21)


### Bug Fixes

* **Collapse:** collapsed panel should be overflow hidden, close [#1569](https://github.com/alibaba-fusion/next/issues/1569) ([c2767ec](https://github.com/alibaba-fusion/next/commit/c2767ec))


### Features

* **Shell:** add align for Shell.Navigaiton ([#1576](https://github.com/alibaba-fusion/next/issues/1576)) ([e6318c3](https://github.com/alibaba-fusion/next/commit/e6318c3))
* **Table:** add htmlTitle for header ([8a89c0a](https://github.com/alibaba-fusion/next/commit/8a89c0a))
* **Tree:** bug of selected close [#1578](https://github.com/alibaba-fusion/next/issues/1578) ([4455570](https://github.com/alibaba-fusion/next/commit/4455570))


2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var next = require('./lib/index.js');

next.version = '1.19.13';
next.version = '1.19.14';

module.exports = next;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alifd/next",
"version": "1.19.13",
"version": "1.19.14",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down
4 changes: 4 additions & 0 deletions types/upload/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,10 @@ export interface UploadProps extends HTMLAttributesWeak, CommonProps {
*/
onRemove?: (file: {}) => boolean | any;

/**
* 自定义额外渲染
*/
extraRender?: (file: File) => any;
/**
* 自定义class
*/
Expand Down

0 comments on commit cb6597c

Please sign in to comment.