@pie-element/passage 7.1.2-next.1 → 7.1.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.json +227 -0
- package/CHANGELOG.md +1463 -0
- package/LICENSE.md +5 -0
- package/README.md +3 -0
- package/configure/CHANGELOG.md +682 -0
- package/configure/lib/common.js +74 -0
- package/configure/lib/common.js.map +1 -0
- package/configure/lib/defaults.js +174 -0
- package/configure/lib/defaults.js.map +1 -0
- package/configure/lib/design.js +185 -0
- package/configure/lib/design.js.map +1 -0
- package/configure/lib/index.js +86 -0
- package/configure/lib/index.js.map +1 -0
- package/configure/lib/passage.js +194 -0
- package/configure/lib/passage.js.map +1 -0
- package/configure/package.json +23 -0
- package/controller/CHANGELOG.json +1 -0
- package/controller/CHANGELOG.md +113 -0
- package/controller/lib/defaults.js +23 -0
- package/controller/lib/defaults.js.map +1 -0
- package/controller/lib/index.js +80 -0
- package/controller/lib/index.js.map +1 -0
- package/controller/package.json +13 -0
- package/docs/config-schema.json +1325 -0
- package/docs/config-schema.json.md +974 -0
- package/docs/demo/config.js +8 -0
- package/docs/demo/generate.js +32 -0
- package/docs/demo/index.html +1 -0
- package/docs/pie-schema.json +775 -0
- package/docs/pie-schema.json.md +561 -0
- package/lib/index.js +143 -0
- package/lib/index.js.map +1 -0
- package/lib/print.js +78 -0
- package/lib/print.js.map +1 -0
- package/lib/stimulus-tabs.js +323 -0
- package/lib/stimulus-tabs.js.map +1 -0
- package/module/configure.js +1 -0
- package/module/controller.js +920 -0
- package/module/demo.js +57 -0
- package/module/element.js +1 -0
- package/module/index.html +21 -0
- package/module/manifest.json +10 -0
- package/module/print-demo.js +95 -0
- package/module/print.html +18 -0
- package/module/print.js +1 -0
- package/package.json +19 -87
- package/configure.js +0 -2
- package/controller.js +0 -1
- package/dist/author/common.d.ts +0 -36
- package/dist/author/common.js +0 -56
- package/dist/author/defaults.d.ts +0 -175
- package/dist/author/defaults.js +0 -113
- package/dist/author/design.d.ts +0 -28
- package/dist/author/design.js +0 -120
- package/dist/author/index.d.ts +0 -36
- package/dist/author/index.js +0 -66
- package/dist/author/passage.d.ts +0 -27
- package/dist/author/passage.js +0 -127
- package/dist/browser/author/index.js +0 -38785
- package/dist/browser/author/index.js.map +0 -1
- package/dist/browser/controller/index.js +0 -64
- package/dist/browser/controller/index.js.map +0 -1
- package/dist/browser/delivery/index.js +0 -117
- package/dist/browser/delivery/index.js.map +0 -1
- package/dist/browser/dist-BC24ne2o.js +0 -88
- package/dist/browser/dist-BC24ne2o.js.map +0 -1
- package/dist/browser/dist-C_PfhNd9.js +0 -9611
- package/dist/browser/dist-C_PfhNd9.js.map +0 -1
- package/dist/browser/passage.css +0 -2
- package/dist/browser/print/index.js +0 -48
- package/dist/browser/print/index.js.map +0 -1
- package/dist/browser/stimulus-tabs-CMox8txJ.js +0 -218
- package/dist/browser/stimulus-tabs-CMox8txJ.js.map +0 -1
- package/dist/controller/defaults.d.ts +0 -23
- package/dist/controller/defaults.js +0 -17
- package/dist/controller/index.d.ts +0 -18
- package/dist/controller/index.js +0 -50
- package/dist/delivery/index.d.ts +0 -22
- package/dist/delivery/index.js +0 -83
- package/dist/delivery/stimulus-tabs.d.ts +0 -21
- package/dist/delivery/stimulus-tabs.js +0 -220
- package/dist/index.d.ts +0 -1
- package/dist/index.iife.d.ts +0 -8
- package/dist/index.iife.js +0 -145
- package/dist/index.js +0 -2
- package/dist/print/index.d.ts +0 -15
- package/dist/print/index.js +0 -47
- package/dist/runtime-support.d.ts +0 -12
- package/dist/runtime-support.js +0 -12
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "feat",
|
|
4
|
+
"scope": null,
|
|
5
|
+
"subject": "minimal passage rendering pie (no authoring) (#185)",
|
|
6
|
+
"merge": null,
|
|
7
|
+
"header": "feat: minimal passage rendering pie (no authoring) (#185)",
|
|
8
|
+
"body": "* feat: minimal passage rendering pie (no authoring)\n\n* bump pie-ui version",
|
|
9
|
+
"footer": null,
|
|
10
|
+
"notes": [],
|
|
11
|
+
"hash": "87e5c4a72721ea75b27646fcba8af1e3ae0ef2f4",
|
|
12
|
+
"gitTags": "",
|
|
13
|
+
"committerDate": "2019-04-26 15:14:00 -0400",
|
|
14
|
+
"isTagged": true,
|
|
15
|
+
"tag": "@pie-element/passage@1.1.0"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "fix",
|
|
19
|
+
"scope": null,
|
|
20
|
+
"subject": "doc name",
|
|
21
|
+
"merge": null,
|
|
22
|
+
"header": "fix: doc name",
|
|
23
|
+
"body": null,
|
|
24
|
+
"footer": null,
|
|
25
|
+
"notes": [],
|
|
26
|
+
"hash": "40ee7d51b70993aa7df25470c5f5669ee2424efb",
|
|
27
|
+
"gitTags": " (develop)",
|
|
28
|
+
"committerDate": "2019-05-13 15:27:21 +0100",
|
|
29
|
+
"isTagged": true,
|
|
30
|
+
"tag": "@pie-element/passage@1.2.0"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "feat",
|
|
34
|
+
"scope": null,
|
|
35
|
+
"subject": "support paired passages (#216)",
|
|
36
|
+
"merge": null,
|
|
37
|
+
"header": "feat: support paired passages (#216)",
|
|
38
|
+
"body": null,
|
|
39
|
+
"footer": null,
|
|
40
|
+
"notes": [],
|
|
41
|
+
"hash": "c036a92902e4c6b5ee59d4db6cf0e343b47f0b18",
|
|
42
|
+
"gitTags": "",
|
|
43
|
+
"committerDate": "2019-05-13 09:57:42 -0400",
|
|
44
|
+
"isTagged": true,
|
|
45
|
+
"tag": "@pie-element/passage@1.2.0"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "chore",
|
|
49
|
+
"scope": "latest-version",
|
|
50
|
+
"subject": "pushing to release",
|
|
51
|
+
"merge": null,
|
|
52
|
+
"header": "chore(latest-version): pushing to release",
|
|
53
|
+
"body": null,
|
|
54
|
+
"footer": null,
|
|
55
|
+
"notes": [],
|
|
56
|
+
"hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
|
|
57
|
+
"gitTags": " (develop)",
|
|
58
|
+
"committerDate": "2019-06-06 01:31:17 +0300",
|
|
59
|
+
"isTagged": true,
|
|
60
|
+
"tag": "@pie-element/passage@1.2.6"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "chore",
|
|
64
|
+
"scope": "version",
|
|
65
|
+
"subject": "bumped the versions",
|
|
66
|
+
"merge": null,
|
|
67
|
+
"header": "chore(version): bumped the versions",
|
|
68
|
+
"body": null,
|
|
69
|
+
"footer": null,
|
|
70
|
+
"notes": [],
|
|
71
|
+
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
72
|
+
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
73
|
+
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
74
|
+
"isTagged": true,
|
|
75
|
+
"tag": "@pie-element/passage@1.2.6"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "chore",
|
|
79
|
+
"scope": "version",
|
|
80
|
+
"subject": "bumped the versions",
|
|
81
|
+
"merge": null,
|
|
82
|
+
"header": "chore(version): bumped the versions",
|
|
83
|
+
"body": null,
|
|
84
|
+
"footer": null,
|
|
85
|
+
"notes": [],
|
|
86
|
+
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
87
|
+
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
88
|
+
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
89
|
+
"isTagged": true,
|
|
90
|
+
"tag": "@pie-element/passage@1.2.6"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "chore",
|
|
94
|
+
"scope": "merge",
|
|
95
|
+
"subject": "merged develop into master",
|
|
96
|
+
"merge": null,
|
|
97
|
+
"header": "chore(merge): merged develop into master",
|
|
98
|
+
"body": null,
|
|
99
|
+
"footer": null,
|
|
100
|
+
"notes": [],
|
|
101
|
+
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
102
|
+
"gitTags": " (develop)",
|
|
103
|
+
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
104
|
+
"isTagged": true,
|
|
105
|
+
"tag": "@pie-element/passage@1.2.8"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "fix",
|
|
109
|
+
"scope": "rendering",
|
|
110
|
+
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
111
|
+
"merge": null,
|
|
112
|
+
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
113
|
+
"body": null,
|
|
114
|
+
"footer": null,
|
|
115
|
+
"notes": [],
|
|
116
|
+
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
117
|
+
"gitTags": "",
|
|
118
|
+
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
119
|
+
"isTagged": true,
|
|
120
|
+
"tag": "@pie-element/passage@1.2.11"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "fix",
|
|
124
|
+
"scope": null,
|
|
125
|
+
"subject": "update passage@^1.3.0",
|
|
126
|
+
"merge": null,
|
|
127
|
+
"header": "fix: update passage@^1.3.0",
|
|
128
|
+
"body": null,
|
|
129
|
+
"footer": null,
|
|
130
|
+
"notes": [],
|
|
131
|
+
"hash": "c6baa50abf7e00c92034686990041f38be422eee",
|
|
132
|
+
"gitTags": " (origin/andreea/ch6219/in-dna-ot-when-a-pair-of-passages-for-an-2)",
|
|
133
|
+
"committerDate": "2020-02-03 09:33:01 +0000",
|
|
134
|
+
"isTagged": true,
|
|
135
|
+
"tag": "@pie-element/passage@1.2.13"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"type": "fix",
|
|
139
|
+
"scope": null,
|
|
140
|
+
"subject": "ch6126: updated version",
|
|
141
|
+
"merge": null,
|
|
142
|
+
"header": "fix: ch6126: updated version",
|
|
143
|
+
"body": null,
|
|
144
|
+
"footer": null,
|
|
145
|
+
"notes": [],
|
|
146
|
+
"hash": "4d11b59d538c33bf2737e8ddd6131ee4e3da35b1",
|
|
147
|
+
"gitTags": "",
|
|
148
|
+
"committerDate": "2020-03-18 12:52:54 +0200",
|
|
149
|
+
"isTagged": true,
|
|
150
|
+
"tag": "@pie-element/passage@1.3.0"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "fix",
|
|
154
|
+
"scope": null,
|
|
155
|
+
"subject": "bump ui versions",
|
|
156
|
+
"merge": null,
|
|
157
|
+
"header": "fix: bump ui versions",
|
|
158
|
+
"body": null,
|
|
159
|
+
"footer": null,
|
|
160
|
+
"notes": [],
|
|
161
|
+
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
162
|
+
"gitTags": "",
|
|
163
|
+
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
164
|
+
"isTagged": true,
|
|
165
|
+
"tag": "@pie-element/passage@1.3.0"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "fix",
|
|
169
|
+
"scope": null,
|
|
170
|
+
"subject": "bump all packages to avoid tag conflict",
|
|
171
|
+
"merge": null,
|
|
172
|
+
"header": "fix: bump all packages to avoid tag conflict",
|
|
173
|
+
"body": null,
|
|
174
|
+
"footer": null,
|
|
175
|
+
"notes": [],
|
|
176
|
+
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
177
|
+
"gitTags": " (develop)",
|
|
178
|
+
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
179
|
+
"isTagged": true,
|
|
180
|
+
"tag": "@pie-element/passage@1.4.1"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "fix",
|
|
184
|
+
"scope": null,
|
|
185
|
+
"subject": "bump version to avoid tag conflict",
|
|
186
|
+
"merge": null,
|
|
187
|
+
"header": "fix: bump version to avoid tag conflict",
|
|
188
|
+
"body": null,
|
|
189
|
+
"footer": null,
|
|
190
|
+
"notes": [],
|
|
191
|
+
"hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
|
|
192
|
+
"gitTags": "",
|
|
193
|
+
"committerDate": "2020-04-10 17:39:16 +0100",
|
|
194
|
+
"isTagged": true,
|
|
195
|
+
"tag": "@pie-element/passage@1.4.1"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": "fix",
|
|
199
|
+
"scope": null,
|
|
200
|
+
"subject": "update ui/lib versions",
|
|
201
|
+
"merge": null,
|
|
202
|
+
"header": "fix: update ui/lib versions",
|
|
203
|
+
"body": null,
|
|
204
|
+
"footer": null,
|
|
205
|
+
"notes": [],
|
|
206
|
+
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
207
|
+
"gitTags": "",
|
|
208
|
+
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
209
|
+
"isTagged": true,
|
|
210
|
+
"tag": "@pie-element/passage@1.4.3"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"type": "fix",
|
|
214
|
+
"scope": null,
|
|
215
|
+
"subject": "ui+libs update",
|
|
216
|
+
"merge": null,
|
|
217
|
+
"header": "fix: ui+libs update",
|
|
218
|
+
"body": null,
|
|
219
|
+
"footer": null,
|
|
220
|
+
"notes": [],
|
|
221
|
+
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
222
|
+
"gitTags": "",
|
|
223
|
+
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
224
|
+
"isTagged": true,
|
|
225
|
+
"tag": "@pie-element/passage@1.4.3"
|
|
226
|
+
}
|
|
227
|
+
]
|