Releases: technoph1le/quicksnip
Releases · technoph1le/quicksnip
v0.4.0
- Fixed old issue with Modal
- Added modal for snippets with React portal
- Added "copy to clipboard" functionality
v0.3.0
- Refactor custom hooks
- Add a new hook, called
useFetch
to avoid repetition of codes - Created a global context for App to manage the state
- Divided the large file into its own components
- Removed the previous routing system to simplify the architecture (cuz it was so much confusing after I finished with it)
- Made sure app runs normally again without crashes
v0.2.0
- Finished essential styling across all components
- Somehow fixed all the routing, it's working as expected (yet need review)
- Added modal
- Added syntax highlighter for code preview
v0.1.0
- Initialized the project
- Set up basic structure