@pie-lib/render-math-bundled 3.18.0-hotfix.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.json +1 -0
- package/CHANGELOG.md +775 -0
- package/lib/index.js +38 -0
- package/lib/index.js.map +1 -0
- package/lib/mml-to-latex.js +15 -0
- package/lib/mml-to-latex.js.map +1 -0
- package/lib/mstack/chtml.js +296 -0
- package/lib/mstack/chtml.js.map +1 -0
- package/lib/mstack/index.js +23 -0
- package/lib/mstack/index.js.map +1 -0
- package/lib/mstack/mml.js +109 -0
- package/lib/mstack/mml.js.map +1 -0
- package/lib/normalization.js +95 -0
- package/lib/normalization.js.map +1 -0
- package/lib/render-math.js +438 -0
- package/lib/render-math.js.map +1 -0
- package/package.json +21 -0
- package/src/__tests__/mml-to-latex.test.js +14 -0
- package/src/__tests__/normalization.test.js +50 -0
- package/src/__tests__/render-math.test.js +155 -0
- package/src/index.js +5 -0
- package/src/mml-to-latex.js +2 -0
- package/src/mstack/__tests__/__snapshots__/chtml.test.js.snap +9 -0
- package/src/mstack/__tests__/chtml.test.js +104 -0
- package/src/mstack/chtml.js +220 -0
- package/src/mstack/index.js +13 -0
- package/src/mstack/mml.js +24 -0
- package/src/normalization.js +69 -0
- package/src/render-math.js +387 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,775 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [3.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.18.0) (2025-09-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **math-rendering:** move mathjax-full back to dependencies ([3073e44](https://github.com/pie-framework/pie-lib/commit/3073e444419d8e52d451df750e8d1d604f23bd3f))
|
|
12
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# [3.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.16.0...@pie-lib/math-rendering@3.17.0) (2025-09-18)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **math-rendering:** move mathjax-full back to dependencies ([3073e44](https://github.com/pie-framework/pie-lib/commit/3073e444419d8e52d451df750e8d1d604f23bd3f))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.15.0...@pie-lib/math-rendering@3.16.0) (2025-09-18)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.15.0) (2025-09-18)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
# [3.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.13.0...@pie-lib/math-rendering@3.14.0) (2025-09-17)
|
|
59
|
+
|
|
60
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
# [3.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.12.0...@pie-lib/math-rendering@3.13.0) (2025-09-17)
|
|
67
|
+
|
|
68
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
# [3.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.11.1...@pie-lib/math-rendering@3.12.0) (2025-09-17)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## [3.11.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.11.1) (2025-08-11)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
# [3.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.11.0) (2025-08-07)
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
|
|
103
|
+
|
|
104
|
+
# [3.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.10.0) (2025-07-31)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
107
|
+
|
|
108
|
+
# [3.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.9.0) (2025-07-31)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
111
|
+
|
|
112
|
+
# [3.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.8.0) (2025-07-31)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
115
|
+
|
|
116
|
+
# [3.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.7.0) (2025-07-31)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
119
|
+
|
|
120
|
+
# [3.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.6.0) (2025-07-31)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
123
|
+
|
|
124
|
+
# [3.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.5.0) (2025-07-31)
|
|
125
|
+
|
|
126
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
127
|
+
|
|
128
|
+
# [3.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.7.0) (2025-07-31)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
131
|
+
|
|
132
|
+
# [3.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.6.0) (2025-07-31)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
135
|
+
|
|
136
|
+
# [3.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.5.0) (2025-07-31)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
139
|
+
|
|
140
|
+
# [3.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.6.0) (2025-07-31)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
143
|
+
|
|
144
|
+
# [3.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.5.0) (2025-07-31)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
147
|
+
|
|
148
|
+
# [3.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.4.0) (2025-07-31)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
151
|
+
|
|
152
|
+
# [3.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.4.0) (2025-07-31)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
155
|
+
|
|
156
|
+
# [3.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.5.0) (2025-07-31)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
159
|
+
|
|
160
|
+
# [3.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.4.0) (2025-07-31)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
163
|
+
|
|
164
|
+
# [3.3.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.8) (2025-07-25)
|
|
165
|
+
|
|
166
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
167
|
+
|
|
168
|
+
# [3.3.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.7) (2025-07-25)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
171
|
+
|
|
172
|
+
# [3.3.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.7) (2025-07-25)
|
|
173
|
+
|
|
174
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
175
|
+
|
|
176
|
+
# [3.3.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.6) (2025-07-25)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
179
|
+
|
|
180
|
+
# [3.3.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.6) (2025-07-25)
|
|
181
|
+
|
|
182
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
183
|
+
|
|
184
|
+
# [3.3.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.5) (2025-07-25)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
187
|
+
|
|
188
|
+
# [3.3.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.5) (2025-07-25)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
191
|
+
|
|
192
|
+
# [3.3.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.4) (2025-07-25)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
195
|
+
|
|
196
|
+
# [3.3.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.3) (2025-07-25)
|
|
197
|
+
|
|
198
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
199
|
+
|
|
200
|
+
# [3.3.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.4) (2025-07-23)
|
|
201
|
+
|
|
202
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
203
|
+
|
|
204
|
+
# [3.3.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.3) (2025-07-23)
|
|
205
|
+
|
|
206
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
207
|
+
|
|
208
|
+
# [3.3.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.3) (2025-07-20)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
211
|
+
|
|
212
|
+
# [3.3.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.2) (2025-07-20)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
215
|
+
|
|
216
|
+
# [3.3.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.1) (2025-07-20)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
219
|
+
|
|
220
|
+
# [3.3.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.2) (2025-07-20)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
223
|
+
|
|
224
|
+
# [3.3.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.1) (2025-07-20)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
227
|
+
|
|
228
|
+
# [3.3.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.1) (2025-07-20)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
231
|
+
|
|
232
|
+
# [3.3.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.0) (2025-07-20)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
235
|
+
|
|
236
|
+
# [3.4.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.4.0-beta.0) (2025-07-15)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
239
|
+
|
|
240
|
+
# [3.3.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.1...@pie-lib/math-rendering@3.3.0-beta.0) (2025-07-15)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
243
|
+
|
|
244
|
+
## [3.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.2.0...@pie-lib/math-rendering@3.2.1) (2023-10-01)
|
|
245
|
+
|
|
246
|
+
### Bug Fixes
|
|
247
|
+
|
|
248
|
+
- revert mathml-to-latex version as it seems to break math rendering ([46e841c](https://github.com/pie-framework/pie-lib/commit/46e841c00c2a04ff0e3442625870b3b457571a8e))
|
|
249
|
+
|
|
250
|
+
# [3.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.1.2...@pie-lib/math-rendering@3.2.0) (2023-09-27)
|
|
251
|
+
|
|
252
|
+
### Features
|
|
253
|
+
|
|
254
|
+
- update version ([f716545](https://github.com/pie-framework/pie-lib/commit/f716545d526dc856e2160619650787273a993f27))
|
|
255
|
+
|
|
256
|
+
## [3.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.1.1...@pie-lib/math-rendering@3.1.2) (2023-09-27)
|
|
257
|
+
|
|
258
|
+
### Bug Fixes
|
|
259
|
+
|
|
260
|
+
- force publish ([489a242](https://github.com/pie-framework/pie-lib/commit/489a2421c109fb202b778680f1b57b942e49c86a))
|
|
261
|
+
|
|
262
|
+
## [3.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.1.0...@pie-lib/math-rendering@3.1.1) (2023-09-25)
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
- update mathml-to-latex version PD-3182, PD-3184 ([c019296](https://github.com/pie-framework/pie-lib/commit/c0192965a3a045e13993a3301dfc35e7e314a592))
|
|
267
|
+
|
|
268
|
+
# [3.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.0.0...@pie-lib/math-rendering@3.1.0) (2023-09-20)
|
|
269
|
+
|
|
270
|
+
### Features
|
|
271
|
+
|
|
272
|
+
- use forked mathml-to-latex library, as it contains fixes PD-3011 ([8949ac2](https://github.com/pie-framework/pie-lib/commit/8949ac2ddf6664bf437a35dbe21555f18ac77426))
|
|
273
|
+
|
|
274
|
+
# [3.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.18...@pie-lib/math-rendering@3.0.0) (2023-09-20)
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
- update mathml-to-latex version ([1d101d2](https://github.com/pie-framework/pie-lib/commit/1d101d22298bd480a5aec638e4c9708d5aa52ce4))
|
|
279
|
+
|
|
280
|
+
### BREAKING CHANGES
|
|
281
|
+
|
|
282
|
+
- updated mathml-to-latex version.
|
|
283
|
+
|
|
284
|
+
## [2.5.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.17...@pie-lib/math-rendering@2.5.18) (2023-09-14)
|
|
285
|
+
|
|
286
|
+
### Bug Fixes
|
|
287
|
+
|
|
288
|
+
- force v1.2.0 of mathml-to-latex, as v1.3.0 contains a braking change ([4792ed9](https://github.com/pie-framework/pie-lib/commit/4792ed965608ee5ff4c872e69dee9b3b59261cf0))
|
|
289
|
+
|
|
290
|
+
## [2.5.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.16...@pie-lib/math-rendering@2.5.17) (2023-06-24)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
293
|
+
|
|
294
|
+
## [2.5.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.15...@pie-lib/math-rendering@2.5.16) (2023-06-13)
|
|
295
|
+
|
|
296
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
297
|
+
|
|
298
|
+
## [2.5.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.14...@pie-lib/math-rendering@2.5.15) (2023-06-12)
|
|
299
|
+
|
|
300
|
+
### Bug Fixes
|
|
301
|
+
|
|
302
|
+
- rerun serialization if mathml options are provided, added tests as well PD-2150 ([530af87](https://github.com/pie-framework/pie-lib/commit/530af87026010325124b70a47fd18e4a0d06cedb))
|
|
303
|
+
|
|
304
|
+
## [2.5.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.13...@pie-lib/math-rendering@2.5.14) (2023-04-19)
|
|
305
|
+
|
|
306
|
+
### Bug Fixes
|
|
307
|
+
|
|
308
|
+
- **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
|
|
309
|
+
|
|
310
|
+
## [2.5.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.12...@pie-lib/math-rendering@2.5.13) (2023-03-20)
|
|
311
|
+
|
|
312
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
313
|
+
|
|
314
|
+
## [2.5.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.10...@pie-lib/math-rendering@2.5.12) (2023-01-31)
|
|
315
|
+
|
|
316
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
317
|
+
|
|
318
|
+
## [2.5.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.9...@pie-lib/math-rendering@2.5.10) (2023-01-31)
|
|
319
|
+
|
|
320
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
321
|
+
|
|
322
|
+
## [2.5.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.8...@pie-lib/math-rendering@2.5.9) (2023-01-31)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
325
|
+
|
|
326
|
+
## [2.5.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.7...@pie-lib/math-rendering@2.5.8) (2023-01-31)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
329
|
+
|
|
330
|
+
## [2.5.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.5...@pie-lib/math-rendering@2.5.7) (2023-01-31)
|
|
331
|
+
|
|
332
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
333
|
+
|
|
334
|
+
## [2.5.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.3...@pie-lib/math-rendering@2.5.5) (2023-01-31)
|
|
335
|
+
|
|
336
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
337
|
+
|
|
338
|
+
## [2.5.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.1...@pie-lib/math-rendering@2.5.3) (2023-01-31)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
341
|
+
|
|
342
|
+
## [2.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.5.0...@pie-lib/math-rendering@2.5.1) (2022-11-23)
|
|
343
|
+
|
|
344
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
345
|
+
|
|
346
|
+
# [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.5...@pie-lib/math-rendering@2.5.0) (2022-08-29)
|
|
347
|
+
|
|
348
|
+
### Features
|
|
349
|
+
|
|
350
|
+
- **math-rendering:** Make math-rendering style inline with mathjax's one ([84a1ab3](https://github.com/pie-framework/pie-lib/commit/84a1ab3cde01d2fc330da8feb44b277c3e8cd51b))
|
|
351
|
+
|
|
352
|
+
## [2.4.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.4...@pie-lib/math-rendering@2.4.5) (2022-07-18)
|
|
353
|
+
|
|
354
|
+
### Reverts
|
|
355
|
+
|
|
356
|
+
- Revert "fix(math-rendering): potential fix for box PD-1521" ([dac9a34](https://github.com/pie-framework/pie-lib/commit/dac9a34d599bb30bbb7c87c6e49df562fd486e5e))
|
|
357
|
+
|
|
358
|
+
## [2.4.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.3...@pie-lib/math-rendering@2.4.4) (2022-07-18)
|
|
359
|
+
|
|
360
|
+
### Bug Fixes
|
|
361
|
+
|
|
362
|
+
- **math-rendering:** potential fix for box PD-1521 ([9eefd91](https://github.com/pie-framework/pie-lib/commit/9eefd91b03644513d379bb1c46f4107b661ba4f3))
|
|
363
|
+
- Perplexing problem with math rendering: arcs, rays, and lines PD-1828 ([c43d2f8](https://github.com/pie-framework/pie-lib/commit/c43d2f8031e2ba3b8bb3cfa28c92a2a78c3c3db2))
|
|
364
|
+
- unable to load items locally ([d870dcd](https://github.com/pie-framework/pie-lib/commit/d870dcd547bd171f083a1cae08c1ccaa4b68629b))
|
|
365
|
+
- **math-rendering:** increase mathml formulas vertical space ([efa0c28](https://github.com/pie-framework/pie-lib/commit/efa0c28181a4a711dc35b34c075547230ae0315a))
|
|
366
|
+
|
|
367
|
+
## [2.4.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.2...@pie-lib/math-rendering@2.4.3) (2022-06-13)
|
|
368
|
+
|
|
369
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
370
|
+
|
|
371
|
+
## [2.4.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.1...@pie-lib/math-rendering@2.4.2) (2022-05-30)
|
|
372
|
+
|
|
373
|
+
### Bug Fixes
|
|
374
|
+
|
|
375
|
+
- unable to load items locally ([17ab686](https://github.com/pie-framework/pie-lib/commit/17ab6864557288aef6ec1d9a130cb508e2591562))
|
|
376
|
+
|
|
377
|
+
## [2.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.0...@pie-lib/math-rendering@2.4.1) (2022-05-24)
|
|
378
|
+
|
|
379
|
+
### Bug Fixes
|
|
380
|
+
|
|
381
|
+
- unable to load items locally ([a0ddf20](https://github.com/pie-framework/pie-lib/commit/a0ddf2095646e6e84569cb7e0de42d0cd9ea0fb6))
|
|
382
|
+
|
|
383
|
+
# [2.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.13...@pie-lib/math-rendering@2.4.0) (2022-04-28)
|
|
384
|
+
|
|
385
|
+
### Bug Fixes
|
|
386
|
+
|
|
387
|
+
- tests ([90d79c4](https://github.com/pie-framework/pie-lib/commit/90d79c4b8c61c029959a729ba1eea1d69a3f2cbe))
|
|
388
|
+
|
|
389
|
+
### Features
|
|
390
|
+
|
|
391
|
+
- add data-mathml attribute on MathJax containers to be able to use with Text to Speech (TTS) PD-1499 ([df50318](https://github.com/pie-framework/pie-lib/commit/df503184814f0463ef588e468570db3f7d2651df))
|
|
392
|
+
|
|
393
|
+
## [2.3.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.12...@pie-lib/math-rendering@2.3.13) (2022-03-21)
|
|
394
|
+
|
|
395
|
+
### Bug Fixes
|
|
396
|
+
|
|
397
|
+
- **math-rendering:** fix line spacing for mathjax mspace PD-1384 ([57fe827](https://github.com/pie-framework/pie-lib/commit/57fe827372c81138b35f294f16327c291872c8a2))
|
|
398
|
+
|
|
399
|
+
## [2.3.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.11...@pie-lib/math-rendering@2.3.12) (2021-11-29)
|
|
400
|
+
|
|
401
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
402
|
+
|
|
403
|
+
## [2.3.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.10...@pie-lib/math-rendering@2.3.11) (2021-09-08)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
406
|
+
|
|
407
|
+
## [2.3.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.9...@pie-lib/math-rendering@2.3.10) (2021-09-08)
|
|
408
|
+
|
|
409
|
+
### Bug Fixes
|
|
410
|
+
|
|
411
|
+
- wip ([fe4316d](https://github.com/pie-framework/pie-lib/commit/fe4316d))
|
|
412
|
+
|
|
413
|
+
## [2.3.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.8...@pie-lib/math-rendering@2.3.9) (2021-08-30)
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
- **math-rendering:** fix symbols in math markup that trigger undefined control sequence error PD-1267, PD-368, PD-1173 ([a7d9934](https://github.com/pie-framework/pie-lib/commit/a7d9934))
|
|
418
|
+
|
|
419
|
+
## [2.3.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.6...@pie-lib/math-rendering@2.3.8) (2021-06-25)
|
|
420
|
+
|
|
421
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
422
|
+
|
|
423
|
+
## [2.3.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.5...@pie-lib/math-rendering@2.3.6) (2021-03-01)
|
|
424
|
+
|
|
425
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
426
|
+
|
|
427
|
+
## [2.3.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.4...@pie-lib/math-rendering@2.3.5) (2021-03-01)
|
|
428
|
+
|
|
429
|
+
### Bug Fixes
|
|
430
|
+
|
|
431
|
+
- **math-rendering:** linebreak rendering fixed for mathquill custom elements - PD-787 ([5216f6a](https://github.com/pie-framework/pie-lib/commit/5216f6a))
|
|
432
|
+
|
|
433
|
+
## [2.3.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.3...@pie-lib/math-rendering@2.3.4) (2021-02-15)
|
|
434
|
+
|
|
435
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
436
|
+
|
|
437
|
+
## [2.3.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.1...@pie-lib/math-rendering@2.3.3) (2021-02-15)
|
|
438
|
+
|
|
439
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
440
|
+
|
|
441
|
+
## [2.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.3.0...@pie-lib/math-rendering@2.3.1) (2021-01-28)
|
|
442
|
+
|
|
443
|
+
### Bug Fixes
|
|
444
|
+
|
|
445
|
+
- add lodash dependency ([de2227f](https://github.com/pie-framework/pie-lib/commit/de2227f))
|
|
446
|
+
|
|
447
|
+
# [2.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.2.4...@pie-lib/math-rendering@2.3.0) (2021-01-25)
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
- demo changes include for the issue PD-368 ([c493d9f](https://github.com/pie-framework/pie-lib/commit/c493d9f))
|
|
452
|
+
|
|
453
|
+
## [2.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.2.3...@pie-lib/math-rendering@2.2.4) (2021-01-11)
|
|
454
|
+
|
|
455
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
456
|
+
|
|
457
|
+
## [2.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.2.2...@pie-lib/math-rendering@2.2.3) (2020-10-26)
|
|
458
|
+
|
|
459
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
460
|
+
|
|
461
|
+
## [2.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.2.1...@pie-lib/math-rendering@2.2.2) (2020-10-26)
|
|
462
|
+
|
|
463
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
464
|
+
|
|
465
|
+
## [2.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.2.0...@pie-lib/math-rendering@2.2.1) (2020-10-19)
|
|
466
|
+
|
|
467
|
+
### Bug Fixes
|
|
468
|
+
|
|
469
|
+
- rm non-standard static prop ([6af197b](https://github.com/pie-framework/pie-lib/commit/6af197b))
|
|
470
|
+
|
|
471
|
+
# [2.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.12...@pie-lib/math-rendering@2.2.0) (2020-09-18)
|
|
472
|
+
|
|
473
|
+
### Bug Fixes
|
|
474
|
+
|
|
475
|
+
- tests ([72b0dec](https://github.com/pie-framework/pie-lib/commit/72b0dec))
|
|
476
|
+
|
|
477
|
+
### Features
|
|
478
|
+
|
|
479
|
+
- add basic mstack support to mathjax PD-519 ([60eb3d1](https://github.com/pie-framework/pie-lib/commit/60eb3d1))
|
|
480
|
+
|
|
481
|
+
## [2.1.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.11...@pie-lib/math-rendering@2.1.12) (2020-04-14)
|
|
482
|
+
|
|
483
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
484
|
+
|
|
485
|
+
## [2.1.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.10...@pie-lib/math-rendering@2.1.11) (2020-04-08)
|
|
486
|
+
|
|
487
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
488
|
+
|
|
489
|
+
## [2.1.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.9...@pie-lib/math-rendering@2.1.10) (2020-03-31)
|
|
490
|
+
|
|
491
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
492
|
+
|
|
493
|
+
## [2.1.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.8...@pie-lib/math-rendering@2.1.9) (2020-03-31)
|
|
494
|
+
|
|
495
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
496
|
+
|
|
497
|
+
## [2.1.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.7...@pie-lib/math-rendering@2.1.8) (2020-03-31)
|
|
498
|
+
|
|
499
|
+
### Bug Fixes
|
|
500
|
+
|
|
501
|
+
- use es import ([3debced](https://github.com/pie-framework/pie-lib/commit/3debced))
|
|
502
|
+
|
|
503
|
+
## [2.1.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.6...@pie-lib/math-rendering@2.1.7) (2020-03-30)
|
|
504
|
+
|
|
505
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
506
|
+
|
|
507
|
+
## [2.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.5...@pie-lib/math-rendering@2.1.6) (2020-03-30)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
510
|
+
|
|
511
|
+
## [2.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.4...@pie-lib/math-rendering@2.1.5) (2020-03-30)
|
|
512
|
+
|
|
513
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
514
|
+
|
|
515
|
+
## [2.1.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.3...@pie-lib/math-rendering@2.1.4) (2020-03-30)
|
|
516
|
+
|
|
517
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
518
|
+
|
|
519
|
+
## [2.1.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.2...@pie-lib/math-rendering@2.1.3) (2020-03-30)
|
|
520
|
+
|
|
521
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
522
|
+
|
|
523
|
+
## [2.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.1...@pie-lib/math-rendering@2.1.2) (2020-03-30)
|
|
524
|
+
|
|
525
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
526
|
+
|
|
527
|
+
## [2.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.1.0...@pie-lib/math-rendering@2.1.1) (2020-03-30)
|
|
528
|
+
|
|
529
|
+
### Bug Fixes
|
|
530
|
+
|
|
531
|
+
- add module ([9e6db95](https://github.com/pie-framework/pie-lib/commit/9e6db95))
|
|
532
|
+
|
|
533
|
+
# [2.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.0.3...@pie-lib/math-rendering@2.1.0) (2019-12-18)
|
|
534
|
+
|
|
535
|
+
### Features
|
|
536
|
+
|
|
537
|
+
- **math:** made sure there is only one instance of mathjax on the page [ch6048](<[b0c7395](https://github.com/pie-framework/pie-lib/commit/b0c7395)>)
|
|
538
|
+
|
|
539
|
+
## [2.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.0.2...@pie-lib/math-rendering@2.0.3) (2019-12-13)
|
|
540
|
+
|
|
541
|
+
### Bug Fixes
|
|
542
|
+
|
|
543
|
+
- namespace global to pkg.name + major version ([0dc8650](https://github.com/pie-framework/pie-lib/commit/0dc8650))
|
|
544
|
+
|
|
545
|
+
## [2.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.0.0...@pie-lib/math-rendering@2.0.2) (2019-12-13)
|
|
546
|
+
|
|
547
|
+
### Bug Fixes
|
|
548
|
+
|
|
549
|
+
- bump version to avoid conflict ([0910cf9](https://github.com/pie-framework/pie-lib/commit/0910cf9))
|
|
550
|
+
|
|
551
|
+
# [2.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.7...@pie-lib/math-rendering@2.0.0) (2019-12-12)
|
|
552
|
+
|
|
553
|
+
### Features
|
|
554
|
+
|
|
555
|
+
- remove HtmlAndMath ([34a3d8d](https://github.com/pie-framework/pie-lib/commit/34a3d8d))
|
|
556
|
+
- upgrade to mathax-full@^3.0.0 ([994998d](https://github.com/pie-framework/pie-lib/commit/994998d))
|
|
557
|
+
|
|
558
|
+
### BREAKING CHANGES
|
|
559
|
+
|
|
560
|
+
- `HtmlAndMath` is now in `@pie-lib/render-ui`.
|
|
561
|
+
|
|
562
|
+
# [1.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.7...@pie-lib/math-rendering@1.4.0) (2019-12-12)
|
|
563
|
+
|
|
564
|
+
### Features
|
|
565
|
+
|
|
566
|
+
- upgrade to mathax-full@^3.0.0 ([994998d](https://github.com/pie-framework/pie-lib/commit/994998d))
|
|
567
|
+
|
|
568
|
+
## [1.3.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.6...@pie-lib/math-rendering@1.3.7) (2019-08-21)
|
|
569
|
+
|
|
570
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
571
|
+
|
|
572
|
+
## [1.3.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.5...@pie-lib/math-rendering@1.3.6) (2019-08-16)
|
|
573
|
+
|
|
574
|
+
### Bug Fixes
|
|
575
|
+
|
|
576
|
+
- **renderMath:** added an if for elements that already have math rendered [ch3365], and [ch1915](<[3189a69](https://github.com/pie-framework/pie-lib/commit/3189a69)>)
|
|
577
|
+
|
|
578
|
+
## [1.3.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.4...@pie-lib/math-rendering@1.3.5) (2019-08-16)
|
|
579
|
+
|
|
580
|
+
### Bug Fixes
|
|
581
|
+
|
|
582
|
+
- **renderMath:** fixed the math rendering all over the app [ch3365], and [ch1915](<[2b0df91](https://github.com/pie-framework/pie-lib/commit/2b0df91)>)
|
|
583
|
+
|
|
584
|
+
## [1.3.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.3...@pie-lib/math-rendering@1.3.4) (2019-07-08)
|
|
585
|
+
|
|
586
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
587
|
+
|
|
588
|
+
## [1.3.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.2...@pie-lib/math-rendering@1.3.3) (2019-07-05)
|
|
589
|
+
|
|
590
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
591
|
+
|
|
592
|
+
## [1.3.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.1...@pie-lib/math-rendering@1.3.2) (2019-07-02)
|
|
593
|
+
|
|
594
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
595
|
+
|
|
596
|
+
## [1.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.3.0...@pie-lib/math-rendering@1.3.1) (2019-06-17)
|
|
597
|
+
|
|
598
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
599
|
+
|
|
600
|
+
# [1.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.12...@pie-lib/math-rendering@1.3.0) (2019-06-12)
|
|
601
|
+
|
|
602
|
+
### Features
|
|
603
|
+
|
|
604
|
+
- version bumps ([23eb54f](https://github.com/pie-framework/pie-lib/commit/23eb54f))
|
|
605
|
+
|
|
606
|
+
## [1.2.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.11...@pie-lib/math-rendering@1.2.12) (2019-06-05)
|
|
607
|
+
|
|
608
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
609
|
+
|
|
610
|
+
## [1.2.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.10...@pie-lib/math-rendering@1.2.11) (2019-05-22)
|
|
611
|
+
|
|
612
|
+
### Bug Fixes
|
|
613
|
+
|
|
614
|
+
- fontUrl - rm rawgit, use unpkg.com ([e3c840a](https://github.com/pie-framework/pie-lib/commit/e3c840a))
|
|
615
|
+
|
|
616
|
+
## [1.2.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.9...@pie-lib/math-rendering@1.2.10) (2019-05-22)
|
|
617
|
+
|
|
618
|
+
### Bug Fixes
|
|
619
|
+
|
|
620
|
+
- bump mathjax3 to 3.0.0-beta.4 ([3f0a655](https://github.com/pie-framework/pie-lib/commit/3f0a655))
|
|
621
|
+
|
|
622
|
+
## [1.2.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.8...@pie-lib/math-rendering@1.2.9) (2019-03-15)
|
|
623
|
+
|
|
624
|
+
### Bug Fixes
|
|
625
|
+
|
|
626
|
+
- rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))
|
|
627
|
+
|
|
628
|
+
## [1.2.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.7...@pie-lib/math-rendering@1.2.8) (2019-03-14)
|
|
629
|
+
|
|
630
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
631
|
+
|
|
632
|
+
## [1.2.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.6...@pie-lib/math-rendering@1.2.7) (2019-03-14)
|
|
633
|
+
|
|
634
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
635
|
+
|
|
636
|
+
## [1.2.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.5...@pie-lib/math-rendering@1.2.6) (2019-03-14)
|
|
637
|
+
|
|
638
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
639
|
+
|
|
640
|
+
## [1.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.4...@pie-lib/math-rendering@1.2.5) (2019-03-14)
|
|
641
|
+
|
|
642
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
643
|
+
|
|
644
|
+
## [1.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.3...@pie-lib/math-rendering@1.2.4) (2019-03-13)
|
|
645
|
+
|
|
646
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
647
|
+
|
|
648
|
+
## [1.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.2...@pie-lib/math-rendering@1.2.3) (2019-03-13)
|
|
649
|
+
|
|
650
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
651
|
+
|
|
652
|
+
## [1.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.1...@pie-lib/math-rendering@1.2.2) (2019-03-13)
|
|
653
|
+
|
|
654
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
655
|
+
|
|
656
|
+
## [1.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.2.0...@pie-lib/math-rendering@1.2.1) (2019-01-30)
|
|
657
|
+
|
|
658
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
659
|
+
|
|
660
|
+
# [1.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.1.2...@pie-lib/math-rendering@1.2.0) (2019-01-30)
|
|
661
|
+
|
|
662
|
+
### Bug Fixes
|
|
663
|
+
|
|
664
|
+
- fix loading of browserAdaptor ([bb233ed](https://github.com/pie-framework/pie-lib/commit/bb233ed))
|
|
665
|
+
|
|
666
|
+
### Features
|
|
667
|
+
|
|
668
|
+
- libs version bump ([da36192](https://github.com/pie-framework/pie-lib/commit/da36192))
|
|
669
|
+
|
|
670
|
+
<a name="1.1.2"></a>
|
|
671
|
+
|
|
672
|
+
## [1.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.1.1...@pie-lib/math-rendering@1.1.2) (2018-12-11)
|
|
673
|
+
|
|
674
|
+
### Bug Fixes
|
|
675
|
+
|
|
676
|
+
- **math-rendering:** fixed the name of the file ([69e05fc](https://github.com/pie-framework/pie-lib/commit/69e05fc))
|
|
677
|
+
|
|
678
|
+
<a name="1.1.1"></a>
|
|
679
|
+
|
|
680
|
+
## [1.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.1.0...@pie-lib/math-rendering@1.1.1) (2018-12-11)
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
- **editable-html:** added tests for the wrap / unwrap methods ([7e8ac89](https://github.com/pie-framework/pie-lib/commit/7e8ac89))
|
|
685
|
+
- **editable-html-and-math-rendering:** moved the wrap and unwrap math functions to the math-rendering package and used it there as well ([e68f955](https://github.com/pie-framework/pie-lib/commit/e68f955))
|
|
686
|
+
- **math-rendering:** added tests ([7b3dbfa](https://github.com/pie-framework/pie-lib/commit/7b3dbfa))
|
|
687
|
+
|
|
688
|
+
<a name="1.1.0"></a>
|
|
689
|
+
|
|
690
|
+
# [1.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.0.1...@pie-lib/math-rendering@1.1.0) (2018-09-14)
|
|
691
|
+
|
|
692
|
+
### Features
|
|
693
|
+
|
|
694
|
+
- allow latex rendering of \$ to enabled through a global ([168f6b6](https://github.com/pie-framework/pie-lib/commit/168f6b6))
|
|
695
|
+
|
|
696
|
+
<a name="1.0.1"></a>
|
|
697
|
+
|
|
698
|
+
## [1.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@1.0.0...@pie-lib/math-rendering@1.0.1) (2018-09-13)
|
|
699
|
+
|
|
700
|
+
### Bug Fixes
|
|
701
|
+
|
|
702
|
+
- set export correctly as default ([3154124](https://github.com/pie-framework/pie-lib/commit/3154124))
|
|
703
|
+
|
|
704
|
+
<a name="1.0.0"></a>
|
|
705
|
+
|
|
706
|
+
# [1.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@0.5.0...@pie-lib/math-rendering@1.0.0) (2018-09-13)
|
|
707
|
+
|
|
708
|
+
### Features
|
|
709
|
+
|
|
710
|
+
- use mathjax 3 beta for rendering ([c3c920f](https://github.com/pie-framework/pie-lib/commit/c3c920f))
|
|
711
|
+
|
|
712
|
+
### BREAKING CHANGES
|
|
713
|
+
|
|
714
|
+
- Single dollar support must be explicitly enabled using `renderMath({useSingleDollar: true})`
|
|
715
|
+
|
|
716
|
+
<a name="0.5.0"></a>
|
|
717
|
+
|
|
718
|
+
# [0.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@0.2.3...@pie-lib/math-rendering@0.5.0) (2018-09-12)
|
|
719
|
+
|
|
720
|
+
### Bug Fixes
|
|
721
|
+
|
|
722
|
+
- bump katex ([743df95](https://github.com/pie-framework/pie-lib/commit/743df95))
|
|
723
|
+
- githead ([3e485e0](https://github.com/pie-framework/pie-lib/commit/3e485e0))
|
|
724
|
+
- rm githead ([a1523aa](https://github.com/pie-framework/pie-lib/commit/a1523aa))
|
|
725
|
+
|
|
726
|
+
### Features
|
|
727
|
+
|
|
728
|
+
- renderMath now accepts either an Element or an array-like of Element. ([2bd9423](https://github.com/pie-framework/pie-lib/commit/2bd9423))
|
|
729
|
+
|
|
730
|
+
<a name="0.4.0"></a>
|
|
731
|
+
|
|
732
|
+
# [0.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@0.2.3...@pie-lib/math-rendering@0.4.0) (2018-09-12)
|
|
733
|
+
|
|
734
|
+
### Features
|
|
735
|
+
|
|
736
|
+
- renderMath now accepts either an Element or an array-like of Element. ([2bd9423](https://github.com/pie-framework/pie-lib/commit/2bd9423))
|
|
737
|
+
|
|
738
|
+
<a name="0.3.0"></a>
|
|
739
|
+
|
|
740
|
+
# [0.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@0.2.3...@pie-lib/math-rendering@0.3.0) (2018-09-12)
|
|
741
|
+
|
|
742
|
+
### Features
|
|
743
|
+
|
|
744
|
+
- renderMath now accepts either an Element or an array-like of Element. ([2bd9423](https://github.com/pie-framework/pie-lib/commit/2bd9423))
|
|
745
|
+
|
|
746
|
+
<a name="0.2.3"></a>
|
|
747
|
+
|
|
748
|
+
## [0.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@0.2.2...@pie-lib/math-rendering@0.2.3) (2018-08-17)
|
|
749
|
+
|
|
750
|
+
**Note:** Version bump only for package @pie-lib/math-rendering
|
|
751
|
+
|
|
752
|
+
<a name="0.2.2"></a>
|
|
753
|
+
|
|
754
|
+
## [0.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@0.2.1...@pie-lib/math-rendering@0.2.2) (2018-08-10)
|
|
755
|
+
|
|
756
|
+
### Bug Fixes
|
|
757
|
+
|
|
758
|
+
- fix html setter ([00253c4](https://github.com/pie-framework/pie-lib/commit/00253c4))
|
|
759
|
+
- fix tag name ([7291eb2](https://github.com/pie-framework/pie-lib/commit/7291eb2))
|
|
760
|
+
|
|
761
|
+
<a name="0.2.1"></a>
|
|
762
|
+
|
|
763
|
+
## [0.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@0.2.0...@pie-lib/math-rendering@0.2.1) (2018-08-10)
|
|
764
|
+
|
|
765
|
+
### Bug Fixes
|
|
766
|
+
|
|
767
|
+
- export HtmlAndMath ([b446ed2](https://github.com/pie-framework/pie-lib/commit/b446ed2))
|
|
768
|
+
|
|
769
|
+
<a name="0.2.0"></a>
|
|
770
|
+
|
|
771
|
+
# 0.2.0 (2018-08-10)
|
|
772
|
+
|
|
773
|
+
### Features
|
|
774
|
+
|
|
775
|
+
- new package [@pie-lib](https://github.com/pie-lib)/math-rendering (supercedes player-utils) ([7fd4f1a](https://github.com/pie-framework/pie-lib/commit/7fd4f1a))
|