@pie-element/number-line 5.14.13 → 6.1.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,6 +3,43 @@
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
+ # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.0.0...@pie-element/number-line@6.1.0) (2022-06-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * **number-line:** created validate method in controller PD-1747 ([b1341ef](https://github.com/pie-framework/pie-elements/commit/b1341ef167b43ed6af17bf64d605a66d725b7e2c))
12
+ * **number-line:** ux/ui for validation PD-1748 ([ccfa5fe](https://github.com/pie-framework/pie-elements/commit/ccfa5fe9b39c4471a9769a943c117e35db4bfcc2))
13
+
14
+
15
+
16
+
17
+
18
+ # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.14...@pie-element/number-line@6.0.0) (2022-06-28)
19
+
20
+
21
+ ### chore
22
+
23
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
24
+
25
+
26
+ ### BREAKING CHANGES
27
+
28
+ * Image percent buttons were removed from toolbar.
29
+ New properties maxImageWidth and maxImageHeight were added.
30
+
31
+
32
+
33
+
34
+
35
+ ## [5.14.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.13...@pie-element/number-line@5.14.14) (2022-06-13)
36
+
37
+ **Note:** Version bump only for package @pie-element/number-line
38
+
39
+
40
+
41
+
42
+
6
43
  ## [5.14.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.12...@pie-element/number-line@5.14.13) (2022-05-30)
7
44
 
8
45
  **Note:** Version bump only for package @pie-element/number-line
@@ -3,6 +3,42 @@
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.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.0.0...@pie-element/number-line-configure@5.1.0) (2022-06-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * **number-line:** ux/ui for validation PD-1748 ([ccfa5fe](https://github.com/pie-framework/pie-elements/commit/ccfa5fe9b39c4471a9769a943c117e35db4bfcc2))
12
+
13
+
14
+
15
+
16
+
17
+ # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.13...@pie-element/number-line-configure@5.0.0) (2022-06-28)
18
+
19
+
20
+ ### chore
21
+
22
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
23
+
24
+
25
+ ### BREAKING CHANGES
26
+
27
+ * Image percent buttons were removed from toolbar.
28
+ New properties maxImageWidth and maxImageHeight were added.
29
+
30
+
31
+
32
+
33
+
34
+ ## [4.9.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.12...@pie-element/number-line-configure@4.9.13) (2022-06-13)
35
+
36
+ **Note:** Version bump only for package @pie-element/number-line-configure
37
+
38
+
39
+
40
+
41
+
6
42
  ## [4.9.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.11...@pie-element/number-line-configure@4.9.12) (2022-05-30)
7
43
 
8
44
  **Note:** Version bump only for package @pie-element/number-line-configure
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/number-line-configure",
3
3
  "private": true,
4
- "version": "4.9.12",
4
+ "version": "5.1.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "dependencies": {
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@pie-framework/pie-configure-events": "^1.2.0",
10
- "@pie-lib/config-ui": "^10.13.2",
11
- "@pie-lib/editable-html": "^7.22.5",
10
+ "@pie-lib/config-ui": "^11.0.3",
11
+ "@pie-lib/editable-html": "^8.1.2",
12
12
  "react": "^16.8.1",
13
13
  "react-dom": "^16.8.1"
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/number-line",
3
- "version": "5.14.13",
3
+ "version": "6.1.0",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -8,11 +8,11 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-lib/correct-answer-toggle": "^2.3.38",
11
+ "@pie-lib/correct-answer-toggle": "^2.3.39",
12
12
  "@pie-lib/feedback": "^0.4.27",
13
13
  "@pie-lib/icons": "^2.4.25",
14
- "@pie-lib/math-rendering": "^2.4.2",
15
- "@pie-lib/render-ui": "^4.12.8",
14
+ "@pie-lib/math-rendering": "^2.4.3",
15
+ "@pie-lib/render-ui": "^4.12.9",
16
16
  "classnames": "^2.2.5",
17
17
  "d3-scale": "^3.2.1",
18
18
  "d3-selection": "^1.4.1",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "author": "pie framework developers",
29
29
  "license": "ISC",
30
- "gitHead": "3f3d6edc68890098821978ebd5a8b90da31ab222",
30
+ "gitHead": "9b55e36b358084c7a96a08bad969f4856d6802da",
31
31
  "scripts": {
32
32
  "postpublish": "../../scripts/postpublish"
33
33
  },