Commit Graph

  • 49965e7786 fix: Fix config hook implementations for vite plugins Aaron Klinker 2023-07-13 16:34:21 -05:00
  • fa2b6566d8 fix: Fix regression where manifest was not listed first in build summary Aaron Klinker 2023-07-13 16:09:19 -05:00
  • 2d1c41eff1 Fix broken link in README.md Aaron 2023-07-11 17:59:01 -05:00
  • 10fba3de49 chore(release): v0.1.3 v0.1.3 GitHub Actions 2023-07-11 22:54:00 +00:00
  • aa16014650 feat: Add tsconfig path aliases (#32) Aaron 2023-07-11 17:39:13 -05:00
  • 0ce7c9d183 chore: Upgrade to pnpm 8 Aaron Klinker 2023-07-11 17:35:45 -05:00
  • ac0b28e608 fix: Cleanup build summary with sourcemaps Aaron Klinker 2023-07-11 17:18:22 -05:00
  • 80fed4a451 docs: Create documentation site (#31) Aaron 2023-07-11 14:22:47 -05:00
  • 05ca9985d5 fix: Merge manifest option from both inline and user config Aaron Klinker 2023-07-11 10:24:55 -05:00
  • 145038c6a2 chore(release): v0.1.2 v0.1.2 GitHub Actions 2023-07-11 14:45:39 +00:00
  • 6e7184d98d fix: Generate valid type for EntrypointPath when there are no entrypoints Aaron Klinker 2023-07-11 09:42:08 -05:00
  • ee49837804 feat: Accept a function for config.manifest Aaron Klinker 2023-07-11 09:41:43 -05:00
  • 67f972eab8 Remove milestone warning from README Aaron Klinker 2023-07-10 23:19:27 -05:00
  • b29c3c6fdd fix: Only add imports to JS files Aaron Klinker 2023-07-10 23:19:13 -05:00
  • ef6001e0c0 types: Change config.vite to UserConfig Aaron Klinker 2023-07-10 22:58:32 -05:00
  • 636aa48e95 fix: Add missing types for webextension-polyfill and the manifest option Aaron Klinker 2023-07-10 22:55:40 -05:00
  • ec66b6172c Update changelog after release Aaron Klinker 2023-07-10 22:22:31 -05:00
  • 1edd94e8f4 chore(release): v0.1.1 v0.1.1 GitHub Actions 2023-07-11 03:21:27 +00:00
  • 2efc193b45 fix: Unable to read entrypoint options (#28) Aaron 2023-07-10 22:18:20 -05:00
  • 2e51e7349d fix: Allow dashes in entrypoint names Aaron Klinker 2023-07-10 22:16:08 -05:00
  • 28733df5f9 chore: Update changelog after release Aaron Klinker 2023-07-10 18:25:32 -05:00
  • 0110a2bd4e chore(release): v0.1.0 v0.1.0 GitHub Actions 2023-07-10 23:24:09 +00:00
  • afe838a348 feat!: Initial release Aaron Klinker 2023-07-10 18:21:01 -05:00
  • 0255028ce2 docs: Update feature list Aaron Klinker 2023-07-10 18:03:27 -05:00
  • 249aa5eccc feat: Content scripts reloading (#25) Aaron 2023-07-10 17:47:52 -05:00
  • b7c078f4e4 ci: Create github release Aaron Klinker 2023-07-03 17:43:10 -05:00
  • f6b6b8857d chore(release): v0.0.2 v0.0.2 GitHub Actions 2023-07-03 02:54:39 +00:00
  • 54eb118f8c chore: Update cli screenshot Aaron Klinker 2023-07-02 21:50:22 -05:00
  • 75eb3de89e chore: Rename templates to virtual-modules (#24) Aaron 2023-07-02 21:49:01 -05:00
  • e14f81d97a docs: Fix milestone link in README Aaron Klinker 2023-07-02 21:38:37 -05:00
  • cd714ea196 feat: Reload HTML files individually (#23) Aaron 2023-07-02 21:37:28 -05:00
  • 684197dbe3 docs: Add milestone progress badge to README Aaron Klinker 2023-07-02 21:36:38 -05:00
  • c51f0e055f fix: Show Vite warnings and errors Aaron Klinker 2023-07-02 20:40:34 -05:00
  • 7f3a1e8d91 fix: Separate template builds to prevent sharing chunks Aaron Klinker 2023-07-02 20:40:13 -05:00
  • 37986bf230 fix: Overwrite files with the same name when renaming entrypoints in dev mode Aaron Klinker 2023-07-02 20:11:21 -05:00
  • 13a713cc28 feat: Setup background script web socket/reload (#22) Aaron 2023-07-02 20:00:18 -05:00
  • a78aada96e chore: Refactor build outputs to support transpiled templates Aaron Klinker 2023-07-02 17:05:23 -05:00
  • 3307fc42a0 feat: Reload extension when source code is changed (#17) Aaron 2023-07-02 16:04:13 -05:00
  • 8be53efd24 chore: Refactor build output type (#19) Aaron 2023-07-01 13:58:44 -05:00
  • f02abc5227 fix: Remove hash from content script css outputs (#20) Aaron 2023-07-01 13:54:18 -05:00
  • 2dd7a99937 fix: Output chunks to a chunks directory Aaron Klinker 2023-06-28 16:35:11 -05:00
  • a9af4d3b67 chore: Update changelog Aaron Klinker 2023-06-26 10:14:17 -05:00
  • 1030e9185e chore(release): v0.0.1 v0.0.1 GitHub Actions 2023-06-26 15:12:56 +00:00
  • 2e94f2a9d2 chore: Fix release workflow Aaron Klinker 2023-06-26 10:05:12 -05:00
  • f933ef91a2 ci: Create release workflow (#13) Aaron 2023-06-26 09:57:26 -05:00
  • 069bd469d4 ci: Create validation workflow (#12) Aaron 2023-06-25 21:23:49 -05:00
  • 9ab3953810 chore: Refactor folder structure Aaron Klinker 2023-06-25 21:07:40 -05:00
  • 5590c9d81d docs: Fix typo in README Aaron Klinker 2023-06-25 21:02:21 -05:00
  • 62f4f605d0 feat: Open browser when starting dev server (#11) Aaron 2023-06-25 20:58:47 -05:00
  • 50bb8454dd fix: Firefox manifest warnings in dev mode Aaron Klinker 2023-06-25 20:53:32 -05:00
  • 1ecfedd32c chore: Fix demo global usage Aaron Klinker 2023-06-25 20:50:09 -05:00
  • f114c5bf88 feat: Add more supported browser types Aaron Klinker 2023-06-25 12:42:56 -05:00
  • 9ef451be2e feat: Support more CLI flags for build and dev (#9) Aaron 2023-06-25 12:23:04 -05:00
  • b400e5424a docs: Add initial release milestone link to README Aaron 2023-06-25 11:50:04 -05:00
  • 23ed6f7275 docs: Update README Aaron Klinker 2023-06-25 11:36:21 -05:00
  • 58a0ef4ce5 docs: Update README Aaron 2023-06-25 11:33:49 -05:00
  • 07a262eaf9 docs: Update description Aaron Klinker 2023-06-25 11:33:15 -05:00
  • 99ccadba4a docs: Update README Aaron Klinker 2023-06-25 11:28:36 -05:00
  • 8ca56572ef chore: Fix header log's timestamp Aaron Klinker 2023-06-25 11:28:31 -05:00
  • 785ea5486f docs: Update README Aaron Klinker 2023-06-25 11:18:46 -05:00
  • 51a10725cf chore: Rename package to wxt Aaron Klinker 2023-06-25 10:53:13 -05:00
  • 5813302c71 chore: Add E2E tests and convert to vitest workspace Aaron Klinker 2023-06-24 19:45:42 -05:00
  • f380378c0f fix: Make content script array orders consistent Aaron Klinker 2023-06-24 19:34:56 -05:00
  • 573ef8029f fix: Respect background type and persistent manifest options Aaron Klinker 2023-06-24 19:34:00 -05:00
  • 7abb577254 feat: Support browser and chrome styles for mv2 popups Aaron Klinker 2023-06-24 19:33:26 -05:00
  • 0f37ceb774 fix: Respect the mv2 popup type Aaron Klinker 2023-06-24 19:32:55 -05:00
  • 7945c94deb feat: Support browser and chrome styles for mv2 popups Aaron Klinker 2023-06-24 19:31:52 -05:00
  • 8eb4e86b91 fix: Only allow a single entrypoint with a given name Aaron Klinker 2023-06-24 17:57:31 -05:00
  • 3ca16eeb23 fix: Load package.json from root not cwd Aaron Klinker 2023-06-24 17:18:55 -05:00
  • 407627c1e7 fix: Don't print error twice when background crashes Aaron Klinker 2023-06-24 08:52:07 -05:00
  • 3e37de97a6 fix: Print durations as ms/s based on total time Aaron Klinker 2023-06-24 08:50:49 -05:00
  • 4faa3b3493 fix: Root path customization now works Aaron Klinker 2023-06-24 08:50:20 -05:00
  • 70208f4dda chore: Check virtual entrypoints feature in README Aaron Klinker 2023-06-23 22:15:39 -05:00
  • 7c634f4841 chore: Refactor internal config creation Aaron Klinker 2023-06-23 22:15:16 -05:00
  • 739d19f3e3 fix: Support srcDir config Aaron Klinker 2023-06-23 21:59:37 -05:00
  • 1a25f2b532 feat: Copy public directory to outputs Aaron Klinker 2023-06-23 21:33:44 -05:00
  • e3e9c0d482 chore: Remove comments Aaron Klinker 2023-06-23 21:21:02 -05:00
  • 8c59a1c001 feat: Provide custom, typed globals defined by Vite Aaron Klinker 2023-06-23 21:20:34 -05:00
  • ca29537bbc feat: Virtualized content script entrypoint Aaron Klinker 2023-06-23 21:17:41 -05:00
  • ec57e8cbca chore: Improve build summary sorting Aaron Klinker 2023-06-23 16:41:41 -05:00
  • 505e41951c feat: Dev server working and a valid extension is built Aaron Klinker 2023-06-23 16:41:24 -05:00
  • e2cc995fe5 feat: Good looking console output Aaron Klinker 2023-06-23 14:05:24 -05:00
  • b8952b6330 chore: Refactor CLI commands Aaron Klinker 2023-06-23 14:03:12 -05:00
  • 21debadcce feat: Generate type declarations and config for project types and auto-imports Aaron Klinker 2023-06-23 13:12:51 -05:00
  • 523c7df519 feat: Download and bundle remote URL imports Aaron Klinker 2023-06-22 23:25:57 -05:00
  • 047ce0464e feat: Automatically add CSS files to content scripts Aaron Klinker 2023-06-22 23:23:41 -05:00
  • 53fb805a3b chore: move .exvite directory into srcDir instead of root Aaron Klinker 2023-06-22 23:22:35 -05:00
  • 1f6c4a0e0d chore: Simplify BuildOutput type Aaron Klinker 2023-06-22 23:21:44 -05:00
  • 1e7c738de4 feat: Build entrypoints and output manfiest.json Aaron Klinker 2023-06-22 16:49:16 -05:00
  • f09ffbb803 feat: separate output directories for each browser/manifest version Aaron Klinker 2023-06-21 16:11:04 -05:00
  • a63f0618d5 feat: Resolve entrypoints based on filesystem Aaron Klinker 2023-06-21 16:04:01 -05:00
  • 5b07c95ec7 feat: Export and bootstrap the /client package Aaron Klinker 2023-06-21 16:02:43 -05:00
  • e6c0d842ca chore: Refactor cli files into their own directory Aaron Klinker 2023-06-21 16:01:19 -05:00
  • 232ff7a037 feat: Add logger to config Aaron Klinker 2023-06-20 18:00:53 -05:00
  • 24a561e97e Initial commit Aaron Klinker 2023-06-20 17:46:49 -05:00
  • ee7c2cd3af Initial commit Aaron 2023-06-25 10:48:11 -05:00