diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9aa2ce5b..1b43e15a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
-## [Unreleased]
+## [3.1.0] - 2021-01-22
### Added
@@ -130,7 +130,8 @@ Minor documentation and bug fixes.
First stable release with proper documentation.
Previous, undocumented, releases can be found in [the releases section](https://github.com/illright/attractions/releases).
-[unreleased]: https://github.com/illright/attractions/compare/v3.0.0...HEAD
+[unreleased]: https://github.com/illright/attractions/compare/v3.1.0...HEAD
+[3.1.0]: https://github.com/illright/attractions/releases/tag/v3.1.0
[3.0.0]: https://github.com/illright/attractions/releases/tag/v3.0.0
[2.3.1]: https://github.com/illright/attractions/releases/tag/v2.3.1
[2.3.0]: https://github.com/illright/attractions/releases/tag/v2.3.0
diff --git a/attractions/autocomplete/more-horizontal.svelte b/attractions/autocomplete/more-horizontal.svelte
index 55b2a4f23..ae6f38bda 100644
--- a/attractions/autocomplete/more-horizontal.svelte
+++ b/attractions/autocomplete/more-horizontal.svelte
@@ -8,7 +8,8 @@
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
- stroke-linejoin="round">
+ stroke-linejoin="round"
+>
diff --git a/attractions/button/button.svelte b/attractions/button/button.svelte
index 68e9bbf4a..45299aba5 100644
--- a/attractions/button/button.svelte
+++ b/attractions/button/button.svelte
@@ -115,7 +115,8 @@
on:click={e => dispatch('click', { nativeEvent: e })}
use:eventsAction={events}
use:ripple={{ disabled: noRipple || disabled }}
- {...$$restProps}>
+ {...$$restProps}
+ >
{:else}
@@ -134,7 +135,8 @@
on:click={e => dispatch('click', { nativeEvent: e })}
use:ripple={{ disabled: noRipple || disabled }}
use:eventsAction={events}
- {...$$restProps}>
+ {...$$restProps}
+ >
{/if}
diff --git a/attractions/date-picker/chevron-left.svelte b/attractions/date-picker/chevron-left.svelte
index 2bf3c75ba..c2058cc08 100644
--- a/attractions/date-picker/chevron-left.svelte
+++ b/attractions/date-picker/chevron-left.svelte
@@ -8,6 +8,7 @@
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
- stroke-linejoin="round">
+ stroke-linejoin="round"
+>
diff --git a/attractions/date-picker/chevron-right.svelte b/attractions/date-picker/chevron-right.svelte
index cf195694e..7ebc89463 100644
--- a/attractions/date-picker/chevron-right.svelte
+++ b/attractions/date-picker/chevron-right.svelte
@@ -8,6 +8,7 @@
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
- stroke-linejoin="round">
+ stroke-linejoin="round"
+>
diff --git a/attractions/dialog/x.svelte b/attractions/dialog/x.svelte
index 130ae4605..c9591c149 100644
--- a/attractions/dialog/x.svelte
+++ b/attractions/dialog/x.svelte
@@ -8,7 +8,8 @@
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
- stroke-linejoin="round">
+ stroke-linejoin="round"
+>
diff --git a/attractions/file-input/file-dropzone.svelte b/attractions/file-input/file-dropzone.svelte
index 9e6d6fe32..58736c970 100644
--- a/attractions/file-input/file-dropzone.svelte
+++ b/attractions/file-input/file-dropzone.svelte
@@ -108,7 +108,8 @@
class:has-content={files && files.length !== 0}
class:wrong-type={wrongType}
class:disabled={disabled || files.length >= max}
- on:click={blockOnTiles}>
+ on:click={blockOnTiles}
+>
+ class={classes(_class)}
+>
diff --git a/attractions/file-input/plus.svelte b/attractions/file-input/plus.svelte
index 7985aa845..564a17055 100644
--- a/attractions/file-input/plus.svelte
+++ b/attractions/file-input/plus.svelte
@@ -16,7 +16,8 @@
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
- class={classes(_class)}>
+ class={classes(_class)}
+>
diff --git a/attractions/file-input/trash-2.svelte b/attractions/file-input/trash-2.svelte
index fb40b8299..63d155fe3 100644
--- a/attractions/file-input/trash-2.svelte
+++ b/attractions/file-input/trash-2.svelte
@@ -8,7 +8,8 @@
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
- stroke-linejoin="round">
+ stroke-linejoin="round"
+>
dispatch('click', { nativeEvent: e })}
- {...$$restProps}>
+ {...$$restProps}
+>
diff --git a/attractions/star-rating/star-rating.svelte b/attractions/star-rating/star-rating.svelte
index a04b2abb8..bb457c680 100644
--- a/attractions/star-rating/star-rating.svelte
+++ b/attractions/star-rating/star-rating.svelte
@@ -83,7 +83,8 @@