v2.0.3 — final Shadow DOM release
The last release of the Shadow DOM architecture. v3 replaces it with light DOM rendering.
No runtime change: dist/component.esm.js is byte-identical to 2.0.2. This release exists to ship a smaller, correct package.
Packaging
A files allowlist was added after 2.0.2 was published, so the 2.0.2 tarball still carried eslint.config.js and scripts/build.js. Those are gone. The package is now exactly dist/, src/, and builds/, plus LICENSE, package.json, and README.md.
Tooling
- Switched to pnpm; the npm lockfile was removed
- Added Prettier across the repo
- Bumped esbuild to 0.27.7
- README Development instructions now use pnpm
Full Changelog: 9027d99...v2.0.3