@nocobase/plugin-kanban 1.3.39-beta → 1.4.0-alpha

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.
@@ -11,16 +11,16 @@ module.exports = {
11
11
  "@ant-design/icons": "5.2.6",
12
12
  "@formily/react": "2.3.0",
13
13
  "@formily/shared": "2.3.0",
14
- "@nocobase/client": "1.3.39-beta",
14
+ "@nocobase/client": "1.4.0-alpha",
15
15
  "antd": "5.12.8",
16
16
  "react": "18.2.0",
17
17
  "react-i18next": "11.18.6",
18
18
  "@emotion/css": "11.13.0",
19
19
  "@formily/antd-v5": "1.1.9",
20
20
  "@formily/core": "2.3.0",
21
- "@nocobase/utils": "1.3.39-beta",
21
+ "@nocobase/utils": "1.4.0-alpha",
22
22
  "lodash": "4.17.21",
23
- "@nocobase/server": "1.3.39-beta",
24
- "@nocobase/test": "1.3.39-beta",
23
+ "@nocobase/server": "1.4.0-alpha",
24
+ "@nocobase/test": "1.4.0-alpha",
25
25
  "antd-style": "3.4.5"
26
26
  };
@@ -4,5 +4,6 @@
4
4
  "Create sort field": "创建排序字段",
5
5
  "Convert the following integer fields to sorting fields": "将以下整数字段转为排序字段",
6
6
  "Sorting field":"排序字段",
7
- "Grouped sorting based on":"基于分组字段"
7
+ "Grouped sorting based on":"基于分组字段",
8
+ "Enable drag and drop sorting":"启用拖拽排序"
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-kanban",
3
- "version": "1.3.39-beta",
3
+ "version": "1.4.0-alpha",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/block-kanban",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban",
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "react-intersection-observer": "^9.8.1"
19
19
  },
20
- "gitHead": "68daadf8575cddf9eeb09a1a672f9baf7aabe67a",
20
+ "gitHead": "f097a2bddec152522b5645bd5d451f4c866d2060",
21
21
  "keywords": [
22
22
  "Blocks"
23
23
  ]
File without changes