@mastergo/plugin-typings 2.4.0 → 2.5.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # [2.5.0](https://github.com/mastergo-design/plugin-typings/compare/v2.4.0...v2.5.0) (2024-07-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * 最大最小值 ([a0ca485](https://github.com/mastergo-design/plugin-typings/commit/a0ca485eac8d49061dcbb35ce93b75d8bf6e9558))
7
+
8
+
9
+
1
10
  # [2.4.0](https://github.com/mastergo-design/plugin-typings/compare/v2.3.0...v2.4.0) (2024-04-25)
2
11
 
3
12
 
package/dist/index.d.ts CHANGED
@@ -590,6 +590,10 @@ declare global {
590
590
  y: number
591
591
  width: number
592
592
  height: number
593
+ minWidth: number | null
594
+ maxWidth: number | null
595
+ minHeight: number | null
596
+ maxHeight: number | null
593
597
  rotation: number // In degrees
594
598
  constrainProportions: boolean
595
599
  layoutPositioning: 'AUTO' | 'ABSOLUTE' // applicable only inside auto-layout frames
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastergo/plugin-typings",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "MasterGo插件API声明文件",
5
5
  "main": "",
6
6
  "types": "dist/index.d.ts",