diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bb80d..5fa7342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.3] - 2021-05-02 + +### Fixed + +- Higher default text area +- Mobile touchups + ## [1.0.2] - 2021-05-02 ### Fixed diff --git a/client/src/lib/ui/TextArea.svelte b/client/src/lib/ui/TextArea.svelte index 4ce46ae..c5deaeb 100644 --- a/client/src/lib/ui/TextArea.svelte +++ b/client/src/lib/ui/TextArea.svelte @@ -13,15 +13,20 @@