@yarrow-uz/yarrow-map-web-sdk 1.0.45 → 1.0.46
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 +9 -0
- package/README.md +2 -2
- package/dist/main.js +3 -4
- package/dist/module.js +3 -4
- package/dist/react/index.js +1 -1
- package/package.json +2 -3
- package/dist/yarrow.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.0.46] - 2026-04-06
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- Removed `axios` dependency and migrated to native `fetch` API for all HTTP requests.
|
|
9
|
+
- Replaced axios interceptor with `addApiKeyToUrl()` helper to append API key to request URLs.
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- CSS injection implementation for improved style handling.
|
|
13
|
+
|
|
5
14
|
## [1.0.45] - 2026-03-12
|
|
6
15
|
|
|
7
16
|
### Changed
|
package/README.md
CHANGED
|
@@ -1036,8 +1036,8 @@ interface SearchOptions {
|
|
|
1036
1036
|
|
|
1037
1037
|
## Version Information
|
|
1038
1038
|
|
|
1039
|
-
- **Current Version**: 1.0.
|
|
1040
|
-
- **Dependencies**: maplibre-gl ^5.19.0
|
|
1039
|
+
- **Current Version**: 1.0.46
|
|
1040
|
+
- **Dependencies**: maplibre-gl ^5.19.0
|
|
1041
1041
|
- **Changelog**: `CHANGELOG.md`
|
|
1042
1042
|
|
|
1043
1043
|
## Support
|