diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f796bf88..3a168ed98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## [2.1.1] - 2020-09-01 +## [2.1.1] - 2020-09-02 -Just minor documentation fixes. +Minor documentation and bug fixes. ### Added - [``](https://github.com/illright/attractions/blob/master/attractions/tab/tab.svelte)s @@ -14,7 +14,8 @@ Just minor documentation fixes. ### Fixed - Mobile navigation in documentation ("Components" tab dropdown now works as expected). -- Styles now load properly when navigating directly to a page in the docs (without passing through the main page first) +- Styles now load properly when navigating directly to a page in the docs (without passing through the main page first). +- The `DatePicker` now loses focus properly. ## [2.1.0] - 2020-08-21