Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

v3.5.1

Compare
Choose a tag to compare
@GaurangTandon GaurangTandon released this 12 Jun 04:49
· 98 commits to master since this release
3c0e04f

Relevant milestone

Features

  1. Added ability to use Tab key as a snippet expansion hotkey!
  2. Added option to disable the context menu integration
  3. The ProKeys icon now greys out on sites where it cannot function (example: chrome:// tabs)
  4. 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.