@khanacademy/math-input 0.6.6 → 0.6.8
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 +12 -0
- package/dist/es/index.js +1601 -1609
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +1205 -1213
- package/dist/index.js.map +1 -1
- package/package.json +12 -10
- package/src/components/input/__tests__/context-tracking_test.js +2 -2
- package/src/components/input/__tests__/mathquill_test.js +2 -2
- package/src/components/input/cursor-handle.js +21 -20
- package/src/components/input/math-input.js +108 -58
- package/src/components/keypad/pre-algebra-page.js +1 -1
- package/src/components/keypad-container.js +0 -4
- package/src/fake-react-native-web/view.js +5 -5
- /package/src/components/input/__tests__/{math-wrapper.jsx → test-math-wrapper.jsx} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @khanacademy/math-input
|
|
2
2
|
|
|
3
|
+
## 0.6.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2c843b38: Update to use wonder-blocks deps after migrating wonder-blocks to TS
|
|
8
|
+
|
|
9
|
+
## 0.6.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- a1b4ab3c: Update wonder-blocks and wonder-stuff deps to fix an issue with wonder-stuff's generated flow types
|
|
14
|
+
|
|
3
15
|
## 0.6.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|