@pie-lib/math-toolbar 1.11.31-next.134 → 1.12.0-beta.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 +46 -203
- package/NEXT.CHANGELOG.json +1 -0
- package/lib/editor-and-pad.js +26 -104
- package/lib/editor-and-pad.js.map +1 -1
- package/lib/index.js +16 -5
- package/lib/index.js.map +1 -1
- package/lib/math-preview.js +103 -88
- package/lib/math-preview.js.map +1 -1
- package/lib/utils.js +21 -0
- package/lib/utils.js.map +1 -0
- package/package.json +7 -5
- package/src/__tests__/__snapshots__/editor-and-pad.test.js.snap +31 -0
- package/src/__tests__/__snapshots__/index.test.js.snap +30 -0
- package/src/__tests__/__snapshots__/math-preview.test.js.snap +23 -0
- package/src/__tests__/editor-and-pad.test.js +25 -0
- package/src/__tests__/index.test.js +28 -0
- package/src/__tests__/math-preview.test.js +31 -0
- package/src/editor-and-pad.jsx +22 -121
- package/src/index.jsx +13 -2
- package/src/math-preview.jsx +56 -82
- package/src/utils.js +11 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +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
|
-
|
|
6
|
+
# [1.12.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.30...@pie-lib/math-toolbar@1.12.0-beta.1) (2025-07-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
# [1.12.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.30...@pie-lib/math-toolbar@1.12.0-beta.0) (2025-07-20)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
17
17
|
|
|
@@ -19,388 +19,231 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
# [1.13.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.30...@pie-lib/math-toolbar@1.13.0-beta.0) (2025-07-15)
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
26
25
|
|
|
27
|
-
|
|
26
|
+
# [1.12.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.30...@pie-lib/math-toolbar@1.12.0-beta.0) (2025-07-15)
|
|
28
27
|
|
|
28
|
+
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
29
29
|
|
|
30
|
+
## [1.11.30](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.29...@pie-lib/math-toolbar@1.11.30) (2023-07-04)
|
|
30
31
|
|
|
32
|
+
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
31
33
|
|
|
34
|
+
## [1.11.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.28...@pie-lib/math-toolbar@1.11.29) (2023-06-24)
|
|
32
35
|
|
|
33
|
-
|
|
36
|
+
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
34
37
|
|
|
38
|
+
## [1.11.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.27...@pie-lib/math-toolbar@1.11.28) (2023-05-22)
|
|
35
39
|
|
|
36
40
|
### Bug Fixes
|
|
37
41
|
|
|
38
|
-
|
|
39
|
-
|
|
42
|
+
- made sure font roboto is used for insert special characters PD-1914 ([cc875de](https://github.com/pie-framework/pie-lib/commit/cc875de6f04a673ca614c5072f9e4efc3bc71a70))
|
|
40
43
|
|
|
44
|
+
## [1.11.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.26...@pie-lib/math-toolbar@1.11.27) (2023-05-02)
|
|
41
45
|
|
|
46
|
+
### Bug Fixes
|
|
42
47
|
|
|
48
|
+
- **math-toolbar:** add white background for spanish and special characters done button PD-2119 ([3c1dd82](https://github.com/pie-framework/pie-lib/commit/3c1dd82f7d3f21651d3e5f87d5d543ad4a0907bf))
|
|
43
49
|
|
|
44
50
|
## [1.11.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.25...@pie-lib/math-toolbar@1.11.26) (2023-05-01)
|
|
45
51
|
|
|
46
|
-
|
|
47
52
|
### Bug Fixes
|
|
48
53
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
+
- **math-toolbar:** add style to sqrt component ([be42f61](https://github.com/pie-framework/pie-lib/commit/be42f619468d9fd07f2bbc79ff70849d98b32d4d))
|
|
54
55
|
|
|
55
56
|
## [1.11.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.24...@pie-lib/math-toolbar@1.11.25) (2023-04-19)
|
|
56
57
|
|
|
57
|
-
|
|
58
58
|
### Bug Fixes
|
|
59
59
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
60
|
+
- **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
|
|
65
61
|
|
|
66
62
|
## [1.11.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.23...@pie-lib/math-toolbar@1.11.24) (2023-04-07)
|
|
67
63
|
|
|
68
64
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
69
65
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
66
|
## [1.11.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.22...@pie-lib/math-toolbar@1.11.23) (2023-03-20)
|
|
75
67
|
|
|
76
68
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
77
69
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
70
|
## [1.11.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.20...@pie-lib/math-toolbar@1.11.22) (2023-01-31)
|
|
83
71
|
|
|
84
72
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
85
73
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
74
|
## [1.11.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.19...@pie-lib/math-toolbar@1.11.20) (2023-01-31)
|
|
91
75
|
|
|
92
76
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
93
77
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
78
|
## [1.11.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.18...@pie-lib/math-toolbar@1.11.19) (2023-01-31)
|
|
99
79
|
|
|
100
80
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
101
81
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
82
|
## [1.11.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.17...@pie-lib/math-toolbar@1.11.18) (2023-01-31)
|
|
107
83
|
|
|
108
84
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
109
85
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
86
|
## [1.11.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.10...@pie-lib/math-toolbar@1.11.17) (2023-01-31)
|
|
115
87
|
|
|
116
88
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
117
89
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
90
|
## [1.11.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.8...@pie-lib/math-toolbar@1.11.10) (2023-01-31)
|
|
123
91
|
|
|
124
92
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
125
93
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
94
|
## [1.11.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.6...@pie-lib/math-toolbar@1.11.8) (2023-01-31)
|
|
131
95
|
|
|
132
96
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
133
97
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
98
|
## [1.11.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.5...@pie-lib/math-toolbar@1.11.6) (2023-01-03)
|
|
139
99
|
|
|
140
100
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
141
101
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
102
|
## [1.11.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.4...@pie-lib/math-toolbar@1.11.5) (2022-12-19)
|
|
147
103
|
|
|
148
104
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
149
105
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
106
|
## [1.11.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.3...@pie-lib/math-toolbar@1.11.4) (2022-11-23)
|
|
155
107
|
|
|
156
108
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
157
109
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
110
|
## [1.11.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.2...@pie-lib/math-toolbar@1.11.3) (2022-11-17)
|
|
163
111
|
|
|
164
112
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
165
113
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
114
|
## [1.11.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.1...@pie-lib/math-toolbar@1.11.2) (2022-11-14)
|
|
171
115
|
|
|
172
|
-
|
|
173
116
|
### Bug Fixes
|
|
174
117
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
118
|
+
- PD-1858 (Math editor tweak to better handle the entry of mixed numbers) - not working with a mixed number if the integer part is multi-digit PD-1858, PD-2029, PD-2030, PD-2031 ([158e76a](https://github.com/pie-framework/pie-lib/commit/158e76a48bec66b1f026811bb1856fa4af5668f3))
|
|
180
119
|
|
|
181
120
|
## [1.11.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.11.0...@pie-lib/math-toolbar@1.11.1) (2022-08-30)
|
|
182
121
|
|
|
183
122
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
184
123
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
124
|
# [1.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.10.3...@pie-lib/math-toolbar@1.11.0) (2022-08-29)
|
|
190
125
|
|
|
191
|
-
|
|
192
126
|
### Features
|
|
193
127
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
128
|
+
- **math-toolbar:** feedback ([f3ef92d](https://github.com/pie-framework/pie-lib/commit/f3ef92d2dad55e0e0aff6dc216cc491f1fde94f2))
|
|
129
|
+
- **math-toolbar:** feedback ([85e4b58](https://github.com/pie-framework/pie-lib/commit/85e4b585dfb389a026629607ce54f6e3ac7d15fb))
|
|
130
|
+
- **math-toolbar:** feedback ([b1d925f](https://github.com/pie-framework/pie-lib/commit/b1d925f1caf67a0851eadb07467ed042df4513ea))
|
|
131
|
+
- **math-toolbar:** Make math-toolbar style inline with mathjax's one ([043ab63](https://github.com/pie-framework/pie-lib/commit/043ab63dda1914c992821d3f90992fe65817c597))
|
|
132
|
+
- **math-toolbar:** Make math-toolbar style inline with mathjax's one ([8b7a7ed](https://github.com/pie-framework/pie-lib/commit/8b7a7ed46eb5e597589dd0f999663bfeb20edaa9))
|
|
133
|
+
- **math-toolbar:** Make math-toolbar style inline with mathjax's one ([85ca9bd](https://github.com/pie-framework/pie-lib/commit/85ca9bdd12227054d1d3045e610544211251a699))
|
|
134
|
+
- **math-toolbar:** updates fonts accordingly - variables use italic MJXTEX-I ([9a0b157](https://github.com/pie-framework/pie-lib/commit/9a0b1579c9c17d77a94f62eeb4cc160c21ab2f81))
|
|
205
135
|
|
|
206
136
|
## [1.10.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.10.2...@pie-lib/math-toolbar@1.10.3) (2022-08-01)
|
|
207
137
|
|
|
208
138
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
209
139
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
140
|
## [1.10.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.10.1...@pie-lib/math-toolbar@1.10.2) (2022-07-19)
|
|
215
141
|
|
|
216
142
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
217
143
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
144
|
## [1.10.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.10.0...@pie-lib/math-toolbar@1.10.1) (2022-07-18)
|
|
223
145
|
|
|
224
|
-
|
|
225
146
|
### Reverts
|
|
226
147
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
148
|
+
- Revert "feat(math-toolbar): Make math-toolbar style inline with mathjax from Numeric to Grade 8HS PD-1521" ([f604ddd](https://github.com/pie-framework/pie-lib/commit/f604ddd8402b81f101e3f50b1baa4cc1bd5eec34))
|
|
149
|
+
- Revert "feat(math-toolbar): Make math-toolbar preview style inline with mathjax" ([bb86c35](https://github.com/pie-framework/pie-lib/commit/bb86c35ed56228c673020faf5ea089fb99418fd8))
|
|
150
|
+
- Revert "tweak" ([0c59e89](https://github.com/pie-framework/pie-lib/commit/0c59e89d5ca923e93a742051b3df7e9c8b2b90cc))
|
|
151
|
+
- Revert "tweaks" ([647904f](https://github.com/pie-framework/pie-lib/commit/647904f3dc4f59b86064be1d7b9bbd2a4184f96b))
|
|
235
152
|
|
|
236
153
|
# [1.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.9.4...@pie-lib/math-toolbar@1.10.0) (2022-07-18)
|
|
237
154
|
|
|
238
|
-
|
|
239
155
|
### Bug Fixes
|
|
240
156
|
|
|
241
|
-
|
|
242
|
-
|
|
157
|
+
- **math-toolbar:** add sanity check for clicking in editor-and-pad ([4c5dc18](https://github.com/pie-framework/pie-lib/commit/4c5dc18e077fca9a50f9c638f64ba08bba3b0884))
|
|
243
158
|
|
|
244
159
|
### Features
|
|
245
160
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
161
|
+
- **math-toolbar:** Make math-toolbar preview style inline with mathjax ([266b1bc](https://github.com/pie-framework/pie-lib/commit/266b1bc9a277530fd653edfacbb836596957dd33))
|
|
162
|
+
- **math-toolbar:** Make math-toolbar style inline with mathjax from Numeric to Grade 8HS PD-1521 ([5c49326](https://github.com/pie-framework/pie-lib/commit/5c493262ccf2ca8ba4c80af42e566b4e7a8c3571))
|
|
163
|
+
- **plugins:** added special characters adding capabilities [PD-1462](<[b9f41e1](https://github.com/pie-framework/pie-lib/commit/b9f41e11f44df140a66145d0b04558ca2b0ea48e)>)
|
|
253
164
|
|
|
254
165
|
## [1.9.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.9.3...@pie-lib/math-toolbar@1.9.4) (2022-06-13)
|
|
255
166
|
|
|
256
167
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
257
168
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
169
|
## [1.9.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.9.2...@pie-lib/math-toolbar@1.9.3) (2022-05-10)
|
|
263
170
|
|
|
264
|
-
|
|
265
171
|
### Bug Fixes
|
|
266
172
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
173
|
+
- **math-toolbar:** make sure errors visually update for item validation ([d36fe40](https://github.com/pie-framework/pie-lib/commit/d36fe4071deb5cb10f61758cfe73b185574b27af))
|
|
272
174
|
|
|
273
175
|
## [1.9.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.9.1...@pie-lib/math-toolbar@1.9.2) (2022-05-09)
|
|
274
176
|
|
|
275
|
-
|
|
276
177
|
### Bug Fixes
|
|
277
178
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
179
|
+
- **math-toolbar:** fix simple response gather PD-1786 ([1769577](https://github.com/pie-framework/pie-lib/commit/176957700d75d3efa0e5fbf08e8e4c6ffe61320d))
|
|
283
180
|
|
|
284
181
|
## [1.9.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.9.0...@pie-lib/math-toolbar@1.9.1) (2022-05-03)
|
|
285
182
|
|
|
286
|
-
|
|
287
183
|
### Bug Fixes
|
|
288
184
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
185
|
+
- **math-toolbar:** add sanity checks ([e012294](https://github.com/pie-framework/pie-lib/commit/e012294184b6f0c1472e6306be01e76e650c8fa5))
|
|
294
186
|
|
|
295
187
|
# [1.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.9...@pie-lib/math-toolbar@1.9.0) (2022-05-03)
|
|
296
188
|
|
|
297
|
-
|
|
298
189
|
### Features
|
|
299
190
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
191
|
+
- **math-toolbar:** add validation ui/ux for math-inline inputs PD-1705 ([cbc7205](https://github.com/pie-framework/pie-lib/commit/cbc72051deaefd76765cd60a387e47eebd0abc2f))
|
|
192
|
+
- **math-toolbar:** PD-1705 disable logic for add button in editor if maxResponseAreas is defined ([d68034c](https://github.com/pie-framework/pie-lib/commit/d68034cb4a2d24224f2c778fa4cf425ff157177a))
|
|
306
193
|
|
|
307
194
|
## [1.8.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.8...@pie-lib/math-toolbar@1.8.9) (2022-04-12)
|
|
308
195
|
|
|
309
196
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
310
197
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
198
|
## [1.8.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.7...@pie-lib/math-toolbar@1.8.8) (2022-02-04)
|
|
316
199
|
|
|
317
200
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
318
201
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
202
|
## [1.8.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.6...@pie-lib/math-toolbar@1.8.7) (2022-01-10)
|
|
324
203
|
|
|
325
204
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
326
205
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
206
|
## [1.8.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.5...@pie-lib/math-toolbar@1.8.6) (2021-10-04)
|
|
332
207
|
|
|
333
208
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
334
209
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
210
|
## [1.8.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.4...@pie-lib/math-toolbar@1.8.5) (2021-10-04)
|
|
340
211
|
|
|
341
212
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
342
213
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
214
|
## [1.8.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.3...@pie-lib/math-toolbar@1.8.4) (2021-09-20)
|
|
348
215
|
|
|
349
|
-
|
|
350
216
|
### Bug Fixes
|
|
351
217
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
218
|
+
- **math-input, math-toolbar:** Adjusted parallelogram button size ([699431e](https://github.com/pie-framework/pie-lib/commit/699431e))
|
|
357
219
|
|
|
358
220
|
## [1.8.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.2...@pie-lib/math-toolbar@1.8.3) (2021-09-16)
|
|
359
221
|
|
|
360
222
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
361
223
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
224
|
## [1.8.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.1...@pie-lib/math-toolbar@1.8.2) (2021-09-08)
|
|
367
225
|
|
|
368
226
|
**Note:** Version bump only for package @pie-lib/math-toolbar
|
|
369
227
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
228
|
## [1.8.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.8.0...@pie-lib/math-toolbar@1.8.1) (2021-09-08)
|
|
375
229
|
|
|
376
|
-
|
|
377
230
|
### Bug Fixes
|
|
378
231
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
232
|
+
- **math-toolbar:** Fixed arrows for pits ([f22208b](https://github.com/pie-framework/pie-lib/commit/f22208b))
|
|
384
233
|
|
|
385
234
|
# [1.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.7.14...@pie-lib/math-toolbar@1.8.0) (2021-08-30)
|
|
386
235
|
|
|
387
|
-
|
|
388
236
|
### Bug Fixes
|
|
389
237
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
238
|
+
- **math-toolbar:** Added a min width for line notation PD-1263 ([92a560f](https://github.com/pie-framework/pie-lib/commit/92a560f))
|
|
239
|
+
- **math-toolbar:** Made segment, ray and line more consistent PD-1264 ([1a2ad37](https://github.com/pie-framework/pie-lib/commit/1a2ad37))
|
|
240
|
+
- **math-toolbar & math-input:** render parallel sign with bigger font PD-1258 ([418fc28](https://github.com/pie-framework/pie-lib/commit/418fc28))
|
|
241
|
+
- override arrow style for ray PD-1265 ([815e3a5](https://github.com/pie-framework/pie-lib/commit/815e3a5))
|
|
395
242
|
|
|
396
243
|
### Features
|
|
397
244
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
245
|
+
- **math-input, math-toolbar:** add long division button in math editor PD-888 ([3056990](https://github.com/pie-framework/pie-lib/commit/3056990))
|
|
246
|
+
- **math-toolbar:** default to the grade 8 editor PD-1266 ([0cd28a2](https://github.com/pie-framework/pie-lib/commit/0cd28a2))
|
|
404
247
|
|
|
405
248
|
## [1.7.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-toolbar@1.7.12...@pie-lib/math-toolbar@1.7.14) (2021-06-25)
|
|
406
249
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|