@tomtom-org/maps-sdk 0.42.1 → 0.43.0
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 +22 -0
- package/LICENSE.txt +426 -77
- package/README.md +7 -5
- package/core/dist/THIRD_PARTY.txt +1 -61
- package/core/dist/core.es.js +1 -1
- package/core/dist/core.es.js.map +1 -1
- package/core/dist/index.d.ts +1 -1
- package/map/dist/THIRD_PARTY.txt +4 -197
- package/map/dist/map.es.js +1 -1
- package/map/dist/map.es.js.map +1 -1
- package/map/package.json +4 -4
- package/package.json +11 -3
- package/services/dist/THIRD_PARTY.txt +1 -96
- package/services/dist/index.d.ts +8 -8
- package/services/dist/services.es.js +1 -45
- package/services/dist/services.es.js.map +1 -1
- package/services/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.43.0](https://github.com/tomtom-internal/maps-sdk-js/compare/v0.42.3...v0.43.0) (2026-02-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add shared CSS design system and reusable HTML templates for examples ([5d5e77b](https://github.com/tomtom-internal/maps-sdk-js/commit/5d5e77bb95ba2d47ef87533edaf894780a9c8860))
|
|
11
|
+
* add template CSS inlining and local SDK dependency resolution to Sandpack ([d16d9b6](https://github.com/tomtom-internal/maps-sdk-js/commit/d16d9b6f863d12b69033be350fac84ecbf5b1e2d))
|
|
12
|
+
* migrate all examples to use the shared CSS design system ([76f42f9](https://github.com/tomtom-internal/maps-sdk-js/commit/76f42f90304e4db4b7061f91120d1632b6c4f0f5))
|
|
13
|
+
* zod and lodash are now peer dependencies, not bundled in sdk anymore ([e7dbce5](https://github.com/tomtom-internal/maps-sdk-js/commit/e7dbce52d73372087fc6a38cd5a1eae499223e11))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* update Playwright config for Chrome for Testing WebGL support and refresh snapshots ([05d644f](https://github.com/tomtom-internal/maps-sdk-js/commit/05d644f82857ce6f828394a6f5bebb569d895ad4))
|
|
19
|
+
|
|
20
|
+
## [0.42.2](https://github.com/tomtom-internal/maps-sdk-js/compare/v0.42.1...v0.42.2) (2026-02-06)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* ensure map theme switching is smooth ([f5ce208](https://github.com/tomtom-internal/maps-sdk-js/commit/f5ce208d1dfbc725e68ce2b57d4f20adafac1c06))
|
|
26
|
+
|
|
5
27
|
## [0.42.1](https://github.com/tomtom-internal/maps-sdk-js/compare/v0.42.0...v0.42.1) (2026-02-03)
|
|
6
28
|
|
|
7
29
|
|