Skip to content

Conversation

@lzxue
Copy link
Contributor

@lzxue lzxue commented Jul 3, 2025

[English Template / 英文模板]

🤔 这个变动的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

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

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

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

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

lzxue added 17 commits July 1, 2025 11:43
- Rebuild gl package native bindings to fix webgl.node missing error
- Configure Jest to run tests serially (maxWorkers: 1) to avoid GL context conflicts
- Add memory limits and Node.js heap size increase to prevent SIGABRT crashes
- Add missing @eslint/js dependency for ESLint configuration
- All 87 test suites now pass including citybuliding layer tests

Fixes GL context creation issues in Jest environment that were causing
worker processes to crash with SIGABRT errors due to memory limitations
and concurrent GL context creation.
- Remove -actual suffix from snapshot files
- Update existing snapshot files to match current rendering output
- Clean up unused snapshot files
- Add changeset for layer relative coordinate system feature
- Mark all L7 packages as minor version bump
- Update changeset description
@changeset-bot
Copy link

changeset-bot bot commented Jul 3, 2025

🦋 Changeset detected

Latest commit: cc65c5f

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-layers Patch
@antv/l7-source Patch
@antv/l7-core Patch
@antv/l7-maps Patch
@antv/l7-map Patch
@antv/l7 Patch
@antv/l7-scene Patch
@antv/l7-renderer 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

@petercat-assistant
Copy link

Walkthrough

此PR主要涉及对多个包版本的私有化处理,更新了相关的变更集文件和测试工具的package.json。

Changes

文件 概要
.changeset/true-lamps-repair.md 添加了多个包的补丁版本信息,并支持相对坐标系。
packages/test-utils/package.json 更新了依赖项的版本信息。

@@ -1,7 +1,7 @@
{
"name": "@antv/l7-test-utils",

Choose a reason for hiding this comment

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

Ensure that the version changes in package.json do not introduce compatibility issues with existing dependencies.

@lzxue lzxue closed this Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants