File tree Expand file tree Collapse file tree 1 file changed +33
-7
lines changed
web/src/components/modals Expand file tree Collapse file tree 1 file changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -44,29 +44,55 @@ export default function ChangeLogModal(props: ChangeLogModalProps) {
44
44
< li >
45
45
< Link
46
46
className = 'ChangeLogModal__issue-url'
47
- href = 'https://github.com/x1unix/go-playground/issues/102 '
47
+ href = 'https://github.com/x1unix/go-playground/pull/115 '
48
48
target = '_blank'
49
49
>
50
- #102
50
+ #115
51
51
</ Link >
52
- < span > Add snippets for < u > defer </ u > and < u > panic + recover </ u > </ span >
52
+ < span > Add base64 images output support </ span >
53
53
</ li >
54
54
< li >
55
55
< Link
56
56
className = 'ChangeLogModal__issue-url'
57
- href = 'https://github.com/x1unix/go-playground/pull/108 '
57
+ href = 'https://github.com/x1unix/go-playground/pull/116 '
58
58
target = '_blank'
59
59
>
60
- #108
60
+ #116
61
61
</ Link >
62
- < span > Fix incorrect router path handling</ span >
62
+ < span > Fix < i > fmtprintf</ i > snippet</ span >
63
+ </ li >
64
+ </ ul >
65
+ < b > Runtime - WebAssembly</ b >
66
+ < ul >
67
+ < li >
68
+ < Link
69
+ className = 'ChangeLogModal__issue-url'
70
+ href = 'https://github.com/x1unix/go-playground/pull/117'
71
+ target = '_blank'
72
+ >
73
+ #117
74
+ </ Link >
75
+ < span > Fix execution context for < i > Window</ i > interface methods</ span >
76
+ </ li >
77
+ </ ul >
78
+ < b > Server - API</ b >
79
+ < ul >
80
+ < li >
81
+ < Link
82
+ className = 'ChangeLogModal__issue-url'
83
+ href = 'https://github.com/x1unix/go-playground/pull/113'
84
+ target = '_blank'
85
+ >
86
+ #113
87
+ </ Link >
88
+ < span > Add GoTip support for Go development versions</ span >
63
89
</ li >
64
90
</ ul >
65
91
< p >
66
92
And more!
67
93
</ p >
68
94
< p >
69
- Full release notes for are available < Link href = { `${ config . githubUrl } /releases/latest` } target = '_blank' > here</ Link >
95
+ Full release notes are available < Link href = { `${ config . githubUrl } /releases/latest` } target = '_blank' > here</ Link >
70
96
</ p >
71
97
</ div >
72
98
</ Modal >
You can’t perform that action at this time.
0 commit comments