Releases: Jonghakseo/chrome-extension-boilerplate-react-vite
0.3.3
What's Changed
- chore/create prettier-CI by @PatrykKuniczak in #712
- E2e testing by @govza in #678
- Fix typo in README.md by @PatrykKuniczak in #723
- Fix: type error by @Jonghakseo in #728
- chore: unify links name for README.md by @PatrykKuniczak in #726
- Fix: use module:esnext by @Jonghakseo in #733
- Revert "Fix: use module:esnext" by @Jonghakseo in #734
- Fix: use module esnext by @Jonghakseo in #735
- chore: add info about eol on windows to README.md by @PatrykKuniczak in #724
- fix: README getting started section by @PatrykKuniczak in #737
- fix: create new version of pnpm-lock.yaml by @PatrykKuniczak in #730
- fix: remove
type-check
from GH CI build action by @PatrykKuniczak in #740 - Adding shadcn guide to README.md by @Jonghakseo in #739
- refactor: theme storage improve usability by @govza in #743
- style: add a link on the logo to redirect to the GitHub homepage by @RSS1102 in #751
- chore: simplify update-version package script by @PatrykKuniczak in #752
- Fix background script path in README.md by @barantaran in #762
- Rune e2e tests on stable browser release channel by @govza in #764
- Add ESLint plugin with Tailwind CSS support by @RutamBhagat in #763
Dependencies
- build(deps-dev): bump postcss from 8.4.45 to 8.4.47 by @dependabot in #746
- build(deps-dev): bump tailwindcss from 3.4.10 to 3.4.11 by @dependabot in #745
- build(deps-dev): bump tsx from 4.19.0 to 4.19.1 by @dependabot in #744
New Contributors
- @RSS1102 made their first contribution in #751
- @RutamBhagat made their first contribution in #763
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Add ContentUI examples by @Jonghakseo in #666
- build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in #635
- build(deps-dev): bump @types/chrome from 0.0.268 to 0.0.270 by @dependabot in #669
- feat/add config for env variables by @PatrykKuniczak in #682
- fix: export module error by @PatrykKuniczak in #683
- [Enhance] add throw when websocket server error by @Jonghakseo in #684
- feat/use ts for tw and postcss configs by @PatrykKuniczak in #665
- feat/create utils package by @PatrykKuniczak in #658
- fix/node_modules cleaning script by @PatrykKuniczak in #594
- fix: rename
useStorageSuspense
touseStorage
by @PatrykKuniczak in #690 - fix: remove duplicated
rimraf
from rootpackage.json
by @PatrykKuniczak in #694 - feat: create instruction to add dep to turbo
package.json
files by @PatrykKuniczak in #693 - bump: pnpm to 9.9.0 by @PatrykKuniczak in #695
- fix: add
vite.config.mts.timestamp
files to.gitignore
by @PatrykKuniczak in #698 - chore/refactor-all-packages-json by @PatrykKuniczak in #697
- chore: simplify install deps section for
README
by @PatrykKuniczak in #702 - [HOTFIX] Rollback turbo ready when pnpm dev before by @Jonghakseo in #705
- fix: vite config types error by @PatrykKuniczak in #704
- chore: remove type-check when build by @Jonghakseo in #708
- chore: unify names of folders for
pages
by @PatrykKuniczak in #709 - chore/unify all tsconfigs by @PatrykKuniczak in #707
- chore: use
notification
instead ofalert
forruntime-inject
error by @PatrykKuniczak in #700 - fix: icon error on injecting notification on chrome by @PatrykKuniczak in #710
- build(deps-dev): bump autoprefixer from 10.4.19 to 10.4.20 by @dependabot in #672
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- chore/simplify storage by @PatrykKuniczak in #659
- chore/simplify hmr by @PatrykKuniczak in #656
- fix/handle error on injecting script from popup by @PatrykKuniczak in #664
- fix/tw-classnames-output-#627 by @PatrykKuniczak in #654
- deps/pnpm-9.7.1 by @PatrykKuniczak in #663
Full Changelog: 0.3.0...0.3.1
0.3.0
Summary
- Update dependencies.
- Improved support for firefox. Thank you @govza !
- Fixed some issues on windows.
- Added a package to make Chrome's i18n API easier to use in development.
- Improved some documentation.
- Enhanced ESlint rules.
Congratulations
Thanks to the contributions of many, this boilerplate has reached 2K stars, and I am very grateful to our users and contributors.
We've created a Discord channel, which we hope will become a place where people interested in developing extensions can ask questions about boilerplate and also share their tips with each other.
Special thanks to @PatrykKuniczak , who is very passionate about this project and contributes a lot of maintenance and communication (something I'm not very good at).
What's Changed
- chore: remove clean scripts by @Jonghakseo in #620
- Enhance Firefox support by @Jonghakseo in #624
- build(deps-dev): bump rollup from 4.18.0 to 4.19.1 by @dependabot in #610
- build(deps-dev): bump husky from 9.0.11 to 9.1.4 by @dependabot in #621
- build(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.18.0 by @dependabot in #622
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.18.0 by @dependabot in #623
- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #602
- [Docs] Add community section into README.md by @Jonghakseo in #631
- feat/update-README by @PatrykKuniczak in #639
- Fix #638 by @Jonghakseo in #643
- fix/isFirefox const to be boolean by @PatrykKuniczak in #640
- build(deps-dev): bump turbo from 2.0.9 to 2.0.12 by @dependabot in #644
- Better firefox support by @govza in #616
- Fix husky pre-commit giving deprecation notice by @justinhaaheim in #647
- fix/not permitted unlink for 'pnpm clean' by @PatrykKuniczak in #650
- fix: remove unused .tsx files pattern from storage/esbuild by @PatrykKuniczak in #649
- implement i18n package by @Jonghakseo in #613
- [Docs] Update README.md by @Jonghakseo in #615
- feat/activate eslint import type checking by @PatrykKuniczak in #657
- build(deps-dev): bump vite from 5.3.3 to 5.4.1 by @dependabot in #660
- build(deps-dev): bump rollup from 4.19.1 to 4.20.0 by @dependabot in #636
- build(deps-dev): bump @types/ws from 8.5.11 to 8.5.12 by @dependabot in #633
- bump: update version 0.3.0 by @Jonghakseo in #661
New Contributors
- @justinhaaheim made their first contribution in #647
Full Changelog: 0.2.2...0.3.0
0.2.2
What's Changed
- build(deps-dev): bump sass from 1.77.6 to 1.77.8 by @dependabot in #576
- build(deps-dev): bump @types/ws from 8.5.10 to 8.5.11 by @dependabot in #572
- fix: type infer error by @Jonghakseo in #592
- fix: chrome reference error when use storage in ui package by @Jonghakseo in #599
- feat: ignore tailwind-output css #595 by @Leizhenpeng in #596
- Revert "feat: ignore tailwind-output css #595" by @Jonghakseo in #601
- Add Hook to Compile Tailwind-Output on PMPM Install by @Leizhenpeng in #608
- build(deps-dev): bump tailwindcss from 3.4.4 to 3.4.6 by @dependabot in #605
- hotfix/update-version script path by @PatrykKuniczak in #593
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
What's Changed
- feat: support zip command #571 by @Leizhenpeng in #580
- Feat/project version auto updater by @PatrykKuniczak in #558
- fix/Use 'type-check' script instead of redundant 'tsc --noEmit' by @PatrykKuniczak in #588
- feat/Create components module by @PatrykKuniczak in #577
- [Enhance] Add cache busting when shared package's changed by @Jonghakseo in #585
- chore/upgrade manifest.js merging approach by @PatrykKuniczak in #584
- build(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0 by @dependabot in #589
- feat/injecting scripts from popup by @PatrykKuniczak in #579
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #575
- Realease 0.2.0 by @Jonghakseo in #590
Full Changelog: 0.1.19...0.2.0
0.1.19
What's Changed
- feat: add 'clean:node_modules' and 'clean:install' commands by @Jonghakseo in #581
- chore/restructure vite config package by @PatrykKuniczak in #583
- Docs: update readme and app logo by @Jonghakseo in #587
Full Changelog: 0.1.18...0.1.19
0.1.18
What's Changed
- feat: make withPageConfig hoc by @Jonghakseo in #578
- feat: Create base vite config by @PatrykKuniczak in #559
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #574
Full Changelog: 0.1.17...0.1.18
0.1.17
Hotfix: content-ui dev bug
Full Changelog: 0.1.16...0.1.17