update changelog

This commit is contained in:
shincurry
2020-08-19 15:54:58 +08:00
parent b08ac9f86a
commit 108fcb2ccb
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
English | [简体中文](https://github.com/HackPlan/UUI/blob/master/docs/CHANGELOG.zh-CN.md)
### v0.4.9
- component which need React Portal support SSR (Server-Side Render)
- fix issue - component nodes have duplicate classnames
### v0.4.8
- `Table` make TableColumn.onRowRender optional

View File

@@ -2,6 +2,11 @@
[English](https://github.com/HackPlan/UUI/blob/master/CHANGELOG.md) | 简体中文
### v0.4.9
- 使用 React Portal 的组件支持服务端渲染 SSR (Server-Side Render)
- 修复组件 nodes 可能会有重复 class 的问题
### v0.4.8
- `Table` TableColumn 可以不传 onRowRender 属性