@ -17,15 +17,28 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
---
## 2.13.10
`2017-11-12`
- 📝 Add documentation of [Work with Us](http://ant.design/docs/resource/work-with-us).
- 📝 Refactor edit row demo of Table. [#8026](https://github.com/ant-design/ant-design/issues/8026)
- 🌟 Improve code of detecting Layout.Sider, now we can compose and nest the Sider without specify `__ANT_LAYOUT_SIDER` aattribute. [#8077](https://github.com/ant-design/ant-design/pull/8077/) [@yasinuslu](https://github.com/yasinuslu)
- 🐞 Fix align issue of `Input.Group` in Chrome 62. [ant-design/ant-design-pro#139](https://github.com/ant-design/ant-design-pro/issues/139)
- 🐞 Fix Cascader search not working when option.chidlren is `[]`. [#8130](https://github.com/ant-design/ant-design/issues/8130) [@jdz321](https://github.com/jdz321)
- 🐞 Fix broken padding of AutoComponent caused by style order conflict with Input. [#8081](https://github.com/ant-design/ant-design/issues/8081)
- 🐞 Fix Upload constructor error in IE9. [#7706](https://github.com/ant-design/ant-design/issues/7706)
@ -102,7 +102,7 @@ Password input box provides real time feedback on password strength and validity
<imgclass="preview-img inline"align="right"description="Validation in real time"src="https://os.alipayobjects.com/rmsportal/urCdIJFuNYCenqH.png">
<imgclass="preview-img inline"align="right"description="Validation after losing focus"src="https://os.alipayobjects.com/rmsportal/KkcSBkbTJirIxCw.png">
<imgclass="preview-img"align="right"description="When a "submit"buttonisclicked,thesystemwilldealwithuserinputsanddisplayfeedback(thenumberoferrorsandthetypesoferrors)onthepage."src="https://zos.alipayobjects.com/rmsportal/xTtVSREbASRMstTggVGD.png">
<imgclass="preview-img"align="right"description="When a 'submit' button is clicked, the system will deal with user inputs and display feedback (the number of errors and the types of errors) on the page."src="https://zos.alipayobjects.com/rmsportal/xTtVSREbASRMstTggVGD.png">
Use different validation rules and a variety of feedback to help users correct errors before they click on a "submit" button.