Releases: teguru-labs/prodwarn
Releases · teguru-labs/prodwarn
v0.4.3
v0.4.2
v0.4.1
- doc(README.md): update contribute guideline
- doc(README.md): add contribute guideline, update Features section
- chore(optimize): purge unused tailwindcss
- chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 (#4)
- feat: rename group, delete by group
- feat: search sites by name, host
- refactor: update UI for site list, footer, /about page
- refactor: site list cached opened group
- style(float-message): add shake animation, responsive"
- refactor(favicon): add default favicon
- feat: add favicon URL
- fix: missing z-index of Float Icon
v0.2.0
Lesson 02
- Change folder structure: move popup codes into
src/popup, initcontent-scriptscode - Improve build from source: auto-generate
mainifest.jsonand copystaticfolder - Update NPM scripts: use Webpack instead of
vue-cli-service, renameservetostart
Changelogs:
- Use
yarn startinstead ofyarn serve
See more in Viblo post: https://viblo.asia/p/Az45baYglxY
Lesson 01
- Add logo images folder
static/images - Add base
manifest.jsonfile - init extension for testing - Add
min-widthfor the extension's popup
Installation:
- Run the following commands:
yarn install
yarn build && cp -rf templates/manifest.json static/ dist/- Enable dev mode in your browser and browse to
/prodwarn/distfolder to enable this extension
See more in Viblo post: https://viblo.asia/p/924lJqD6ZPM