Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat maplib #2667

Closed
wants to merge 2 commits into from
Closed

Feat maplib #2667

wants to merge 2 commits into from

Conversation

lzxue
Copy link
Contributor

@lzxue lzxue commented Feb 8, 2025

[English Template / 英文模板]

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 工作流程
  • 版本更新
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

语言 更新描述
🇺🇸 英文
🇨🇳 中文

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Copy link

Walkthrough

This pull request introduces patches to various components of the @antv/l7 library, including core, layers, maps, renderer, scene, source, and utilities. Additionally, it fixes a script path in package.json and adds a condition to close the browser in test utilities.

Changes

Files Summary
.changeset/orange-points-eat.md Added patches for multiple @antv/l7 components.
package.json Corrected the script path for lint:ts-fix.
tests/integration/utils/generator.ts Added a condition to close the browser if it exists.
tests/integration/snapshots/* No changes in snapshot files.
packages/test-utils/package.json Minor changes without deletions.
🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me.

package.json Outdated
@@ -17,7 +17,7 @@
"check-format": "./scripts/format-check.sh",
"format": "./scripts/format-fix.sh",
"lint:ts": "./scripts/eslint-lint.sh",
"lint:ts-fix": "/scripts/eslint-fix.sh",
"lint:ts-fix": "./scripts/eslint-fix.sh",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the script path for lint:ts-fix from /scripts/eslint-fix.sh to ./scripts/eslint-fix.sh. This change ensures the script runs correctly.

Copy link

changeset-bot bot commented Feb 8, 2025

🦋 Changeset detected

Latest commit: 87f7c7f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@antv/l7-component Patch
@antv/l7-core Patch
@antv/l7 Patch
@antv/l7-layers Patch
@antv/l7-map Patch
@antv/l7-maps Patch
@antv/l7-renderer Patch
@antv/l7-scene Patch
@antv/l7-source Patch
@antv/l7-test-utils Patch
@antv/l7-three Patch
@antv/l7-utils Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Base automatically changed from feat/maplibre to master February 8, 2025 10:39
@lzxue lzxue closed this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant