@berviantoleo/react-multi-crop 0.21.0 → 0.21.2

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
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.21.2](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.21.1...@berviantoleo/react-multi-crop@0.21.2) (2021-11-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update description ([93ef85d](https://github.com/berviantoleo/react-multi-crop/commit/93ef85d0979247e6614b18de95eb3c456ec6a630))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.21.1](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.21.0...@berviantoleo/react-multi-crop@0.21.1) (2021-11-27)
18
+
19
+ **Note:** Version bump only for package @berviantoleo/react-multi-crop
20
+
21
+
22
+
23
+
24
+
6
25
  # [0.21.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.20.38...@berviantoleo/react-multi-crop@0.21.0) (2021-11-27)
7
26
 
8
27
 
@@ -46,6 +46,9 @@ export interface IReactMultiCropProps {
46
46
  includeDataUrl?: boolean;
47
47
  includeHtmlCanvas?: boolean;
48
48
  input?: IInputProps;
49
+ /**
50
+ * @deprecated Will be removed when next major version
51
+ */
49
52
  multiSelectButton?: JSX.Element;
50
53
  onHover?(value: IOutputData | null): void;
51
54
  onSelect?(value: IOutputData | null): void;
@@ -106,6 +109,12 @@ export interface IActionComponentProps {
106
109
  deleteShapes(): void;
107
110
  discardActiveObject(): void;
108
111
  discardButton?: JSX.Element;
112
+ /**
113
+ * @deprecated Will be removed when next major version
114
+ */
109
115
  multiSelect(): void;
116
+ /**
117
+ * @deprecated Will be removed when next major version
118
+ */
110
119
  multiSelectButton?: JSX.Element;
111
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berviantoleo/react-multi-crop",
3
- "description": "Your crop result will easy!",
3
+ "description": "Your crop result will easy! This library is extensible!",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "module": "dist/index.esm.js",
@@ -72,5 +72,5 @@
72
72
  "uuid": "^8.3.2"
73
73
  },
74
74
  "license": "MIT",
75
- "version": "0.21.0"
75
+ "version": "0.21.2"
76
76
  }