1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-28 16:19:53 +02:00

add changelog

This commit is contained in:
Morris Brodersen
2020-10-28 16:21:12 +01:00
parent dc2ecea5df
commit 6aa0cf72f9

View File

@@ -54,6 +54,7 @@ _Intermediate understanding of the web platform is required to follow through._
- [6. Conclusion](#6-conclusion) - [6. Conclusion](#6-conclusion)
- [7. What's Next?](#7-whats-next) - [7. What's Next?](#7-whats-next)
- [8. Appendix](#8-appendix) - [8. Appendix](#8-appendix)
- [9. Changelog](#9-changelog)
## 1. Motivation ## 1. Motivation
@@ -92,6 +93,10 @@ I've chosen to build a functionally equivalent clone of
The user interface has interesting challenges, The user interface has interesting challenges,
in particular performant drag & drop when combined with animations. in particular performant drag & drop when combined with animations.
_The original TeuxDeux app deserves praise here. In my opinion it has the
best over-all concept and UX of all the to-do apps out there.
[Thank you!](https://fictivekin.com/)_
The user interface is arguably small (which is good for a case study) The user interface is arguably small (which is good for a case study)
but large enough to require thought on its architecture. but large enough to require thought on its architecture.
@@ -785,3 +790,16 @@ Projects I've inspected for drag & drop architecture:
- [React DnD](https://react-dnd.github.io) - [React DnD](https://react-dnd.github.io)
- [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) - [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd)
- [dragula](https://github.com/bevacqua/dragula) - [dragula](https://github.com/bevacqua/dragula)
## 9. Changelog
### 10/2020
- Fixed [#3](https://github.com/morris/vanilla-todo/issues/3) (navigation bug) —
[@anchepiece](https://github.com/anchepiece),
[@jcoussard](https://github.com/jcoussard)
- Fixed [#4](https://github.com/morris/vanilla-todo/issues/4) (double item creation) —
[@n0nick](https://github.com/n0nick)
- Fixed [#1](https://github.com/morris/vanilla-todo/issues/4) (bad links) —
[@roryokane](https://github.com/roryokane)
- Initial version.