UNPKG

2.98 kBMarkdownView Raw
1This changelog is for the fork, not the [original mume library](https://github.com/shd101wyy/mume/).
2
3## 0.27.0
4
5- Sync fork with the upstream `mume` library
6- Upgrade vega to 5.14.0 and vega-embed to 6.11.1, fix CDN vega versions
7
8## 0.26.0
9
10- Upgrade vega-lite to 4.14.1 and vega-embed to 6.10.0
11
12## 0.25.0
13
14- Upgrade vega to 5.13.0, vega-lite to 4.13.1 and vega-embed to 6.9.0
15
16## 0.24.0
17
18- Bump vega to 5.10.1, vega-lite to 4.10.2 and vega-embed to 6.5.2
19
20## 0.23.0
21
22- Upgrade vega-lite to 4.8.1 and vega-embed to 6.5.1
23
24## 0.22.0
25
26- Upgrade vega to 5.10.0, vega-lite to 4.5.1, vega-embed to 6.3.2 and apache-arrow to 0.16.0
27
28## 0.21.0
29
30- Upgrade vega-lite to 4.3.1
31
32## 0.20.0
33
34- Upgrade vega to 5.9.1, vega-lite to 4.1.1 and vega-embed to 6.2.2
35
36## 0.19.0
37
38- Upgrade vega-lite to 4.0.0-beta.11, fix outdated vega versions in CDN links (affects interactive mode only)
39
40## 0.18.0
41
42- Update apache-arrow to 0.15.0, vega to 5.7.3, vega-lite to 4.0.0-beta.10 and vega-embed to 6.0.0
43- Merge from upstream (0.4.7)
44
45## 0.17.0
46
47- Upgrade vega to 5.7.0, vega-lite to 4.0.0-beta.8, vega-embed to 5.1.3 and vega-loader-arrow to 0.14.1
48
49## 0.16.0
50
51- Sync with upstream package to resolve various issues in the latest versions of editors (<https://github.com/gicentre/mume-with-litvis/pull/1)>
52
53## 0.15.0
54
55- Upgrade vega to 5.4.0 and vega-embed to 4.2.0
56- Support apache-arrow files in vega specs (<https://github.com/gicentre/litvis/issues/31)>
57- Fix incorrect parsing of keys in elm string representation (<https://github.com/gicentre/litvis/issues/29#issuecomment-496008915)>
58
59## 0.14.4
60
61- Upgrade vega to 5.3.5 and vega-lite to 3.2.1
62- \[elm-string-representation] Allow any strings in keys except `" = "`
63
64## 0.14.3
65
66- Upgrade vega to 5.3.2, vega-lite to 3.0.2 and vega-embed to 4.0.0
67- Use JSDelivr as lib CDN instead of CloudFlare
68
69## 0.14.2
70
71- Downgrade vega from 5.3.0 to 5.1.0 to avoid `Error: Cycle detected in dataflow graph`
72
73## 0.14.1
74
75- Fix a number of regressions in Elm output parsing and URL fetching
76- Improve error handling in a couple of edge cases
77- Upgrade vega to 5.3.0
78
79## 0.14.0
80
81- Upgrade vega to 5.0.0, vega-lite to 3.0.0-rc14 and vega-embed to 4.0.0-rc1s
82
83## 0.13.0
84
85- Add ability to highlight lines of code ([gicentre/litvis#9](https://github.com/gicentre/litvis/issues/9), [shd101wyy/mume#100](https://github.com/shd101wyy/mume/pull/100), [5074ca39](https://github.com/gicentre/mume-with-litvis/commit/5074ca39a24ff86ef8ddc63c35f33b212e2da984))
86
87## 0.12.0
88
89- Upgrade litvis-integration-mume (fix a few bugs)
90- Upgrade vega to 4.4.0, vega-lite to 3.0.0-rc10 and vega-embed to 3.26.1
91
92## 0.11.0
93
94- Implement markdown output from litvis blocks ([gicentre/litvis#10](https://github.com/gicentre/litvis/pull/10))
95
96## 0.6.0
97
98- Improve parsing of narrative schemas, support label aliases and fix rules.
99
100## 0.5.0
101
102- Upgrade `vega` to `3.3.1`, `vega-lite` to `2.4.0` and `vega-embed` to `3.7.2` ([shd101wyy/mume#65](https://github.com/shd101wyy/mume/pull/65)).