1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-09-14 01:22:14 +02:00

Release 1.1.0

This commit is contained in:
Maciej Lenartowicz
2019-10-22 08:24:10 +00:00
parent dccc9e5769
commit f2aa28f172
19 changed files with 222 additions and 123 deletions

View File

@@ -0,0 +1,7 @@
Hyperlink with apperance of a button.
It has `download` attribute, which prevents closing WebSocket connection on Firefox. See [related issue](https://bugzilla.mozilla.org/show_bug.cgi?id=858538) for more details.
```js
<DownloadButton href="example.zip">Download</DownloadButton>
```