@pie-lib/charting 5.9.1-next.11 → 5.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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
+ # [5.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.9.0...@pie-lib/charting@5.10.0) (2023-05-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **charting:** provide mask id PD-2821 ([9e29841](https://github.com/pie-framework/pie-lib/commit/9e298415e6cafd03e4264ab189af8a3b03f46b97))
12
+
13
+
14
+ ### Features
15
+
16
+ * **charting:** add new item properties, settings, and authoring view settings for changeInteractive, changeEditable and addCategory ([0fe39c9](https://github.com/pie-framework/pie-lib/commit/0fe39c96f2e7ddeb0e24a9ef58a5d75d42550c73))
17
+ * **charting:** add props validation PD-2776 ([6566927](https://github.com/pie-framework/pie-lib/commit/6566927be268b358c7de10d4b63d15e502a8368e))
18
+ * **charting:** fix value for category editable when changeEditableEnabled is false ([4214aab](https://github.com/pie-framework/pie-lib/commit/4214aab4437b5d2395515b9b1d0680b93530ac83))
19
+
20
+
21
+
22
+
23
+
6
24
  # [5.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.8.1...@pie-lib/charting@5.9.0) (2023-05-12)
7
25
 
8
26
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.9.1-next.11+fc193155",
6
+ "version": "5.10.0",
7
7
  "description": "charting",
8
8
  "keywords": [
9
9
  "react",
@@ -43,5 +43,5 @@
43
43
  "peerDependencies": {
44
44
  "react": "^16.8.1"
45
45
  },
46
- "gitHead": "fc193155259bb663266da1c5edaef6af63c8b627"
46
+ "gitHead": "cf3853b2e77875c227ac53635d3c4ae2a9b182b9"
47
47
  }