Skip to content

Releases: Acesmndr/chrome-extension-boilerplate-riot

Riot v4 and better folder structure

30 Sep 17:45
eb9233a
Compare
Choose a tag to compare
  • Upgrade Riot to v4 from v3 which is a complete rewrite
    • Mixins are removed in favour of plugins
    • CSP is supported automatically
  • Organization of files for easier understanding
    • background, popup and chrome api
  • Reuse of code wherever possible
  • Testable code structure (Previously mixins were omitted now plugins are also tested)
  • Documented methods

Fix vulnerabilities and upgrade packages

16 Jul 18:04
Compare
Choose a tag to compare
  • Vulnerabilities detected by github and yarn audit have been fixed.
  • Babel has been upgraded to version 7 from 6 which is a notable change.
  • Riot has been upgraded to v3.13.2.
  • Other packages such as webpack have also been upgraded.

First Stable release

16 Jul 17:44
Compare
Choose a tag to compare
v2.1.0

Updated the changelog