Skip to content

Releases: devsuccess101/prodwarn

v0.4.3

22 Jun 10:07
Compare
Choose a tag to compare
  • fix(firefox/nightly): the warning is not shown (c64db81 - Hit a thank to @tranxuanthang)
  • fix(firefox/nightly): does not auto-fill page info when creating production site
  • refactor: use a different extension name in development

v0.4.2

09 Jun 07:37
Compare
Choose a tag to compare
v0.4.2

v0.4.1

06 Jun 06:41
Compare
Choose a tag to compare
  • 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

12 Jan 17:54
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Add release scripts
  • Add the about us page
  • Initialize layout

Lesson 02

09 Jan 14:25
Compare
Choose a tag to compare
Lesson 02 Pre-release
Pre-release
  • Change folder structure: move popup codes into src/popup, init content-scripts code
  • Improve build from source: auto-generate mainifest.json and copy static folder
  • Update NPM scripts: use Webpack instead of vue-cli-service, rename serve to start

Changelogs:

  • Use yarn start instead of yarn serve

See more in Viblo post: https://viblo.asia/p/Az45baYglxY

Lesson 01

09 Jan 14:19
Compare
Choose a tag to compare
Lesson 01 Pre-release
Pre-release
  • Add logo images folder static/images
  • Add base manifest.json file - init extension for testing
  • Add min-width for the extension's popup

Installation:

  1. Run the following commands:
yarn install
yarn build && cp -rf templates/manifest.json static/ dist/
  1. 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