Releases: s3xysteak/vite-plugin-cesium-build
Releases · s3xysteak/vite-plugin-cesium-build
v0.7.0
v0.6.1
🐞 Bug Fixes
- Skip transformIndexHtml if
customCesiumBaseUrl
is true - by @s3xysteak in #16 (1f9e2)
View changes on GitHub
v0.6.0
🚀 Features
- Introduce new option:
iife
. Defaulttrue
. - by @s3xysteak in #15 (cbced)
View changes on GitHub
v0.5.0
🚨 Breaking Changes
- core: Improve copy and imports. - by @s3xysteak (1189f)
- Use crossorigin in PROD - by @s3xysteak (89e30)
View changes on GitHub
v0.4.4
🚀 Features
- Added automatic import of cesium css - by @jfayot and @s3xysteak in #9 (b8fa9)
🐞 Bug Fixes
View changes on GitHub
v0.4.3
🚀 Features
- Remove the tip about sourcemap of Cesium. Because it was fixed in v1.118. Refer to CesiumGS/cesium#11993 - by @s3xysteak (16b84)
View changes on GitHub
v0.4.2
🐞 Bug Fixes
- Respect
customCesiumBaseUrl
. NowCESIUM_BASE_URL
is correct. - by @s3xysteak (48527)
View changes on GitHub
v0.4.1
🚀 Features
- Use CesiumUnminified at dev. - by @s3xysteak (f20dc)
- Use
Base
while dev - by @s3xysteak (9b15f) - Add a console log when using IIFE. - by @s3xysteak (e1bfb)
🐞 Bug Fixes
- No need to change baseUrl on dev or prod. - by @s3xysteak (1feea)
View changes on GitHub
v0.4.0
🚨 Breaking Changes
- cesium: Use iife of
Cesium.js
in dev to consistent with what after building. - by @s3xysteak (31603)
View changes on GitHub
v0.3.1
🚀 Features
- Export all from core to support fully customize - by @s3xysteak (6e2df)