diff --git a/README.md b/README.md index 2e35e56..6c23e97 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ _Intermediate understanding of the web platform is required to follow through._ - [6. Conclusion](#6-conclusion) - [7. What's Next?](#7-whats-next) - [8. Appendix](#8-appendix) +- [9. Changelog](#9-changelog) ## 1. Motivation @@ -92,6 +93,10 @@ I've chosen to build a functionally equivalent clone of The user interface has interesting challenges, 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) 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-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) - [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.