UNPKG

8.31 kBMarkdownView Raw
1# Next
2
3Git diff:
4* https://github.com/readium/r2-testapp-js/compare/v1.0.7...develop
5
6Changes:
7* TODO
8
9# 1.0.7
10
11> Build environment: NodeJS `10.15.3`, NPM `6.9.0`
12
13Changes:
14* NPM updates
15* Electron v3 (to match readium-desktop / Thorium app)
16
17Git revision info:
18* https://unpkg.com/r2-testapp-js@1.0.7/dist/gitrev.json
19* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.7/dist/gitrev.json
20
21Git commit history:
22* https://github.com/readium/r2-testapp-js/commits/v1.0.7
23
24Git diff:
25* https://github.com/readium/r2-testapp-js/compare/v1.0.6...v1.0.7
26
27# 1.0.6
28
29> Build environment: NodeJS `8.15.1`, NPM `6.4.1`
30
31Changes:
32* NPM updates (including transition to v1 of Google's own MaterialDesign UI lib, components for the web)
33* Many small UI improvements and fixes
34
35Git revision info:
36* https://unpkg.com/r2-testapp-js@1.0.6/dist/gitrev.json
37* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.6/dist/gitrev.json
38
39Git commit history:
40* https://github.com/readium/r2-testapp-js/commits/v1.0.6
41
42Git diff:
43* https://github.com/readium/r2-testapp-js/compare/v1.0.5...v1.0.6
44
45# 1.0.5
46
47> Build environment: NodeJS `8.14.1`, NPM `6.4.1`
48
49Changes:
50* NPM updates
51* Switched to more up-to-date variant of material-design-icons
52* Now checks ReadiumWebPubManifest type using HTTP HEAD request and content-type header
53* Enable direct support for remote publications, including LCP (in which case proxy through streamer to handle decryption)
54* Added basic test UI for TTS read aloud
55* Added switch for popup footnotes (user preference)
56* Mouse wheel can be used on left/right navigation arrows to turn pages
57* Fixed URL concatenation issue (links with relative hrefs, TOC, etc.)
58
59Git revision info:
60* https://unpkg.com/r2-testapp-js@1.0.5/dist/gitrev.json
61* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.5/dist/gitrev.json
62
63Git commit history:
64* https://github.com/readium/r2-testapp-js/commits/v1.0.5
65
66Git diff:
67* https://github.com/readium/r2-testapp-js/compare/v1.0.4...v1.0.5
68
69# 1.0.4
70
71> Build environment: NodeJS `8.14.1`, NPM `6.4.1`
72
73Changes:
74* Updated documentation (minor)
75* NPM 6.5.* has regression bugs for global package installs, so revert back to NPM 6.4.1 (which is officially shipped with the NodeJS installer).
76
77Git revision info:
78* https://unpkg.com/r2-testapp-js@1.0.4/dist/gitrev.json
79* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.4/dist/gitrev.json
80
81Git commit history:
82* https://github.com/readium/r2-testapp-js/commits/v1.0.4
83
84Git diff:
85* https://github.com/readium/r2-testapp-js/compare/v1.0.3...v1.0.4
86
87# 1.0.3
88
89> Build environment: NodeJS `8.14.0`, NPM `6.5.0`
90
91Changes:
92* NPM updates
93* Fixed LCP/LSD device ID manager store
94* Minor API adaptations to match latest `r2-xxx-js` packages
95
96Git revision info:
97* https://unpkg.com/r2-testapp-js@1.0.3/dist/gitrev.json
98* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.3/dist/gitrev.json
99
100Git commit history:
101* https://github.com/readium/r2-testapp-js/commits/v1.0.3
102
103Git diff:
104* https://github.com/readium/r2-testapp-js/compare/v1.0.2...v1.0.3
105
106# 1.0.2
107
108> Build environment: NodeJS `8.14.0`, NPM `6.5.0`
109
110Changes:
111* NPM updates (`r2-xxx-js`)
112* Support for remote HTTP manifest.json publications
113* Includes a fix for nasty base64 encoding edge case with slash characters in URLs
114
115Git revision info:
116* https://unpkg.com/r2-testapp-js@1.0.2/dist/gitrev.json
117* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.2/dist/gitrev.json
118
119Git commit history:
120* https://github.com/readium/r2-testapp-js/commits/v1.0.2
121
122Git diff:
123* https://github.com/readium/r2-testapp-js/compare/v1.0.1...v1.0.2
124
125# 1.0.1
126
127> Build environment: NodeJS `8.14.0`, NPM `6.5.0`
128
129Changes:
130* NPM updates (`r2-xxx-js` packages)
131* Replaced deprecated RawGit URLs
132* Removed unnecessary TypeScript import aliases
133* Improved ReadiumCSS integration (updated API with defaults and all params, and streamer-based injection)
134* Experimental support for direct loading of remote/local ReadiumWebPubManifest JSON, with LCP support (will migrate to core fetcher/zip when further tested)
135
136Git revision info:
137* https://unpkg.com/r2-testapp-js@1.0.1/dist/gitrev.json
138* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.1/dist/gitrev.json
139
140Git commit history:
141* https://github.com/readium/r2-testapp-js/commits/v1.0.1
142
143Git diff:
144* https://github.com/readium/r2-testapp-js/compare/v1.0.0...v1.0.1
145
146# 1.0.0
147
148> Build environment: NodeJS `8.14.0`, NPM `6.5.0`
149
150Changes:
151* Fixed broken font menu
152* Removed loader / hide-panel so we can test/observe the ReadiumCSS layout pass (currently not injected at streamer level)
153* Alignment with underlying packages, notably ReadiumCSS and Locator APIs
154* NPM updates (minor)
155* ReadiumCSS updated to latest (minor)
156* Git revision JSON info now includes NodeJS and NPM version (build environment)
157
158Git revision info:
159* https://unpkg.com/r2-testapp-js@1.0.0/dist/gitrev.json
160* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0/dist/gitrev.json
161
162Git commit history:
163* https://github.com/readium/r2-testapp-js/commits/v1.0.0
164
165Git diff:
166* https://github.com/readium/r2-testapp-js/compare/v1.0.0-alpha.7...v1.0.0
167
168# 1.0.0-alpha.7
169
170> Build environment: NodeJS `8.12.0`, NPM `6.4.1`
171
172Changes:
173* NPM updates (minor)
174* Git revision JSON info now includes NodeJS and NPM version (build environment)
175
176Git revision info:
177* https://unpkg.com/r2-testapp-js@1.0.0-alpha.7/dist/gitrev.json
178* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0-alpha.7/dist/gitrev.json
179
180Git commit history:
181* https://github.com/readium/r2-testapp-js/commits/v1.0.0-alpha.7
182
183Git diff:
184* https://github.com/readium/r2-testapp-js/compare/v1.0.0-alpha.6...v1.0.0-alpha.7
185
186# 1.0.0-alpha.6
187
188Changes:
189* Dependency "ta-json" GitHub semver dependency becomes "ta-json-x" NPM package (fixes https://github.com/readium/r2-testapp-js/issues/10 )
190* Removed TypeScript linter warning message (checks for no unused variables)
191* NPM updates related to the Node TypeScript typings
192
193Git revision info:
194* https://unpkg.com/r2-testapp-js@1.0.0-alpha.6/dist/gitrev.json
195* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0-alpha.6/dist/gitrev.json
196
197Git commit history:
198* https://github.com/readium/r2-testapp-js/commits/v1.0.0-alpha.6
199
200Git diff:
201* https://github.com/readium/r2-testapp-js/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
202
203# 1.0.0-alpha.5
204
205Changes:
206* NPM update r2-navigator-js (fixes console redirect)
207
208Git revision info:
209* https://unpkg.com/r2-testapp-js@1.0.0-alpha.5/dist/gitrev.json
210* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0-alpha.5/dist/gitrev.json
211
212Git commit history:
213* https://github.com/readium/r2-testapp-js/commits/v1.0.0-alpha.5
214
215Git diff:
216* https://github.com/readium/r2-testapp-js/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
217
218# 1.0.0-alpha.4
219
220Changes:
221* NPM updates (external dependencies)
222
223Git revision info:
224* https://unpkg.com/r2-testapp-js@1.0.0-alpha.4/dist/gitrev.json
225* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0-alpha.4/dist/gitrev.json
226
227Git commit history:
228* https://github.com/readium/r2-testapp-js/commits/v1.0.0-alpha.4
229
230Git diff:
231* https://github.com/readium/r2-testapp-js/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
232
233# 1.0.0-alpha.3
234
235Changes:
236* correct version in `package-lock.json`
237
238Git revision info:
239* https://unpkg.com/r2-testapp-js@1.0.0-alpha.3/dist/gitrev.json
240* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0-alpha.3/dist/gitrev.json
241
242Git commit history:
243* https://github.com/readium/r2-testapp-js/commits/v1.0.0-alpha.3
244
245Git diff:
246* https://github.com/readium/r2-testapp-js/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
247
248# 1.0.0-alpha.2
249
250Changes (NPM updates):
251* `@types/node`
252* `@types/uuid`
253* `r2-xxx-js`
254
255Git revision info:
256* https://unpkg.com/r2-testapp-js@1.0.0-alpha.2/dist/gitrev.json
257* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0-alpha.2/dist/gitrev.json
258
259Git commit history:
260* https://github.com/readium/r2-testapp-js/commits/v1.0.0-alpha.2
261
262Git diff:
263* https://github.com/readium/r2-testapp-js/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
264
265# 1.0.0-alpha.1
266
267Changes:
268* initial NPM publish
269
270Git revision info:
271* https://unpkg.com/r2-testapp-js@1.0.0-alpha.1/dist/gitrev.json
272* https://github.com/edrlab/r2-testapp-js-dist/blob/v1.0.0-alpha.1/dist/gitrev.json
273
274Git commit history:
275* https://github.com/readium/r2-testapp-js/commits/v1.0.0-alpha.1
276
277Git diff:
278* initial NPM publish