From 80198776bbbcff363ed74b740a21a8537b87fc61 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Date: Thu, 5 Sep 2019 15:23:49 -0700 Subject: [PATCH] Update change log for v1.0.3. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2eb825..9a9e17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to MailtoUI are documented in this file. The format is based This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.3](https://github.com/mariordev/mailtoui/releases/tag/v1.0.3) - 2019-09-06 + +### Fixed + +- Closing modal via Esc key generates an error when another modal on the page is also closed via Esc key. +- Button icon and text don't align horizontally. +- Prefix animation keyframes name to minimize possibility of collision with other css. + +### Changed + +- Cleaned up the demo page a bit. + ## [1.0.2](https://github.com/mariordev/mailtoui/releases/tag/v1.0.2) - 2019-05-10 ### Fixed