Skip to content

Commit 9852edf

Browse files
committed
v0.3.1
1 parent d3b77b7 commit 9852edf

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@
66

77
### Changed
88

9-
- Dependency updates
9+
### Fixed
10+
11+
## [0.3.1]
12+
13+
### Added
14+
15+
### Changed
16+
17+
- Some dependency updates
18+
- Dialogs don't display an error state by default (#44)
1019

1120
### Fixed
1221

13-
- Moved Dialog components outside of the drag and drop context
14-
- Layout issues with the buttons on the BoardHeader component
15-
- Vote count dialog
22+
- Fixed draggable dialogs
23+
- Dialog components are now outside of a drag and drop context
24+
- Fixed layout issues regarding the buttons on the board header
25+
- Fixed layout issues regarding board cards (#43)
26+
- Fixed an issue where columns where expanding its height while dragging (#45)
27+
- Fixed vote count dialog (#42)
1628
- Disallowed negative vote counts
1729
- Cancel button should work properly now
1830

@@ -130,7 +142,8 @@
130142
- Combine two cards
131143
- Upvote cards
132144

133-
[Unreleased]: https://github.com/yduman/retro/compare/0.3.0...master
145+
[Unreleased]: https://github.com/yduman/retro/compare/0.3.1...master
146+
[0.3.1]: https://github.com/yduman/retro/releases/tag/0.3.1
134147
[0.3.0]: https://github.com/yduman/retro/releases/tag/0.3.0
135148
[0.2.1]: https://github.com/yduman/retro/releases/tag/0.2.1
136149
[0.2.0]: https://github.com/yduman/retro/releases/tag/0.2.0

0 commit comments

Comments
 (0)