From 9852edf08886933d9a111e4b910dec05d27a0381 Mon Sep 17 00:00:00 2001 From: Yadullah Duman Date: Mon, 30 Sep 2019 15:41:46 +0200 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92308027..15b691da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,25 @@ ### Changed -- Dependency updates +### Fixed + +## [0.3.1] + +### Added + +### Changed + +- Some dependency updates +- Dialogs don't display an error state by default (#44) ### Fixed -- Moved Dialog components outside of the drag and drop context -- Layout issues with the buttons on the BoardHeader component -- Vote count dialog +- Fixed draggable dialogs + - Dialog components are now outside of a drag and drop context +- Fixed layout issues regarding the buttons on the board header +- Fixed layout issues regarding board cards (#43) +- Fixed an issue where columns where expanding its height while dragging (#45) +- Fixed vote count dialog (#42) - Disallowed negative vote counts - Cancel button should work properly now @@ -130,7 +142,8 @@ - Combine two cards - Upvote cards -[Unreleased]: https://github.com/yduman/retro/compare/0.3.0...master +[Unreleased]: https://github.com/yduman/retro/compare/0.3.1...master +[0.3.1]: https://github.com/yduman/retro/releases/tag/0.3.1 [0.3.0]: https://github.com/yduman/retro/releases/tag/0.3.0 [0.2.1]: https://github.com/yduman/retro/releases/tag/0.2.1 [0.2.0]: https://github.com/yduman/retro/releases/tag/0.2.0