@khanacademy/math-input 16.4.0 → 16.4.1
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 +6 -0
- package/dist/es/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @khanacademy/math-input
|
|
2
2
|
|
|
3
|
+
## 16.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#881](https://github.com/Khan/perseus/pull/881) [`f02eb991`](https://github.com/Khan/perseus/commit/f02eb991cec37dcff02056c0d6b54fc6dfd96948) Thanks [@nedredmond](https://github.com/nedredmond)! - Swap out Label Image custom dropdown for WonderBlocks
|
|
8
|
+
|
|
3
9
|
## 16.4.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/dist/es/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import PropTypes from 'prop-types';
|
|
|
17
17
|
|
|
18
18
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
19
19
|
const libName = "@khanacademy/math-input";
|
|
20
|
-
const libVersion = "16.4.
|
|
20
|
+
const libVersion = "16.4.1";
|
|
21
21
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
22
22
|
|
|
23
23
|
function _extends() {
|
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
|
|
|
48
48
|
|
|
49
49
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
50
50
|
const libName = "@khanacademy/math-input";
|
|
51
|
-
const libVersion = "16.4.
|
|
51
|
+
const libVersion = "16.4.1";
|
|
52
52
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
53
53
|
|
|
54
54
|
function _extends() {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Khan Academy's new expression editor for the mobile web.",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "16.4.
|
|
6
|
+
"version": "16.4.1",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"performance-now": "^0.2.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@khanacademy/wonder-blocks-clickable": "^4.0.
|
|
28
|
+
"@khanacademy/wonder-blocks-clickable": "^4.0.12",
|
|
29
29
|
"@khanacademy/wonder-blocks-color": "^3.0.0",
|
|
30
|
-
"@khanacademy/wonder-blocks-core": "^6.3.
|
|
30
|
+
"@khanacademy/wonder-blocks-core": "^6.3.1",
|
|
31
31
|
"@khanacademy/wonder-blocks-i18n": "^2.0.2",
|
|
32
|
-
"@khanacademy/wonder-blocks-popover": "^3.0.
|
|
32
|
+
"@khanacademy/wonder-blocks-popover": "^3.0.22",
|
|
33
33
|
"@khanacademy/wonder-blocks-timing": "^4.0.2",
|
|
34
34
|
"@khanacademy/wonder-stuff-core": "^1.5.1",
|
|
35
35
|
"@phosphor-icons/core": "^2.0.2",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"react-transition-group": "^4.4.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@khanacademy/wonder-blocks-clickable": "^4.0.
|
|
48
|
+
"@khanacademy/wonder-blocks-clickable": "^4.0.12",
|
|
49
49
|
"@khanacademy/wonder-blocks-color": "^3.0.0",
|
|
50
|
-
"@khanacademy/wonder-blocks-core": "^6.3.
|
|
50
|
+
"@khanacademy/wonder-blocks-core": "^6.3.1",
|
|
51
51
|
"@khanacademy/wonder-blocks-i18n": "^2.0.2",
|
|
52
|
-
"@khanacademy/wonder-blocks-popover": "^3.0.
|
|
52
|
+
"@khanacademy/wonder-blocks-popover": "^3.0.22",
|
|
53
53
|
"@khanacademy/wonder-blocks-timing": "^4.0.2",
|
|
54
54
|
"@khanacademy/wonder-stuff-core": "^1.5.1",
|
|
55
55
|
"@phosphor-icons/core": "^2.0.2",
|