This repository has been archived by the owner on May 20, 2020. It is now read-only.
v3.5.1
Features
- Added ability to use Tab key as a snippet expansion hotkey!
- Added option to disable the context menu integration
- The ProKeys icon now greys out on sites where it cannot function (example:
chrome://
tabs) - Bump snippet name limit upto 100 characters.
Codebase changes
This update is primarily more for under-the-hood performance. We successfully migrated all of the codebase to the latest version of JavaScript, setup a nice linting and build setup with Webpack, Babel, as well as modularized most of our files. There have been several refactors and performance gains by adopting a overall better code structure.