This release contains complete rewrite of cypherGUI from class to functional approach. Which is suggested way of writing ReactJS components. I also get rid of CRA (create-react-app) and replaced it with parcel.js. It was not easy and I had to deal with some breaking changes. Thanks to playwright for helping me find problematic issues.
Anyone who would like to appreciate this work can click here
What's Changed
- Bump multiple packages to newer versions
- Migrate to parcel by @stefanak-michal in #116
Full Changelog: v1.1.3...v1.2.0