@zwishing/emap 0.1.2 → 0.1.3
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 +14 -1
- package/dist/mapshaper-vendor.js +1 -1
- package/dist/mapshaper-vendor.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.3] - 2026-05-17
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Made the browser mapshaper vendor loader prefer `window.modules` before any
|
|
15
|
+
bundler-injected `require` shim. This closes the remaining Vite dev
|
|
16
|
+
dep-optimizer failure where esbuild could make `require` truthy and trigger
|
|
17
|
+
`Dynamic require of "iconv-lite" is not supported` on file upload.
|
|
18
|
+
- Added an esbuild pre-bundle smoke test for the shipped ESM entry so this
|
|
19
|
+
Vite dev failure mode is covered in CI.
|
|
20
|
+
|
|
10
21
|
## [0.1.2] - 2026-05-16
|
|
11
22
|
|
|
12
23
|
### Fixed
|
|
@@ -64,6 +75,8 @@ Initial public release.
|
|
|
64
75
|
- Distributed control stylesheet as `dist/emap.css` (importable via
|
|
65
76
|
`@zwishing/emap/style.css`).
|
|
66
77
|
|
|
67
|
-
[Unreleased]: https://github.com/zwishing/emap/compare/v0.1.
|
|
78
|
+
[Unreleased]: https://github.com/zwishing/emap/compare/v0.1.3...HEAD
|
|
79
|
+
[0.1.3]: https://github.com/zwishing/emap/compare/v0.1.2...v0.1.3
|
|
80
|
+
[0.1.2]: https://github.com/zwishing/emap/compare/v0.1.1...v0.1.2
|
|
68
81
|
[0.1.1]: https://github.com/zwishing/emap/compare/v0.1.0...v0.1.1
|
|
69
82
|
[0.1.0]: https://github.com/zwishing/emap/releases/tag/v0.1.0
|