Skip to content

Releases: quicksnip-dev/quicksnip

v0.4.2

09 Dec 23:53

Choose a tag to compare

  • Added a new language, Python along with new snippets
  • Added a new language, JavaScript, along with new snippets
  • Added more snippets in the following languages: CSS, SCSS
  • Adjusted spacing across elements
  • Removed default category since it caused some bugs
  • And, other minor fixes and adjustments

v0.4.1

08 Dec 23:12

Choose a tag to compare

  • Reviewed and refactored all parts of the code
  • Made CopyToClipboard easily accessible by removing reliance on snippet code. Now can be used with any text
  • Moved modal stuff into SnippetModal itself instead of putting on SnippetList
  • And, other minor fixes and adjustments

v0.4.0

08 Dec 22:15

Choose a tag to compare

  • Fixed old issue with Modal
  • Added modal for snippets with React portal
  • Added "copy to clipboard" functionality

v0.3.0

05 Dec 21:41

Choose a tag to compare

  • 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

07 Nov 23:32

Choose a tag to compare

  • 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

27 Oct 20:39

Choose a tag to compare

  • Initialized the project
  • Set up basic structure