@pie-element/ebsr 7.0.22 → 7.0.24-next.2
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 +0 -16
- package/configure/CHANGELOG.md +0 -16
- package/configure/lib/main.js +6 -4
- package/configure/lib/main.js.map +1 -1
- package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.json +1972 -0
- package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.md +1793 -0
- package/{LICENSE.md → configure/node_modules/@pie-element/multiple-choice/LICENSE.md} +0 -0
- package/configure/node_modules/@pie-element/multiple-choice/PRINT.md +35 -0
- package/configure/node_modules/@pie-element/multiple-choice/README.md +56 -0
- package/configure/node_modules/@pie-element/multiple-choice/choice.png +0 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.json +1387 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.md +1334 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js +104 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js +198 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js +599 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js +18 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/package.json +20 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.json +527 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.md +768 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js +18 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js +305 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js +36 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/package.json +15 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json +353 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json.md +277 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/config.js +8 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/generate.js +52 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/index.html +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/session.js +7 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json +338 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json.md +274 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js +298 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js +157 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js +174 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/index.js +151 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/main.js +97 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js +254 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/print.js +129 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/print.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js +35 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/configure.js +843 -0
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/controller.js +17304 -17374
- package/configure/node_modules/@pie-element/multiple-choice/module/demo.js +77 -0
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/element.js +42 -171
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/index.html +1 -1
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/manifest.json +4 -4
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/print-demo.js +46 -46
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/print.html +1 -1
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/print.js +70 -259
- package/configure/node_modules/@pie-element/multiple-choice/package.json +34 -0
- package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +672 -0
- package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +427 -0
- package/configure/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +316 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +123 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js +103 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js +275 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/package.json +19 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/render-math.js +234 -0
- package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
- package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.md +602 -0
- package/configure/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/render-ui/README.md +33 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +146 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js +160 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js +102 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/index.js +104 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js +133 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +162 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js +160 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +206 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/package.json +30 -0
- package/configure/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
- package/configure/node_modules/@pie-lib/render-ui/src/color.js +48 -0
- package/configure/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
- package/configure/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
- package/configure/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
- package/configure/node_modules/@pie-lib/render-ui/src/index.js +27 -0
- package/configure/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
- package/configure/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +90 -0
- package/configure/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
- package/configure/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
- package/configure/package.json +3 -3
- package/configure/src/__tests__/index.test.js +4 -2
- package/configure/src/main.jsx +8 -3
- package/controller/lib/index.js +79 -3
- package/controller/lib/index.js.map +1 -1
- package/controller/src/index.js +55 -0
- package/package.json +3 -3
- package/module/configure.js +0 -472
- package/module/demo.js +0 -77
|
@@ -0,0 +1,672 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "fix",
|
|
4
|
+
"scope": null,
|
|
5
|
+
"subject": "rm child prepack in favour of root prepack",
|
|
6
|
+
"merge": null,
|
|
7
|
+
"header": "fix: rm child prepack in favour of root prepack",
|
|
8
|
+
"body": null,
|
|
9
|
+
"footer": null,
|
|
10
|
+
"notes": [],
|
|
11
|
+
"hash": "381d8d6485269b641d8d4655148966d2e70803be",
|
|
12
|
+
"gitTags": "",
|
|
13
|
+
"committerDate": "2019-03-15 09:51:11 +0000",
|
|
14
|
+
"isTagged": true,
|
|
15
|
+
"tag": "@pie-lib/math-rendering@1.2.9"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "chore",
|
|
19
|
+
"scope": null,
|
|
20
|
+
"subject": "get packages to call changelog function on prepack",
|
|
21
|
+
"merge": null,
|
|
22
|
+
"header": "chore: get packages to call changelog function on prepack",
|
|
23
|
+
"body": null,
|
|
24
|
+
"footer": null,
|
|
25
|
+
"notes": [],
|
|
26
|
+
"hash": "8828f01f2d16d29404ba837c1de40d09e7230ec5",
|
|
27
|
+
"gitTags": "",
|
|
28
|
+
"committerDate": "2019-03-14 12:40:05 +0000",
|
|
29
|
+
"isTagged": true,
|
|
30
|
+
"tag": "@pie-lib/math-rendering@1.2.5"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "chore",
|
|
34
|
+
"scope": null,
|
|
35
|
+
"subject": "call changelog on prepack",
|
|
36
|
+
"merge": null,
|
|
37
|
+
"header": "chore: call changelog on prepack",
|
|
38
|
+
"body": null,
|
|
39
|
+
"footer": null,
|
|
40
|
+
"notes": [],
|
|
41
|
+
"hash": "b672c012de096c55b765a765f758da3fc5df2f90",
|
|
42
|
+
"gitTags": "",
|
|
43
|
+
"committerDate": "2019-03-13 23:00:44 +0000",
|
|
44
|
+
"isTagged": true,
|
|
45
|
+
"tag": "@pie-lib/math-rendering@1.2.4"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "chore",
|
|
49
|
+
"scope": null,
|
|
50
|
+
"subject": "generate changelog.json instead of markdown",
|
|
51
|
+
"merge": null,
|
|
52
|
+
"header": "chore: generate changelog.json instead of markdown",
|
|
53
|
+
"body": null,
|
|
54
|
+
"footer": null,
|
|
55
|
+
"notes": [],
|
|
56
|
+
"hash": "eaa5019a11f70c53425d55856bd3b940237f8c7d",
|
|
57
|
+
"gitTags": "",
|
|
58
|
+
"committerDate": "2019-03-13 17:24:09 +0000",
|
|
59
|
+
"isTagged": true,
|
|
60
|
+
"tag": "@pie-lib/math-rendering@1.2.2"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "fix",
|
|
64
|
+
"scope": null,
|
|
65
|
+
"subject": "fix loading of browserAdaptor",
|
|
66
|
+
"merge": null,
|
|
67
|
+
"header": "fix: fix loading of browserAdaptor",
|
|
68
|
+
"body": null,
|
|
69
|
+
"footer": null,
|
|
70
|
+
"notes": [],
|
|
71
|
+
"hash": "bb233ede7cf890cb898ec92e6095bb718b6b4e1f",
|
|
72
|
+
"gitTags": "",
|
|
73
|
+
"committerDate": "2019-01-30 22:14:28 +0000",
|
|
74
|
+
"isTagged": true,
|
|
75
|
+
"tag": "@pie-lib/math-rendering@1.2.0"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "feat",
|
|
79
|
+
"scope": null,
|
|
80
|
+
"subject": "libs version bump",
|
|
81
|
+
"merge": null,
|
|
82
|
+
"header": "feat: libs version bump",
|
|
83
|
+
"body": null,
|
|
84
|
+
"footer": null,
|
|
85
|
+
"notes": [],
|
|
86
|
+
"hash": "da361924784cc1b8e49dac34611a1eec37a29c37",
|
|
87
|
+
"gitTags": "",
|
|
88
|
+
"committerDate": "2019-01-30 22:14:28 +0000",
|
|
89
|
+
"isTagged": true,
|
|
90
|
+
"tag": "@pie-lib/math-rendering@1.2.0"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "fix",
|
|
94
|
+
"scope": "math-rendering",
|
|
95
|
+
"subject": "fixed the name of the file",
|
|
96
|
+
"merge": null,
|
|
97
|
+
"header": "fix(math-rendering): fixed the name of the file",
|
|
98
|
+
"body": null,
|
|
99
|
+
"footer": null,
|
|
100
|
+
"notes": [],
|
|
101
|
+
"hash": "69e05fc95f5048fe60b31456357805e9268834d0",
|
|
102
|
+
"gitTags": " (origin/fix/math-rendering-wrong-name)",
|
|
103
|
+
"committerDate": "2018-12-11 15:10:50 +0200",
|
|
104
|
+
"isTagged": true,
|
|
105
|
+
"tag": "@pie-lib/math-rendering@1.1.2"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "fix",
|
|
109
|
+
"scope": "editable-html",
|
|
110
|
+
"subject": "added tests for the wrap / unwrap methods",
|
|
111
|
+
"merge": null,
|
|
112
|
+
"header": "fix(editable-html): added tests for the wrap / unwrap methods",
|
|
113
|
+
"body": null,
|
|
114
|
+
"footer": null,
|
|
115
|
+
"notes": [],
|
|
116
|
+
"hash": "7e8ac8928bedbd184db6cde58742118d83cc95ee",
|
|
117
|
+
"gitTags": "",
|
|
118
|
+
"committerDate": "2018-12-11 12:05:42 +0200",
|
|
119
|
+
"isTagged": true,
|
|
120
|
+
"tag": "@pie-lib/math-rendering@1.1.1"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "fix",
|
|
124
|
+
"scope": "math-rendering",
|
|
125
|
+
"subject": "added tests",
|
|
126
|
+
"merge": null,
|
|
127
|
+
"header": "fix(math-rendering): added tests",
|
|
128
|
+
"body": null,
|
|
129
|
+
"footer": null,
|
|
130
|
+
"notes": [],
|
|
131
|
+
"hash": "7b3dbfa6249fa7a0323c8d4f66d6f380b7d723c4",
|
|
132
|
+
"gitTags": "",
|
|
133
|
+
"committerDate": "2018-12-10 15:34:13 +0200",
|
|
134
|
+
"isTagged": true,
|
|
135
|
+
"tag": "@pie-lib/math-rendering@1.1.1"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"type": "fix",
|
|
139
|
+
"scope": "editable-html-and-math-rendering",
|
|
140
|
+
"subject": "moved the wrap and unwrap math functions to the math-rendering package and used it there as well",
|
|
141
|
+
"merge": null,
|
|
142
|
+
"header": "fix(editable-html-and-math-rendering): moved the wrap and unwrap math functions to the math-rendering package and used it there as well",
|
|
143
|
+
"body": null,
|
|
144
|
+
"footer": null,
|
|
145
|
+
"notes": [],
|
|
146
|
+
"hash": "e68f95546d933101ba078a4e3cdebe3ffdb59dfb",
|
|
147
|
+
"gitTags": "",
|
|
148
|
+
"committerDate": "2018-12-07 18:43:51 +0200",
|
|
149
|
+
"isTagged": true,
|
|
150
|
+
"tag": "@pie-lib/math-rendering@1.1.1"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "feat",
|
|
154
|
+
"scope": null,
|
|
155
|
+
"subject": "allow latex rendering of $ to enabled through a global",
|
|
156
|
+
"merge": null,
|
|
157
|
+
"header": "feat: allow latex rendering of $ to enabled through a global",
|
|
158
|
+
"body": "```javscript\n window.pie = window.pie || {}\n // this will enable single dollar rendering - it's off by default.\n window.pie.mathRendering = { useSingleDollar: true }\n```\n\n> Please don't use single dollar rendering, all major math rendering engines don't enable it. This is just in place to provide a workaround for those who need it.",
|
|
159
|
+
"footer": null,
|
|
160
|
+
"notes": [],
|
|
161
|
+
"hash": "168f6b61cf9bfd9eef5424a05313703a6673cbee",
|
|
162
|
+
"gitTags": "",
|
|
163
|
+
"committerDate": "2018-09-14 11:07:02 +0100",
|
|
164
|
+
"isTagged": true,
|
|
165
|
+
"tag": "@pie-lib/math-rendering@1.1.0"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "fix",
|
|
169
|
+
"scope": null,
|
|
170
|
+
"subject": "set export correctly as default",
|
|
171
|
+
"merge": null,
|
|
172
|
+
"header": "fix: set export correctly as default",
|
|
173
|
+
"body": null,
|
|
174
|
+
"footer": null,
|
|
175
|
+
"notes": [],
|
|
176
|
+
"hash": "3154124a788ac5d3f85df17a7f4e8be554d464f9",
|
|
177
|
+
"gitTags": "",
|
|
178
|
+
"committerDate": "2018-09-13 21:47:44 +0100",
|
|
179
|
+
"isTagged": true,
|
|
180
|
+
"tag": "@pie-lib/math-rendering@1.0.1"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "feat",
|
|
184
|
+
"scope": null,
|
|
185
|
+
"subject": "use mathjax 3 beta for rendering",
|
|
186
|
+
"merge": null,
|
|
187
|
+
"header": "feat: use mathjax 3 beta for rendering",
|
|
188
|
+
"body": null,
|
|
189
|
+
"footer": "BREAKING CHANGE: Single dollar support must be explicitly enabled using `renderMath({useSingleDollar: true})`",
|
|
190
|
+
"notes": [
|
|
191
|
+
{
|
|
192
|
+
"title": "BREAKING CHANGE",
|
|
193
|
+
"text": "Single dollar support must be explicitly enabled using `renderMath({useSingleDollar: true})`"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"hash": "c3c920fa6381a707eb7b5194d8547576582de383",
|
|
197
|
+
"gitTags": "",
|
|
198
|
+
"committerDate": "2018-09-13 18:23:35 +0100",
|
|
199
|
+
"isTagged": true,
|
|
200
|
+
"tag": "@pie-lib/math-rendering@1.0.0"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "fix",
|
|
204
|
+
"scope": null,
|
|
205
|
+
"subject": "bump katex",
|
|
206
|
+
"merge": null,
|
|
207
|
+
"header": "fix: bump katex",
|
|
208
|
+
"body": null,
|
|
209
|
+
"footer": null,
|
|
210
|
+
"notes": [],
|
|
211
|
+
"hash": "743df957ad1511571b6c36e90e274049c4fa8e82",
|
|
212
|
+
"gitTags": "",
|
|
213
|
+
"committerDate": "2018-09-12 14:47:52 +0100",
|
|
214
|
+
"isTagged": true,
|
|
215
|
+
"tag": "@pie-lib/math-rendering@0.5.0"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "fix",
|
|
219
|
+
"scope": null,
|
|
220
|
+
"subject": "rm githead",
|
|
221
|
+
"merge": null,
|
|
222
|
+
"header": "fix: rm githead",
|
|
223
|
+
"body": null,
|
|
224
|
+
"footer": null,
|
|
225
|
+
"notes": [],
|
|
226
|
+
"hash": "a1523aabfe34697970bb94f3ed300603d9e11f74",
|
|
227
|
+
"gitTags": "",
|
|
228
|
+
"committerDate": "2018-09-12 14:44:09 +0100",
|
|
229
|
+
"isTagged": true,
|
|
230
|
+
"tag": "@pie-lib/math-rendering@0.5.0"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"type": "fix",
|
|
234
|
+
"scope": null,
|
|
235
|
+
"subject": "githead",
|
|
236
|
+
"merge": null,
|
|
237
|
+
"header": "fix: githead",
|
|
238
|
+
"body": null,
|
|
239
|
+
"footer": null,
|
|
240
|
+
"notes": [],
|
|
241
|
+
"hash": "3e485e0a7094496fd93d86a0500c75e343e9fac2",
|
|
242
|
+
"gitTags": "",
|
|
243
|
+
"committerDate": "2018-09-12 14:38:21 +0100",
|
|
244
|
+
"isTagged": true,
|
|
245
|
+
"tag": "@pie-lib/math-rendering@0.5.0"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"type": "feat",
|
|
249
|
+
"scope": null,
|
|
250
|
+
"subject": "renderMath now accepts either an Element or an array-like of Element.",
|
|
251
|
+
"merge": null,
|
|
252
|
+
"header": "feat: renderMath now accepts either an Element or an array-like of Element.",
|
|
253
|
+
"body": null,
|
|
254
|
+
"footer": null,
|
|
255
|
+
"notes": [],
|
|
256
|
+
"hash": "2bd9423a50db11879e6feb13b3983f0536fa1024",
|
|
257
|
+
"gitTags": "",
|
|
258
|
+
"committerDate": "2018-09-12 14:12:00 +0100",
|
|
259
|
+
"isTagged": true,
|
|
260
|
+
"tag": "@pie-lib/math-rendering@0.5.0"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"type": "chore",
|
|
264
|
+
"scope": null,
|
|
265
|
+
"subject": "fix test",
|
|
266
|
+
"merge": null,
|
|
267
|
+
"header": "chore: fix test",
|
|
268
|
+
"body": null,
|
|
269
|
+
"footer": null,
|
|
270
|
+
"notes": [],
|
|
271
|
+
"hash": "41186c61816abed47246009789e482ffd679dbc7",
|
|
272
|
+
"gitTags": "",
|
|
273
|
+
"committerDate": "2018-08-10 12:41:53 -0400",
|
|
274
|
+
"isTagged": true,
|
|
275
|
+
"tag": "@pie-lib/math-rendering@0.2.3"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "fix",
|
|
279
|
+
"scope": null,
|
|
280
|
+
"subject": "fix html setter",
|
|
281
|
+
"merge": null,
|
|
282
|
+
"header": "fix: fix html setter",
|
|
283
|
+
"body": null,
|
|
284
|
+
"footer": null,
|
|
285
|
+
"notes": [],
|
|
286
|
+
"hash": "00253c40d5ecb4b4c7db242ac4047ef9593834a0",
|
|
287
|
+
"gitTags": "",
|
|
288
|
+
"committerDate": "2018-08-10 12:39:18 -0400",
|
|
289
|
+
"isTagged": true,
|
|
290
|
+
"tag": "@pie-lib/math-rendering@0.2.2"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "fix",
|
|
294
|
+
"scope": null,
|
|
295
|
+
"subject": "fix tag name",
|
|
296
|
+
"merge": null,
|
|
297
|
+
"header": "fix: fix tag name",
|
|
298
|
+
"body": null,
|
|
299
|
+
"footer": null,
|
|
300
|
+
"notes": [],
|
|
301
|
+
"hash": "7291eb2dc2f695ced625d0ce1be59822077a618d",
|
|
302
|
+
"gitTags": "",
|
|
303
|
+
"committerDate": "2018-08-10 12:37:19 -0400",
|
|
304
|
+
"isTagged": true,
|
|
305
|
+
"tag": "@pie-lib/math-rendering@0.2.2"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"type": "fix",
|
|
309
|
+
"scope": null,
|
|
310
|
+
"subject": "export HtmlAndMath",
|
|
311
|
+
"merge": null,
|
|
312
|
+
"header": "fix: export HtmlAndMath",
|
|
313
|
+
"body": null,
|
|
314
|
+
"footer": null,
|
|
315
|
+
"notes": [],
|
|
316
|
+
"hash": "b446ed23e87f768a1c0e28e15f1092b52819ef57",
|
|
317
|
+
"gitTags": "",
|
|
318
|
+
"committerDate": "2018-08-10 12:27:39 -0400",
|
|
319
|
+
"isTagged": true,
|
|
320
|
+
"tag": "@pie-lib/math-rendering@0.2.1"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "feat",
|
|
324
|
+
"scope": null,
|
|
325
|
+
"subject": "new package @pie-lib/math-rendering (supercedes player-utils)",
|
|
326
|
+
"merge": null,
|
|
327
|
+
"header": "feat: new package @pie-lib/math-rendering (supercedes player-utils)",
|
|
328
|
+
"body": null,
|
|
329
|
+
"footer": null,
|
|
330
|
+
"notes": [],
|
|
331
|
+
"hash": "7fd4f1ae7908c31e567bf91af15a844903f14ef2",
|
|
332
|
+
"gitTags": "",
|
|
333
|
+
"committerDate": "2018-08-10 12:03:03 -0400",
|
|
334
|
+
"isTagged": true,
|
|
335
|
+
"tag": "@pie-lib/math-rendering@0.2.0"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"type": "fix",
|
|
339
|
+
"scope": null,
|
|
340
|
+
"subject": "bump mathjax3 to 3.0.0-beta.4",
|
|
341
|
+
"merge": null,
|
|
342
|
+
"header": "fix: bump mathjax3 to 3.0.0-beta.4",
|
|
343
|
+
"body": null,
|
|
344
|
+
"footer": null,
|
|
345
|
+
"notes": [],
|
|
346
|
+
"hash": "3f0a6552f1a7e9be468a85a9061405b9ffc0093d",
|
|
347
|
+
"gitTags": "",
|
|
348
|
+
"committerDate": "2019-05-22 09:48:45 +0100",
|
|
349
|
+
"isTagged": true,
|
|
350
|
+
"tag": "@pie-lib/math-rendering@1.2.10"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "fix",
|
|
354
|
+
"scope": null,
|
|
355
|
+
"subject": "fontUrl - rm rawgit, use unpkg.com",
|
|
356
|
+
"merge": null,
|
|
357
|
+
"header": "fix: fontUrl - rm rawgit, use unpkg.com",
|
|
358
|
+
"body": null,
|
|
359
|
+
"footer": null,
|
|
360
|
+
"notes": [],
|
|
361
|
+
"hash": "e3c840a45fb1b351a50cdbf180ae2fcac27a6006",
|
|
362
|
+
"gitTags": "",
|
|
363
|
+
"committerDate": "2019-05-22 11:35:55 +0100",
|
|
364
|
+
"isTagged": true,
|
|
365
|
+
"tag": "@pie-lib/math-rendering@1.2.11"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "chore",
|
|
369
|
+
"scope": "merge",
|
|
370
|
+
"subject": "merged with develop",
|
|
371
|
+
"merge": null,
|
|
372
|
+
"header": "chore(merge): merged with develop",
|
|
373
|
+
"body": null,
|
|
374
|
+
"footer": null,
|
|
375
|
+
"notes": [],
|
|
376
|
+
"hash": "89ff9d89eb26b5afc82267c10f79af2894f4c2d5",
|
|
377
|
+
"gitTags": " (origin/feat/response-area-plugin)",
|
|
378
|
+
"committerDate": "2019-06-05 21:55:26 +0300",
|
|
379
|
+
"isTagged": true,
|
|
380
|
+
"tag": "@pie-lib/math-rendering@1.2.12"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "feat",
|
|
384
|
+
"scope": null,
|
|
385
|
+
"subject": "version bumps",
|
|
386
|
+
"merge": null,
|
|
387
|
+
"header": "feat: version bumps",
|
|
388
|
+
"body": null,
|
|
389
|
+
"footer": null,
|
|
390
|
+
"notes": [],
|
|
391
|
+
"hash": "23eb54f95e4b6480e2f8c5b336627a7f3bc2f428",
|
|
392
|
+
"gitTags": "",
|
|
393
|
+
"committerDate": "2019-06-10 15:24:32 +0100",
|
|
394
|
+
"isTagged": true,
|
|
395
|
+
"tag": "@pie-lib/math-rendering@1.3.0"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "chore",
|
|
399
|
+
"scope": "merge",
|
|
400
|
+
"subject": "merged master into this branch",
|
|
401
|
+
"merge": null,
|
|
402
|
+
"header": "chore(merge): merged master into this branch",
|
|
403
|
+
"body": null,
|
|
404
|
+
"footer": null,
|
|
405
|
+
"notes": [],
|
|
406
|
+
"hash": "e7758d577c82c0f39a5bf44556792517cd1ea6b0",
|
|
407
|
+
"gitTags": "",
|
|
408
|
+
"committerDate": "2019-07-02 11:29:52 -0400",
|
|
409
|
+
"isTagged": true,
|
|
410
|
+
"tag": "@pie-lib/math-rendering@1.3.2"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"type": "fix",
|
|
414
|
+
"scope": "renderMath",
|
|
415
|
+
"subject": "fixed the math rendering all over the app [ch3365], and [ch1915]",
|
|
416
|
+
"merge": null,
|
|
417
|
+
"header": "fix(renderMath): fixed the math rendering all over the app [ch3365], and [ch1915]",
|
|
418
|
+
"body": null,
|
|
419
|
+
"footer": null,
|
|
420
|
+
"notes": [],
|
|
421
|
+
"hash": "2b0df915808db7e38852adc4b718398fcac5e910",
|
|
422
|
+
"gitTags": "",
|
|
423
|
+
"committerDate": "2019-08-16 17:44:00 +0300",
|
|
424
|
+
"isTagged": true,
|
|
425
|
+
"tag": "@pie-lib/math-rendering@1.3.5"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"type": "fix",
|
|
429
|
+
"scope": "renderMath",
|
|
430
|
+
"subject": "added an if for elements that already have math rendered [ch3365], and [ch1915]",
|
|
431
|
+
"merge": null,
|
|
432
|
+
"header": "fix(renderMath): added an if for elements that already have math rendered [ch3365], and [ch1915]",
|
|
433
|
+
"body": null,
|
|
434
|
+
"footer": null,
|
|
435
|
+
"notes": [],
|
|
436
|
+
"hash": "3189a69475f599765be6af66582a44880444e8c6",
|
|
437
|
+
"gitTags": "",
|
|
438
|
+
"committerDate": "2019-08-16 20:48:24 +0300",
|
|
439
|
+
"isTagged": true,
|
|
440
|
+
"tag": "@pie-lib/math-rendering@1.3.6"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"type": "feat",
|
|
444
|
+
"scope": null,
|
|
445
|
+
"subject": "upgrade to mathax-full@^3.0.0",
|
|
446
|
+
"merge": null,
|
|
447
|
+
"header": "feat: upgrade to mathax-full@^3.0.0",
|
|
448
|
+
"body": null,
|
|
449
|
+
"footer": null,
|
|
450
|
+
"notes": [],
|
|
451
|
+
"hash": "994998d72770fadf7d88a92968dbe6ae4a152668",
|
|
452
|
+
"gitTags": "",
|
|
453
|
+
"committerDate": "2019-12-12 13:25:20 +0000",
|
|
454
|
+
"isTagged": true,
|
|
455
|
+
"tag": "@pie-lib/math-rendering@1.4.0"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"type": "fix",
|
|
459
|
+
"scope": null,
|
|
460
|
+
"subject": "bump version to avoid conflict",
|
|
461
|
+
"merge": null,
|
|
462
|
+
"header": "fix: bump version to avoid conflict",
|
|
463
|
+
"body": null,
|
|
464
|
+
"footer": null,
|
|
465
|
+
"notes": [],
|
|
466
|
+
"hash": "0910cf9d814113aae940cf9a7513f4bfc3f78063",
|
|
467
|
+
"gitTags": " (develop)",
|
|
468
|
+
"committerDate": "2019-12-13 09:25:00 +0000",
|
|
469
|
+
"isTagged": true,
|
|
470
|
+
"tag": "@pie-lib/math-rendering@2.0.2"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"type": "feat",
|
|
474
|
+
"scope": null,
|
|
475
|
+
"subject": "remove HtmlAndMath",
|
|
476
|
+
"merge": null,
|
|
477
|
+
"header": "feat: remove HtmlAndMath",
|
|
478
|
+
"body": null,
|
|
479
|
+
"footer": "BREAKING CHANGE: `HtmlAndMath` is now in `@pie-lib/render-ui`.",
|
|
480
|
+
"notes": [
|
|
481
|
+
{
|
|
482
|
+
"title": "BREAKING CHANGE",
|
|
483
|
+
"text": "`HtmlAndMath` is now in `@pie-lib/render-ui`."
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"hash": "34a3d8df05f68587e966da85381bd93194555fd2",
|
|
487
|
+
"gitTags": "",
|
|
488
|
+
"committerDate": "2019-12-12 21:08:04 +0000",
|
|
489
|
+
"isTagged": true,
|
|
490
|
+
"tag": "@pie-lib/math-rendering@2.0.0"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"type": "fix",
|
|
494
|
+
"scope": null,
|
|
495
|
+
"subject": "namespace global to pkg.name + major version",
|
|
496
|
+
"merge": null,
|
|
497
|
+
"header": "fix: namespace global to pkg.name + major version",
|
|
498
|
+
"body": null,
|
|
499
|
+
"footer": null,
|
|
500
|
+
"notes": [],
|
|
501
|
+
"hash": "0dc86501d1b18a136573763dc9b3f8eb7bcaba82",
|
|
502
|
+
"gitTags": "",
|
|
503
|
+
"committerDate": "2019-12-13 11:59:12 +0000",
|
|
504
|
+
"isTagged": true,
|
|
505
|
+
"tag": "@pie-lib/math-rendering@2.0.3"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"type": "feat",
|
|
509
|
+
"scope": "math",
|
|
510
|
+
"subject": "made sure there is only one instance of mathjax on the page [ch6048]",
|
|
511
|
+
"merge": null,
|
|
512
|
+
"header": "feat(math): made sure there is only one instance of mathjax on the page [ch6048]",
|
|
513
|
+
"body": null,
|
|
514
|
+
"footer": null,
|
|
515
|
+
"notes": [],
|
|
516
|
+
"hash": "b0c73956c740aca62c23f7c806a1642c9264f9f6",
|
|
517
|
+
"gitTags": "",
|
|
518
|
+
"committerDate": "2019-12-18 12:48:53 +0200",
|
|
519
|
+
"isTagged": true,
|
|
520
|
+
"tag": "@pie-lib/math-rendering@2.1.0"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"type": "fix",
|
|
524
|
+
"scope": null,
|
|
525
|
+
"subject": "add module",
|
|
526
|
+
"merge": null,
|
|
527
|
+
"header": "fix: add module",
|
|
528
|
+
"body": null,
|
|
529
|
+
"footer": null,
|
|
530
|
+
"notes": [],
|
|
531
|
+
"hash": "9e6db951b236e22838b9e4d5dea685fed27b407f",
|
|
532
|
+
"gitTags": "",
|
|
533
|
+
"committerDate": "2020-03-30 12:58:44 +0100",
|
|
534
|
+
"isTagged": true,
|
|
535
|
+
"tag": "@pie-lib/math-rendering@2.1.1"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"type": "fix",
|
|
539
|
+
"scope": null,
|
|
540
|
+
"subject": "use es import",
|
|
541
|
+
"merge": null,
|
|
542
|
+
"header": "fix: use es import",
|
|
543
|
+
"body": null,
|
|
544
|
+
"footer": null,
|
|
545
|
+
"notes": [],
|
|
546
|
+
"hash": "3debced2ca60a7d9c6417a45c2ff01ce28c832a0",
|
|
547
|
+
"gitTags": "",
|
|
548
|
+
"committerDate": "2020-03-31 11:09:46 +0100",
|
|
549
|
+
"isTagged": true,
|
|
550
|
+
"tag": "@pie-lib/math-rendering@2.1.8"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "fix",
|
|
554
|
+
"scope": null,
|
|
555
|
+
"subject": "tests",
|
|
556
|
+
"merge": null,
|
|
557
|
+
"header": "fix: tests",
|
|
558
|
+
"body": null,
|
|
559
|
+
"footer": null,
|
|
560
|
+
"notes": [],
|
|
561
|
+
"hash": "72b0dec6b424240aeea87f0602a03aae2a8271c1",
|
|
562
|
+
"gitTags": " (origin/feat/PD-519-mstack)",
|
|
563
|
+
"committerDate": "2020-09-18 11:10:37 +0100",
|
|
564
|
+
"isTagged": true,
|
|
565
|
+
"tag": "@pie-lib/math-rendering@2.2.0"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"type": "feat",
|
|
569
|
+
"scope": null,
|
|
570
|
+
"subject": "add basic mstack support to mathjax PD-519",
|
|
571
|
+
"merge": null,
|
|
572
|
+
"header": "feat: add basic mstack support to mathjax PD-519",
|
|
573
|
+
"body": "* add mml nodes to MmlFactory\n* add chtmlNodes to CHTML wrapper\n* generate basic mstack layout using `table`",
|
|
574
|
+
"footer": null,
|
|
575
|
+
"notes": [],
|
|
576
|
+
"hash": "60eb3d10f556dc7bb40c5b3616cd302a8a7af5a9",
|
|
577
|
+
"gitTags": "",
|
|
578
|
+
"committerDate": "2020-09-17 14:21:30 +0100",
|
|
579
|
+
"isTagged": true,
|
|
580
|
+
"tag": "@pie-lib/math-rendering@2.2.0"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "fix",
|
|
584
|
+
"scope": null,
|
|
585
|
+
"subject": "rm non-standard static prop",
|
|
586
|
+
"merge": null,
|
|
587
|
+
"header": "fix: rm non-standard static prop",
|
|
588
|
+
"body": null,
|
|
589
|
+
"footer": null,
|
|
590
|
+
"notes": [],
|
|
591
|
+
"hash": "6af197b7dc37efec5225ab9b624a49550da37477",
|
|
592
|
+
"gitTags": " (develop)",
|
|
593
|
+
"committerDate": "2020-10-19 20:50:15 +0100",
|
|
594
|
+
"isTagged": true,
|
|
595
|
+
"tag": "@pie-lib/math-rendering@2.2.1"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"type": "feat",
|
|
599
|
+
"scope": null,
|
|
600
|
+
"subject": "demo changes include for the issue PD-368",
|
|
601
|
+
"merge": null,
|
|
602
|
+
"header": "feat: demo changes include for the issue PD-368",
|
|
603
|
+
"body": null,
|
|
604
|
+
"footer": null,
|
|
605
|
+
"notes": [],
|
|
606
|
+
"hash": "c493d9f47365035b8831d666e4225b9995dfc593",
|
|
607
|
+
"gitTags": "",
|
|
608
|
+
"committerDate": "2021-01-20 18:41:56 +0530",
|
|
609
|
+
"isTagged": true,
|
|
610
|
+
"tag": "@pie-lib/math-rendering@2.3.0"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"type": "fix",
|
|
614
|
+
"scope": null,
|
|
615
|
+
"subject": "add lodash dependency",
|
|
616
|
+
"merge": null,
|
|
617
|
+
"header": "fix: add lodash dependency",
|
|
618
|
+
"body": null,
|
|
619
|
+
"footer": null,
|
|
620
|
+
"notes": [],
|
|
621
|
+
"hash": "de2227f0989b9e3db5e6b7c65d9f50d20b2d62e8",
|
|
622
|
+
"gitTags": "",
|
|
623
|
+
"committerDate": "2021-01-28 10:33:05 +0000",
|
|
624
|
+
"isTagged": true,
|
|
625
|
+
"tag": "@pie-lib/math-rendering@2.3.1"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"type": "fix",
|
|
629
|
+
"scope": "math-rendering",
|
|
630
|
+
"subject": "linebreak rendering fixed for mathquill custom elements - PD-787",
|
|
631
|
+
"merge": null,
|
|
632
|
+
"header": "fix(math-rendering): linebreak rendering fixed for mathquill custom elements - PD-787",
|
|
633
|
+
"body": null,
|
|
634
|
+
"footer": null,
|
|
635
|
+
"notes": [],
|
|
636
|
+
"hash": "5216f6abf93385c58b0c35a34c0ad4145f5a8fbf",
|
|
637
|
+
"gitTags": "",
|
|
638
|
+
"committerDate": "2021-02-22 09:01:40 +0200",
|
|
639
|
+
"isTagged": true,
|
|
640
|
+
"tag": "@pie-lib/math-rendering@2.3.5"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"type": "fix",
|
|
644
|
+
"scope": "math-rendering",
|
|
645
|
+
"subject": "fix symbols in math markup that trigger undefined control sequence error PD-1267, PD-368, PD-1173",
|
|
646
|
+
"merge": null,
|
|
647
|
+
"header": "fix(math-rendering): fix symbols in math markup that trigger undefined control sequence error PD-1267, PD-368, PD-1173",
|
|
648
|
+
"body": null,
|
|
649
|
+
"footer": null,
|
|
650
|
+
"notes": [],
|
|
651
|
+
"hash": "a7d9934bea5d0305daa6d75820c007d1e76f3fbb",
|
|
652
|
+
"gitTags": "",
|
|
653
|
+
"committerDate": "2021-08-17 10:59:50 +0300",
|
|
654
|
+
"isTagged": true,
|
|
655
|
+
"tag": "@pie-lib/math-rendering@2.3.9"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "fix",
|
|
659
|
+
"scope": null,
|
|
660
|
+
"subject": "wip",
|
|
661
|
+
"merge": null,
|
|
662
|
+
"header": "fix: wip",
|
|
663
|
+
"body": null,
|
|
664
|
+
"footer": null,
|
|
665
|
+
"notes": [],
|
|
666
|
+
"hash": "fe4316df075edfc2c0565641b58c4ca453057651",
|
|
667
|
+
"gitTags": " (origin/fix/fix-math-module)",
|
|
668
|
+
"committerDate": "2021-09-06 13:29:44 +0100",
|
|
669
|
+
"isTagged": true,
|
|
670
|
+
"tag": "@pie-lib/math-rendering@2.3.10"
|
|
671
|
+
}
|
|
672
|
+
]
|