feffery_antd_components 0.4.5 → 0.4.6
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.
- package/DESCRIPTION +1 -1
- package/Project.toml +1 -1
- package/README-en_US.md +2 -2
- package/README.md +2 -2
- package/feffery_antd_components/async-antd_table.js +2 -2
- package/feffery_antd_components/async-data_entry.js +1 -1
- package/feffery_antd_components/async-upload.js +2 -2
- package/feffery_antd_components/feffery_antd_components.min.js +5 -5
- package/feffery_antd_components/package-info.json +1 -1
- package/package.json +1 -1
- package/setup.py +1 -1
- package/src/lib/fragments/AntdTable.react.js +18 -1
- package/.pytest_cache/README.md +0 -8
package/DESCRIPTION
CHANGED
package/Project.toml
CHANGED
package/README-en_US.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
[简体中文](./README.md) | English
|
|
17
17
|
|
|
18
|
-
Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`🥳, latest stable version: `0.4.
|
|
18
|
+
Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`🥳, latest stable version: `0.4.6` (2026-04-28)
|
|
19
19
|
|
|
20
20
|
## Dash Version Compatibility Notes
|
|
21
21
|
|
|
@@ -33,7 +33,7 @@ pip install feffery-antd-components -U
|
|
|
33
33
|
## 2 Install the latest preview release version
|
|
34
34
|
|
|
35
35
|
> [!NOTE]
|
|
36
|
-
> The latest preview release version (2026-
|
|
36
|
+
> The latest preview release version (2026-03-12): `0.4.6rc1`
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
39
|
pip install feffery-antd-components --pre -U
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
简体中文 | [English](./README-en_US.md)
|
|
17
17
|
|
|
18
|
-
`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.4.
|
|
18
|
+
`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.4.6`(2026-04-28)
|
|
19
19
|
|
|
20
20
|
## Dash版本兼容性说明
|
|
21
21
|
|
|
@@ -33,7 +33,7 @@ pip install feffery-antd-components -U
|
|
|
33
33
|
## 2 最新预发布版本安装方式
|
|
34
34
|
|
|
35
35
|
> [!NOTE]
|
|
36
|
-
> 最新预发布版本(2026-
|
|
36
|
+
> 最新预发布版本(2026-03-12):`0.4.6rc1`
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
39
|
pip install feffery-antd-components --pre -U
|