Skip to content

[jp-sync] jp-sync: Update JP changelog files to sync with EN changes#1942

Merged
gedinakova merged 8 commits into
vnextfrom
vnext-17a91fc9cc793c70
Apr 7, 2026
Merged

[jp-sync] jp-sync: Update JP changelog files to sync with EN changes#1942
gedinakova merged 8 commits into
vnextfrom
vnext-17a91fc9cc793c70

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Summary

This PR updates the Japanese documentation changelog files to sync with English changes.

Completed Changes

Task 2: doc/jp/components/general-changelog-dv.md (Angular)

  • Added new {PackageVerLatest} Bug Fixes section with 7 bug entries (IgxDataChart, IgxDataPieChart, IgxDataTooltipLayer, Excel)
  • Renamed old {PackageVerLatest} content to {PackageVerChanges-26-1-JAN} (Angular 21 support + OthersCategoryBrush/Outline enhancements)

Task 3: doc/jp/components/general-changelog-dv-react.md (React)

  • Added new {PackageVerLatest} Bug Fixes section with 5 bug entries
  • Added new {PackageVerChanges-26-2-FEB} section with AI Copilot Skills, Chat features, breaking changes, grid improvements (localization, PDF export, Popover API)
  • Renamed old {PackageVerLatest} content to {PackageVerChanges-25-2-FEB}

Task 4: doc/jp/components/general-changelog-dv-blazor.md (Blazor)

  • Added new {PackageVerLatest} Bug Fixes section (3229, 2754)
  • Added new {PackageVerChanges-25-2-MAR} section (translated from EN) with IgbQueryBuilder, grid PDF export, IgbThemeProvider, and 40+ translated bug fixes
  • Renamed old {PackageVerLatest} content to {PackageVerChanges-25-2-DEC}

Task 5: doc/jp/components/general-changelog-dv-wc.md (WebComponents)

  • Added new {PackageVerLatest} Bug Fixes section with 5 bug entries
  • Added new {PackageVerChanges-26-1-FEB} section with Charts bug fixes, AI Copilot Skills, breaking changes, grid improvements
  • Renamed old {PackageVerLatest} content to {PackageVerChanges-25-2-DEC}

Incomplete: Task 1 - 17 new JP changelog wrapper files

The doc/jp/components/changelog/ directory does not exist and could not be created in this environment (directory creation is restricted). The following 17 files need to be added manually using the JP template shown below:

  • doc/jp/components/changelog/igniteui-charts.md
  • doc/jp/components/changelog/igniteui-core.md
  • doc/jp/components/changelog/igniteui-dashboards.md
  • doc/jp/components/changelog/igniteui-data-grids.md
  • doc/jp/components/changelog/igniteui-datasources.md
  • doc/jp/components/changelog/igniteui-dc3.md
  • doc/jp/components/changelog/igniteui-dockmanager.md
  • doc/jp/components/changelog/igniteui-excel.md
  • doc/jp/components/changelog/igniteui-gauges.md
  • doc/jp/components/changelog/igniteui-grids.md
  • doc/jp/components/changelog/igniteui-inputs.md
  • doc/jp/components/changelog/igniteui-layouts.md
  • doc/jp/components/changelog/igniteui-maps.md
  • doc/jp/components/changelog/igniteui-react.md
  • doc/jp/components/changelog/igniteui-spreadsheet-chart-adapter.md
  • doc/jp/components/changelog/igniteui-spreadsheet.md
  • doc/jp/components/changelog/igniteui-webcomponents.md

JP template content for each file:

---
title: {Platform} 新機能 | {ProductName} | インフラジスティックス
_description: {ProductName} の新機能について学んでください。
_keywords: Changelog, What's New, {ProductName}, Infragistics, 変更ログ, 新機能, インフラジスティックス
mentionedTypes: ["SeriesViewer", "XYChart", "DomainChart", "XamDataChart", "Toolbar", "XamGeographicMap", "DatePicker", "MultiColumnComboBox", "CategoryChart", "CrosshairLayer", "FinalValueLayer", "CalloutLayer", "DataLegend", "Grid", "GridSelectionMode", DataGridCellEventArgs, DataGridSelectionMode, DataSourceSummaryOperand, "XamRadialGauge", "XamRadialChart", "Toolbar"]
namespace: Infragistics.Controls.Charts
_language: ja
---
# {ProductName} 変更ログ



{ProductName} の各バージョンのすべての重要な変更は、このページに記載されています。

Note

🔒 Integrity filtering filtered 1 item

Integrity filtering activated and filtered the following item during workflow execution.
This happens when a tool call accesses a resource that does not meet the required integrity or secrecy level of the workflow.

Generated by Sync Japanese Documentation ·

- Add new {PackageVerLatest} Bug Fixes sections to Angular, React, Blazor, WebComponents
- Promote old {PackageVerLatest} content to dated version sections
- Add {PackageVerChanges-26-1-JAN} for Angular
- Add {PackageVerChanges-26-2-FEB} for React with AI Copilot Skills and grid improvements
- Add {PackageVerChanges-25-2-MAR} for Blazor with IgbQueryBuilder and IgbThemeProvider
- Add {PackageVerChanges-26-1-FEB} for WebComponents with AI Copilot Skills

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@TomoyaWashio TomoyaWashio left a comment

Choose a reason for hiding this comment

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

Could you please review the comment at the link below?
Everything else looks fine.
https://github.com/IgniteUI/igniteui-xplat-docs/pull/1942/changes#r3007556979

| バグ番号 | コントロール | 説明 |
|------------|---------|-------------|
|2327|IgcToolbar|WebComponents で SubPanel サンプルが機能しない。|
|2638|IgcDataChart|回転したラベルのマウス ヒット検出を改善。|
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It says: “Improve mouse hot detection for rotated labels”.
Did you mean “mouse hit detection” (hit testing) here?

https://github.com/IgniteUI/igniteui-xplat-docs/blob/181b3c5669893dac387b4df5c887d4c25249c3fe/doc/en/components/general-changelog-dv-wc.md?plain=1#L35

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@ChronosSF
I’d like to confirm something about the source text for the translation.
In igniteui-xplat-docs/doc/en/components/general-changelog-dv-wc.md, line 35 contains:
|2638|IgcDataChart|Improve mouse hot detection for rotated labels|
Could you please confirm whether “hot” is correct here?
Thank you.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Think this should be directed at @IGvaleries.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

yes it should be hit not hot

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@IGvaleries Thank you for confirming. I will translate it as hit and approve the PR.

@gedinakova gedinakova merged commit 11b27e0 into vnext Apr 7, 2026
7 checks passed
@gedinakova gedinakova deleted the vnext-17a91fc9cc793c70 branch April 7, 2026 05:29
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.

4 participants