Skip to content

v0.0.1

Compare
Choose a tag to compare
@aklinker1 aklinker1 released this 26 Jun 15:15
· 1203 commits to main since this release

compare changes

πŸš€ Enhancements

  • Add logger to config (232ff7a)
  • Export and bootstrap the /client package (5b07c95)
  • Resolve entrypoints based on filesystem (a63f061)
  • Separate output directories for each browser/manifest version (f09ffbb)
  • Build entrypoints and output manifest.json (1e7c738)
  • Automatically add CSS files to content scripts (047ce04)
  • Download and bundle remote URL imports (523c7df)
  • Generate type declarations and config for project types and auto-imports (21debad)
  • Good looking console output (e2cc995)
  • Dev server working and a valid extension is built (505e419)
  • Virtualized content script entrypoint (ca29537)
  • Provide custom, typed globals defined by Vite (8c59a1c)
  • Copy public directory to outputs (1a25f2b)
  • Support browser and chrome styles for mv2 popups (7945c94)
  • Support browser and chrome styles for mv2 popups (7abb577)
  • Support more CLI flags for build and dev (#9)
  • Add more supported browser types (f114c5b)
  • Open browser when starting dev server (#11)

🩹 Fixes

  • Support srcDir config (739d19f)
  • Root path customization now works (4faa3b3)
  • Print durations as ms/s based on total time (3e37de9)
  • Don't print error twice when background crashes (407627c)
  • Load package.json from root not cwd (3ca16ee)
  • Only allow a single entrypoint with a given name (8eb4e86)
  • Respect the mv2 popup type (0f37ceb)
  • Respect background type and persistent manifest options (573ef80)
  • Make content script array orders consistent (f380378)
  • Firefox manifest warnings in dev mode (50bb845)

πŸ“– Documentation

🏑 Chore

  • Refactor cli files into their own directory (e6c0d84)
  • Simplify BuildOutput type (1f6c4a0)
  • Move .exvite directory into srcDir instead of root (53fb805)
  • Refactor CLI commands (b8952b6)
  • Improve build summary sorting (ec57e8c)
  • Remove comments (e3e9c0d)
  • Refactor internal config creation (7c634f4)
  • Check virtual entrypoints feature in README (70208f4)
  • Add E2E tests and convert to vitest workspace (5813302)
  • Rename package to wxt (51a1072)
  • Fix header log's timestamp (8ca5657)
  • Fix demo global usage (1ecfedd)
  • Refactor folder structure (9ab3953)
  • Fix release workflow (2e94f2a)

πŸ€– CI

  • Create validation workflow (#12)
  • Create release workflow (#13)