@yidun/antd-super-table 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/index.js +1035 -1030
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1046,6 +1046,10 @@ export interface SuperTableAntdProps extends TableProps {
1046
1046
 
1047
1047
  ## 更新日志
1048
1048
 
1049
+ ### v0.1.13
1050
+
1051
+ - 🔧 `addonAfter` 仅在已配置且类型为 `input` 时展示;`addonAfter: {}` 不展示
1052
+
1049
1053
  ### v0.1.12
1050
1054
 
1051
1055
  - ✨ 查询项 `input` 新增 `addonAfter`:支持 `link + small` 按钮、`className` 和点击回调