diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index e6a3e98c..aa570005 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -2,9 +2,13 @@ ### 3.1.2 +_2022-12-12_ + #### Bug fixes - Fixed the issue that the navigation component gets empty cesiumObject value through ready event. +- Fixed the issue that the vertical measurement gets a wrong result. +- Fixed the issue that the useVueCesium cannot get third-party library instantiation object. ### 3.1.1 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index ec2a79f9..75cca415 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -2,9 +2,13 @@ ### 3.1.2 +_2022-12-12_ + #### Bug 修复 - 修复导航组件通过 ready 事件获取 cesiumObject 值为空的问题。 +- 修复垂直高度量算交互错误问题。 +- 修复 useVueCesium 不能获取第三方库实例化对象问题。 ### 3.1.1 diff --git a/README.md b/README.md index 907e52e4..e12a9645 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- +

@@ -33,6 +33,11 @@ - 💪 Vue 3.0 Composition API - 🔥 Written in TypeScript +- 🎉 Joined the [Cesium Certified Developer Program](https://cesium.com/learn/certified-developer-directory/) + +

+ +

## Getting Started | [简体中文](./README.zh.md) diff --git a/README.zh.md b/README.zh.md index 291e61f6..cd064d56 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,7 +1,7 @@ +

+ + {{ langConfig[10] }} + +

diff --git a/website/pages/resource.vue b/website/pages/resource.vue index cb743041..70de87cc 100644 --- a/website/pages/resource.vue +++ b/website/pages/resource.vue @@ -2,6 +2,13 @@

{{ langConfig[1] }}

{{ langConfig.placeholder2 }}

+ + +
    diff --git a/website/public/images/certified-dev-banner-light-sm_01.png b/website/public/images/certified-dev-banner-light-sm_01.png new file mode 100644 index 00000000..547d3d96 Binary files /dev/null and b/website/public/images/certified-dev-banner-light-sm_01.png differ