Releases: devsuccess101/prodwarn
Releases · devsuccess101/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-scripts
code - Improve build from source: auto-generate
mainifest.json
and copystatic
folder - Update NPM scripts: use Webpack instead of
vue-cli-service
, renameserve
tostart
Changelogs:
- Use
yarn start
instead ofyarn serve
See more in Viblo post: https://viblo.asia/p/Az45baYglxY
Lesson 01
- Add logo images folder
static/images
- Add base
manifest.json
file - init extension for testing - Add
min-width
for 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/dist
folder to enable this extension
See more in Viblo post: https://viblo.asia/p/924lJqD6ZPM