Skip to content

Commit 0640a11

Browse files
committed
web: update changelog
1 parent 55d7470 commit 0640a11

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

web/src/components/modals/ChangeLogModal.tsx

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,55 @@ export default function ChangeLogModal(props: ChangeLogModalProps) {
4444
<li>
4545
<Link
4646
className='ChangeLogModal__issue-url'
47-
href='https://github.com/x1unix/go-playground/issues/102'
47+
href='https://github.com/x1unix/go-playground/pull/115'
4848
target='_blank'
4949
>
50-
#102
50+
#115
5151
</Link>
52-
<span>Add snippets for <u>defer</u> and <u>panic + recover</u></span>
52+
<span>Add base64 images output support</span>
5353
</li>
5454
<li>
5555
<Link
5656
className='ChangeLogModal__issue-url'
57-
href='https://github.com/x1unix/go-playground/pull/108'
57+
href='https://github.com/x1unix/go-playground/pull/116'
5858
target='_blank'
5959
>
60-
#108
60+
#116
6161
</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>
6389
</li>
6490
</ul>
6591
<p>
6692
And more!
6793
</p>
6894
<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>
7096
</p>
7197
</div>
7298
</Modal>

0 commit comments

Comments
 (0)