@pie-element/graphing 3.6.3 → 3.7.1-next.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
@@ -3,15 +3,7 @@
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
- ## [3.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@3.6.2...@pie-element/graphing@3.6.3) (2021-10-04)
7
-
8
- **Note:** Version bump only for package @pie-element/graphing
9
-
10
-
11
-
12
-
13
-
14
- ## [3.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@3.6.1...@pie-element/graphing@3.6.2) (2021-09-20)
6
+ # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@3.5.3...@pie-element/graphing@3.7.0) (2021-11-11)
15
7
 
16
8
 
17
9
  ### Bug Fixes
@@ -21,12 +13,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
21
13
  * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
22
14
 
23
15
 
16
+ ### Features
24
17
 
25
-
26
-
27
- ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@3.6.0...@pie-element/graphing@3.6.1) (2021-09-01)
28
-
29
- **Note:** Version bump only for package @pie-element/graphing
18
+ * **graphing:** BREAKING CHANGE - update model and config schemas. Change model arrows prop and add arrows in config PD-483 ([fb1c27b](https://github.com/pie-framework/pie-elements/commit/fb1c27bcc25632c15d228d14483835d919e2d357))
19
+ * **graphing:** control over displaying graph arrows PD-483 ([6f98639](https://github.com/pie-framework/pie-elements/commit/6f98639b4bcce0e7ce75f28435c6fe1c8db8a4d4))
20
+ * **graphing:** Displayed point coordinates on hover PD-188 \n BREAKING CHANGE: Added coordinatesOnHover property to the model ([124cc2d](https://github.com/pie-framework/pie-elements/commit/124cc2de418fbdd1825c6c39eee550875a3e24af))
30
21
 
31
22
 
32
23
 
@@ -3,15 +3,7 @@
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
- ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@3.2.1...@pie-element/graphing-configure@3.2.2) (2021-10-04)
7
-
8
- **Note:** Version bump only for package @pie-element/graphing-configure
9
-
10
-
11
-
12
-
13
-
14
- ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@3.2.0...@pie-element/graphing-configure@3.2.1) (2021-09-20)
6
+ # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@3.1.27...@pie-element/graphing-configure@3.3.0) (2021-11-11)
15
7
 
16
8
 
17
9
  ### Bug Fixes
@@ -21,6 +13,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
21
13
  * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
22
14
 
23
15
 
16
+ ### Features
17
+
18
+ * **graphing:** control over displaying graph arrows PD-483 ([6f98639](https://github.com/pie-framework/pie-elements/commit/6f98639b4bcce0e7ce75f28435c6fe1c8db8a4d4))
19
+ * **graphing:** Displayed point coordinates on hover PD-188 \n BREAKING CHANGE: Added coordinatesOnHover property to the model ([124cc2d](https://github.com/pie-framework/pie-elements/commit/124cc2de418fbdd1825c6c39eee550875a3e24af))
20
+
21
+
24
22
 
25
23
 
26
24
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/graphing-configure",
3
3
  "private": true,
4
- "version": "3.2.2",
4
+ "version": "3.3.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
@@ -3,6 +3,18 @@
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
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@3.2.16...@pie-element/graphing-controller@3.4.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **graphing:** control over displaying graph arrows PD-483 ([6f98639](https://github.com/pie-framework/pie-elements/commit/6f98639b4bcce0e7ce75f28435c6fe1c8db8a4d4))
12
+ * **graphing:** Displayed point coordinates on hover PD-188 \n BREAKING CHANGE: Added coordinatesOnHover property to the model ([124cc2d](https://github.com/pie-framework/pie-elements/commit/124cc2de418fbdd1825c6c39eee550875a3e24af))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@3.2.16...@pie-element/graphing-controller@3.3.0) (2021-08-05)
7
19
 
8
20
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/graphing-controller",
3
3
  "private": true,
4
- "version": "3.3.0",
4
+ "version": "3.4.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "3.6.3",
7
+ "version": "3.7.1-next.0+d2dc19035",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -13,10 +13,10 @@
13
13
  "dependencies": {
14
14
  "@material-ui/core": "^3.9.2",
15
15
  "@pie-framework/pie-player-events": "^0.1.0",
16
- "@pie-lib/correct-answer-toggle": "2.3.29",
17
- "@pie-lib/graphing": "^2.4.2",
18
- "@pie-lib/math-rendering": "^2.3.9",
19
- "@pie-lib/render-ui": "^4.12.0",
16
+ "@pie-lib/correct-answer-toggle": "2.3.31",
17
+ "@pie-lib/graphing": "^2.4.4",
18
+ "@pie-lib/math-rendering": "^2.3.11",
19
+ "@pie-lib/render-ui": "^4.12.2",
20
20
  "classnames": "^2.2.5",
21
21
  "debug": "^4.1.1",
22
22
  "react": "^16.8.1",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "author": "",
26
26
  "license": "ISC",
27
- "gitHead": "5df8639d9e81211ec961ca9847c07ae708ed4374",
27
+ "gitHead": "d2dc19035d4961c1c47b2b41dca50c756915da76",
28
28
  "main": "lib/index.js",
29
29
  "module": "src/index.js"
30
30
  }