UNPKG

16 kBMarkdownView Raw
1# Change Log
2
3## [Unreleased](https://github.com/knsv/mermaid/tree/HEAD)
4
5[Full Changelog](https://github.com/knsv/mermaid/compare/0.4.0...HEAD)
6
7**Implemented enhancements:**
8
9- Add a css file, mermaid.css, with default styling [\#122](https://github.com/knsv/mermaid/issues/122)
10
11**Closed issues:**
12
13- Some examples not displayed on Firefox 36.0.1 [\#138](https://github.com/knsv/mermaid/issues/138)
14
15- inoperable in an AMD/requirejs environment: IPython Notebook [\#127](https://github.com/knsv/mermaid/issues/127)
16
17- Add capability for gantt diagrams [\#118](https://github.com/knsv/mermaid/issues/118)
18
19- lower case v causes error in the parser [\#108](https://github.com/knsv/mermaid/issues/108)
20
21- Label's css conflict with boostrap's .label [\#67](https://github.com/knsv/mermaid/issues/67)
22
23**Merged pull requests:**
24
25- Adding init argument to the global API [\#137](https://github.com/knsv/mermaid/pull/137) ([bollwyvl](https://github.com/bollwyvl))
26
27- Add description of manual calling of init [\#136](https://github.com/knsv/mermaid/pull/136) ([bollwyvl](https://github.com/bollwyvl))
28
29- Allow other forms of node selection for init\(\) [\#135](https://github.com/knsv/mermaid/pull/135) ([bollwyvl](https://github.com/bollwyvl))
30
31- Use a library-level variable for assigning ids [\#134](https://github.com/knsv/mermaid/pull/134) ([bollwyvl](https://github.com/bollwyvl))
32
33## [0.4.0](https://github.com/knsv/mermaid/tree/0.4.0) (2015-03-01)
34
35[Full Changelog](https://github.com/knsv/mermaid/compare/0.3.5...0.4.0)
36
37**Implemented enhancements:**
38
39- Assymetric shapes not documented [\#82](https://github.com/knsv/mermaid/issues/82)
40
41- Improve arrows [\#3](https://github.com/knsv/mermaid/issues/3)
42
43**Fixed bugs:**
44
45- NoModificationAllowedError [\#23](https://github.com/knsv/mermaid/issues/23)
46
47**Closed issues:**
48
49- subgraph background is black in rendered flowchart PNG via CLI [\#121](https://github.com/knsv/mermaid/issues/121)
50
51- Integrate editor at https://github.com/naseer/mermaid-webapp [\#110](https://github.com/knsv/mermaid/issues/110)
52
53- Internet Explorer Support [\#99](https://github.com/knsv/mermaid/issues/99)
54
55## [0.3.5](https://github.com/knsv/mermaid/tree/0.3.5) (2015-02-15)
56
57[Full Changelog](https://github.com/knsv/mermaid/compare/0.3.4...0.3.5)
58
59## [0.3.4](https://github.com/knsv/mermaid/tree/0.3.4) (2015-02-15)
60
61[Full Changelog](https://github.com/knsv/mermaid/compare/0.3.3...0.3.4)
62
63**Implemented enhancements:**
64
65- Apply styling from css when using the CLI utility [\#85](https://github.com/knsv/mermaid/issues/85)
66
67- Generated SVG works poorly outside web browsers [\#58](https://github.com/knsv/mermaid/issues/58)
68
69- Generating SVG text blob for use in Node [\#2](https://github.com/knsv/mermaid/issues/2)
70
71**Closed issues:**
72
73- Subgraph syntax bug? [\#120](https://github.com/knsv/mermaid/issues/120)
74
75- Live editor [\#115](https://github.com/knsv/mermaid/issues/115)
76
77- Error in "Basic Syntax" wiki page [\#113](https://github.com/knsv/mermaid/issues/113)
78
79- semicolons, anyone? [\#111](https://github.com/knsv/mermaid/issues/111)
80
81- undefined `sequenceConfig` fails [\#109](https://github.com/knsv/mermaid/issues/109)
82
83- Sequence Diagrams: Show Actors below as well [\#106](https://github.com/knsv/mermaid/issues/106)
84
85- Allow overriding sequence diagram configuration \(SVG properties\) [\#103](https://github.com/knsv/mermaid/issues/103)
86
87- Error when rendering A-- This is the text -- B [\#102](https://github.com/knsv/mermaid/issues/102)
88
89- Clipping in documentation [\#97](https://github.com/knsv/mermaid/issues/97)
90
91- isolate class styling to the svg container [\#92](https://github.com/knsv/mermaid/issues/92)
92
93- Make the new graph declaration more visual [\#40](https://github.com/knsv/mermaid/issues/40)
94
95**Merged pull requests:**
96
97- Add live editor [\#119](https://github.com/knsv/mermaid/pull/119) ([naseer](https://github.com/naseer))
98
99- Adds CSS option to the CLI [\#116](https://github.com/knsv/mermaid/pull/116) ([fardog](https://github.com/fardog))
100
101- Update flowchart.md in response Issue \#113 [\#114](https://github.com/knsv/mermaid/pull/114) ([vijay40](https://github.com/vijay40))
102
103- Ignore all files except the license and dist/ folder when installing with Bower. [\#112](https://github.com/knsv/mermaid/pull/112) ([jasonbellamy](https://github.com/jasonbellamy))
104
105## [0.3.3](https://github.com/knsv/mermaid/tree/0.3.3) (2015-01-25)
106
107[Full Changelog](https://github.com/knsv/mermaid/compare/0.3.2...0.3.3)
108
109**Implemented enhancements:**
110
111- Support for dotted links [\#26](https://github.com/knsv/mermaid/issues/26)
112
113**Closed issues:**
114
115- Missing arrows in sequence diagram [\#98](https://github.com/knsv/mermaid/issues/98)
116
117- Error with \>9 linkStyles [\#95](https://github.com/knsv/mermaid/issues/95)
118
119**Merged pull requests:**
120
121- Require d3 directly to better support Node usage [\#107](https://github.com/knsv/mermaid/pull/107) ([markdalgleish](https://github.com/markdalgleish))
122
123- update doc with -c option [\#105](https://github.com/knsv/mermaid/pull/105) ([jjmr](https://github.com/jjmr))
124
125- Add new parameter to the console client to override the svg configuration in sequence diagrams [\#104](https://github.com/knsv/mermaid/pull/104) ([jjmr](https://github.com/jjmr))
126
127- Text based labels, new shape [\#101](https://github.com/knsv/mermaid/pull/101) ([bjowes](https://github.com/bjowes))
128
129- fix html tags in example usage [\#100](https://github.com/knsv/mermaid/pull/100) ([deiwin](https://github.com/deiwin))
130
131## [0.3.2](https://github.com/knsv/mermaid/tree/0.3.2) (2015-01-11)
132
133[Full Changelog](https://github.com/knsv/mermaid/compare/0.3.1...0.3.2)
134
135**Implemented enhancements:**
136
137- Make link text look like it is on the line [\#53](https://github.com/knsv/mermaid/issues/53)
138
139**Closed issues:**
140
141- disable auto render [\#91](https://github.com/knsv/mermaid/issues/91)
142
143- Tidy breaks mermaid \(linebreaks in <div\>\) [\#87](https://github.com/knsv/mermaid/issues/87)
144
145- Bug: <br\> being rendered as text in node [\#73](https://github.com/knsv/mermaid/issues/73)
146
147- Graph edges appear to render outside of the canvas [\#70](https://github.com/knsv/mermaid/issues/70)
148
149**Merged pull requests:**
150
151- Merge pull request \#1 from knsv/master [\#96](https://github.com/knsv/mermaid/pull/96) ([gkchic](https://github.com/gkchic))
152
153- Removed duplicated section in flowchart docs [\#94](https://github.com/knsv/mermaid/pull/94) ([kaime](https://github.com/kaime))
154
155- Grammar changes to sequence page [\#93](https://github.com/knsv/mermaid/pull/93) ([gkchic](https://github.com/gkchic))
156
157- Grammar changes to development page [\#90](https://github.com/knsv/mermaid/pull/90) ([gkchic](https://github.com/gkchic))
158
159- Github buttons [\#89](https://github.com/knsv/mermaid/pull/89) ([gkchic](https://github.com/gkchic))
160
161- Template change [\#88](https://github.com/knsv/mermaid/pull/88) ([gkchic](https://github.com/gkchic))
162
163- New content template [\#86](https://github.com/knsv/mermaid/pull/86) ([gkchic](https://github.com/gkchic))
164
165## [0.3.1](https://github.com/knsv/mermaid/tree/0.3.1) (2015-01-05)
166
167[Full Changelog](https://github.com/knsv/mermaid/compare/0.3.0...0.3.1)
168
169**Implemented enhancements:**
170
171- Support for sequence diagrams [\#16](https://github.com/knsv/mermaid/issues/16)
172
173- Client utility for mermaid [\#6](https://github.com/knsv/mermaid/issues/6)
174
175**Closed issues:**
176
177- Non ASCII chars in labels [\#84](https://github.com/knsv/mermaid/issues/84)
178
179- 'undefined' titles of Quicklinks on the usage page [\#80](https://github.com/knsv/mermaid/issues/80)
180
181- \[cli\] Enhancement proposal: not fail --version / --help if phantomjs isn't installed [\#71](https://github.com/knsv/mermaid/issues/71)
182
183**Merged pull requests:**
184
185- Formatting of the CONTRIBUTING file [\#83](https://github.com/knsv/mermaid/pull/83) ([Grahack](https://github.com/Grahack))
186
187- Flowchart doc: Text in the circle now in a circle [\#81](https://github.com/knsv/mermaid/pull/81) ([Grahack](https://github.com/Grahack))
188
189- Fix for issue \#73 [\#79](https://github.com/knsv/mermaid/pull/79) ([it0a](https://github.com/it0a))
190
191- Ink template [\#78](https://github.com/knsv/mermaid/pull/78) ([gkchic](https://github.com/gkchic))
192
193- Index template file [\#77](https://github.com/knsv/mermaid/pull/77) ([gkchic](https://github.com/gkchic))
194
195- Index template file [\#76](https://github.com/knsv/mermaid/pull/76) ([gkchic](https://github.com/gkchic))
196
197- Show help and version even if phantom isn't present. Fixes \#71 [\#75](https://github.com/knsv/mermaid/pull/75) ([fardog](https://github.com/fardog))
198
199- Add apostrophe & 'and' [\#72](https://github.com/knsv/mermaid/pull/72) ([sudodoki](https://github.com/sudodoki))
200
201## [0.3.0](https://github.com/knsv/mermaid/tree/0.3.0) (2014-12-22)
202
203[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.16...0.3.0)
204
205**Implemented enhancements:**
206
207- How do I do comments? [\#47](https://github.com/knsv/mermaid/issues/47)
208
209- Improve readability with new line as terminator and whitespace [\#38](https://github.com/knsv/mermaid/issues/38)
210
211**Fixed bugs:**
212
213- This characters failed the lexical parsing [\#46](https://github.com/knsv/mermaid/issues/46)
214
215**Closed issues:**
216
217- Trailing whitespace at the end of lines is not ignored [\#55](https://github.com/knsv/mermaid/issues/55)
218
219- Use classes instead of inline style for easy styling [\#24](https://github.com/knsv/mermaid/issues/24)
220
221**Merged pull requests:**
222
223- Adds Command Line Interface for generating PNGs from mermaid description files [\#69](https://github.com/knsv/mermaid/pull/69) ([fardog](https://github.com/fardog))
224
225- Allow special symbols for direction along with acronyms [\#66](https://github.com/knsv/mermaid/pull/66) ([vijay40](https://github.com/vijay40))
226
227## [0.2.16](https://github.com/knsv/mermaid/tree/0.2.16) (2014-12-15)
228
229[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.15...0.2.16)
230
231**Fixed bugs:**
232
233- Lines routed outside visible area [\#19](https://github.com/knsv/mermaid/issues/19)
234
235**Closed issues:**
236
237- Mermaid not rendering properly on Wordpress pages [\#59](https://github.com/knsv/mermaid/issues/59)
238
239- Improve example page with live demo [\#52](https://github.com/knsv/mermaid/issues/52)
240
241- Does not render upon AngularJS Updates [\#45](https://github.com/knsv/mermaid/issues/45)
242
243- Download link in README.MD doesn't work. [\#42](https://github.com/knsv/mermaid/issues/42)
244
245- linkStyle usage is not obvious [\#41](https://github.com/knsv/mermaid/issues/41)
246
247- Move \*.spec.js in src/ to test/ [\#35](https://github.com/knsv/mermaid/issues/35)
248
249**Merged pull requests:**
250
251- New grammar will allow statements ending without semicolon as disccused in Issue \#38 [\#63](https://github.com/knsv/mermaid/pull/63) ([vijay40](https://github.com/vijay40))
252
253- Class based styling [\#62](https://github.com/knsv/mermaid/pull/62) ([bjowes](https://github.com/bjowes))
254
255- Update from master [\#61](https://github.com/knsv/mermaid/pull/61) ([bjowes](https://github.com/bjowes))
256
257- Fix typos [\#60](https://github.com/knsv/mermaid/pull/60) ([sublimino](https://github.com/sublimino))
258
259- Included .DS\_Store in gitignore [\#57](https://github.com/knsv/mermaid/pull/57) ([alvynmcq](https://github.com/alvynmcq))
260
261- Improves readablity discussed in issue \#38 [\#56](https://github.com/knsv/mermaid/pull/56) ([vijay40](https://github.com/vijay40))
262
263- Added a linting task for gulp [\#43](https://github.com/knsv/mermaid/pull/43) ([serv](https://github.com/serv))
264
265## [0.2.15](https://github.com/knsv/mermaid/tree/0.2.15) (2014-12-05)
266
267[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.14...0.2.15)
268
269**Fixed bugs:**
270
271- Error with some characters [\#25](https://github.com/knsv/mermaid/issues/25)
272
273- Cap-cased words break parser [\#8](https://github.com/knsv/mermaid/issues/8)
274
275**Closed issues:**
276
277- Question marks don't render properly with /dist/mermaid.full.min.js [\#30](https://github.com/knsv/mermaid/issues/30)
278
279- Provide parse function in browser widthout `require`? [\#21](https://github.com/knsv/mermaid/issues/21)
280
281- Better label text support [\#18](https://github.com/knsv/mermaid/issues/18)
282
283**Merged pull requests:**
284
285- Include bower\_components/ to .gitignore [\#33](https://github.com/knsv/mermaid/pull/33) ([serv](https://github.com/serv))
286
287- Fixed reference to Git repo. [\#32](https://github.com/knsv/mermaid/pull/32) ([guyellis](https://github.com/guyellis))
288
289## [0.2.14](https://github.com/knsv/mermaid/tree/0.2.14) (2014-12-03)
290
291[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.13...0.2.14)
292
293## [0.2.13](https://github.com/knsv/mermaid/tree/0.2.13) (2014-12-03)
294
295[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.10...0.2.13)
296
297**Implemented enhancements:**
298
299- Publish to NPM [\#7](https://github.com/knsv/mermaid/issues/7)
300
301**Closed issues:**
302
303- modified init to be applied more than once [\#29](https://github.com/knsv/mermaid/issues/29)
304
305- Wanted to know build process for the project. [\#28](https://github.com/knsv/mermaid/issues/28)
306
307- can not support Chinese description [\#20](https://github.com/knsv/mermaid/issues/20)
308
309- Support unicode chars in labels [\#9](https://github.com/knsv/mermaid/issues/9)
310
311**Merged pull requests:**
312
313- initial setup for editor page to generate graph through textarea input [\#14](https://github.com/knsv/mermaid/pull/14) ([ImanimalXI](https://github.com/ImanimalXI))
314
315## [0.2.10](https://github.com/knsv/mermaid/tree/0.2.10) (2014-12-01)
316
317[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.9...0.2.10)
318
319## [0.2.9](https://github.com/knsv/mermaid/tree/0.2.9) (2014-12-01)
320
321[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.8...0.2.9)
322
323**Closed issues:**
324
325- Add link to jsbin playground to README [\#11](https://github.com/knsv/mermaid/issues/11)
326
327- What are the requirements ? [\#10](https://github.com/knsv/mermaid/issues/10)
328
329**Merged pull requests:**
330
331- Allow unicode chars in labels [\#13](https://github.com/knsv/mermaid/pull/13) ([codebeige](https://github.com/codebeige))
332
333- Formatting Update [\#12](https://github.com/knsv/mermaid/pull/12) ([darrencauthon](https://github.com/darrencauthon))
334
335## [0.2.8](https://github.com/knsv/mermaid/tree/0.2.8) (2014-12-01)
336
337[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.7...0.2.8)
338
339## [0.2.7](https://github.com/knsv/mermaid/tree/0.2.7) (2014-12-01)
340
341[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.6...0.2.7)
342
343**Closed issues:**
344
345- Provide parser as separate module [\#4](https://github.com/knsv/mermaid/issues/4)
346
347## [0.2.6](https://github.com/knsv/mermaid/tree/0.2.6) (2014-11-27)
348
349[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.5...0.2.6)
350
351## [0.2.5](https://github.com/knsv/mermaid/tree/0.2.5) (2014-11-27)
352
353[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.4...0.2.5)
354
355**Merged pull requests:**
356
357- Added new shapes! [\#1](https://github.com/knsv/mermaid/pull/1) ([bjowes](https://github.com/bjowes))
358
359## [0.2.4](https://github.com/knsv/mermaid/tree/0.2.4) (2014-11-25)
360
361[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.3...0.2.4)
362
363## [0.2.3](https://github.com/knsv/mermaid/tree/0.2.3) (2014-11-24)
364
365[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.2...0.2.3)
366
367## [0.2.2](https://github.com/knsv/mermaid/tree/0.2.2) (2014-11-22)
368
369[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.1...0.2.2)
370
371## [0.2.1](https://github.com/knsv/mermaid/tree/0.2.1) (2014-11-22)
372
373[Full Changelog](https://github.com/knsv/mermaid/compare/0.2.0...0.2.1)
374
375## [0.2.0](https://github.com/knsv/mermaid/tree/0.2.0) (2014-11-22)
376
377[Full Changelog](https://github.com/knsv/mermaid/compare/0.1.1...0.2.0)
378
379## [0.1.1](https://github.com/knsv/mermaid/tree/0.1.1) (2014-11-17)
380
381[Full Changelog](https://github.com/knsv/mermaid/compare/0.1.0...0.1.1)
382
383## [0.1.0](https://github.com/knsv/mermaid/tree/0.1.0) (2014-11-16)
384
385
386\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\No newline at end of file