@updog/data-editor-wc 0.1.19 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/index.js +4437 -4434
- package/package.json +1 -1
- package/assets/chatTransform.worker-xnO1PFUC.js +0 -1
- package/assets/filter.worker-Dtii7NzO.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to `@updog/data-editor` and `@updog/data-editor-wc` are docu
|
|
|
4
4
|
|
|
5
5
|
This project follows [Semantic Versioning](https://semver.org/). While the version is `0.x`, minor version bumps may include breaking changes; we will call them out explicitly.
|
|
6
6
|
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **Workers inlined as blob URLs.** Internal change: `filter` and `chatTransform` workers now ship inlined in the main bundle and spawn via `URL.createObjectURL`. Resolves loading failures in Next.js 16 / Turbopack and other non-Vite consumers. Adds ~27 KB to the main bundle (minified worker source, no source maps). Requires `worker-src blob:` in any strict Content-Security-Policy.
|
|
12
|
+
|
|
7
13
|
## [0.1.0] — 2026-04-21
|
|
8
14
|
|
|
9
15
|
First public release.
|