- Update sponsors data + fix sponsors layout on narrow screen (fadf13a)
- Detect binaries and entry files in node:child_process calls (fc3598c)
- It works™ (2d9ce84)
- Extend known issues doc w/ workaround (close #1763) (fcd444b)
- Support ignoreExportsUsedInFile per workspace (close #1495) (4b898a9)
- feat(vscode): add
workspaceRootconfig option to enable use in a VSCode workspace that does not have package.json at the workspace root (#1667) (7c1ebef) - thanks @anmilleriii! - Replace minimist with node:util.parseArgs (resolve #1492) (b360c5c)
- Preserve minimist numeric coercion and --no-x negation (c12153c)
- Simplify parseArgs adapter (ba15e41)
- Detect and credit registered custom elements (resolve #1394) (62dcda5)
- Add Lit and FAST plugins to detect @CustomElement classes (348d2c9)
- Add new testimonials (77fd7ed)
- Scope custom path aliases per workspace (resolve #1775) (d908099)
- Restructure tests (ec4c779)
- Simplify boolean check in parseArgs adapter (ba6865d)
- Scope static custom-element define detection to the FAST plugin (94632cd)
- Add Custom Elements feature docs page (230bd73)
- Update known-issues.md (f1f4c1b)
- Fix crash on backtick string literals in plugin config (resolve #1776) (f1adc7f)
- Format (e4720ca)
- Fix backtick string literals in require() and plugin-name config arrays (#1776) (d14eb05)
- Credit custom elements via aliases, scoped registries, and static blocks (d7cbe12)
- Improve Stencil plugin: credit @component and recognize test files (152d730)
- Add Catalyst plugin to credit bare @controller custom elements (8a37f8c)
- Document Stencil, Catalyst, static-block custom el reg. (105fba3)
- Auto-format md (f4fcf4e)