smalldoc
的上一個版本是2.3.1
,2.3.2
在2019-10月就開始操刀了,可是因爲兩個緣由2.3.2
未及時交付——java
antd-4.0.0-rc.0
就發佈了,從主要commiter的知乎專欄瞭解到,antdV4推翻了antdV3本來的設計,從新實現了代碼,從根本上解決了諸如此類的bug,大幅度提升了antd組件的渲染速度,從而使smalldoc的UI界面獲得可觀改善!因而因爲2.3.2
版本的遲遲未交付,做者乾脆一氣呵成,根據issues中支持者提到的諸多問題及建議對smalldoc作了一次全面升級,發佈了現在的smalldoc-2.4
,更新日誌以下。。。git
加強
; #8 加強
; #7 加強
; #7 加強
; #14 加強
; #14 加強
; #9 加強
;#15 修復了TypeVariable
是TypeArgument
時沒法解析的錯誤,以下格式修復
#15github
@RequestMapping("test") public Result<PageResult<List<TestBean>>> test(String s);
加強
;修復
; #15 修復
; #15 增長了集合參數(Set
,List
)使用方式斷言(1.集合參數不能是實體參數;2.集合參數須要結合註解@RequestParam
,以下的正確使用方式)加強
#15算法
@RequestMapping("test") public Result<Long> test(@RequestParam List<String> ss);
刪除了不合理的執行邏輯(好比,直接以實體集合做爲接口方法的入參,以下的錯誤使用方式)加強
#15spring
@RequestMapping("test") public Result<Long> test(List<TestBean> testBeans);
React差分算法
形成的不指望的渲染效果加強
;<dependency> <groupId>com.github.liuhuagui</groupId> <artifactId>smalldoc-spring-boot-starter</artifactId> <version>2.4</version> </dependency>