Skip to content

docs(changelog): 1.0.2 — Alipay CDN fonts, streaming flicker/marker fixes, Minifish exports - #14

Merged
Div627 merged 1 commit into
mainfrom
release/1.0.2
Jul 7, 2026
Merged

docs(changelog): 1.0.2 — Alipay CDN fonts, streaming flicker/marker fixes, Minifish exports#14
Div627 merged 1 commit into
mainfrom
release/1.0.2

Conversation

@Div627

@Div627 Div627 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

🤔 This is a ...

  • 🆕 New feature
  • 🐞 Bug fix
  • 📝 Site / documentation improvement
  • 📽️ Demo improvement
  • 💄 Component style improvement
  • 🤖 TypeScript definition improvement
  • 📦 Bundle size optimization
  • ⚡️ Performance optimization
  • ⭐️ Feature enhancement
  • 🌐 Internationalization
  • 🛠 Refactoring
  • 🎨 Code style optimization
  • ✅ Test Case
  • 🔀 Branch merge
  • ⏩ Workflow
  • ⌨️ Accessibility improvement
  • ❓ Other (about what?)

🔗 Related Issues

Release notes for 1.0.2, covering #12 (library fix) and #13 (WeChat example fixture). Merge after #12 and #13, then npm run release.

💡 Background and Solution

Adds the ## 1.0.2 block to changelog/CHANGELOG.zh-CN.md + changelog/CHANGELOG.en-US.md (the source the docs-site /changelog timeline is generated from) and bumps the version in the four test-gated spots: package.json, docs-site/public/site.js (CURRENT_VERSION), examples/alipay/package.json, examples/wechat/package.json.

1.0.2 is a patch: all changes are fixes plus a bundle-size improvement; no breaking changes, no new public runtime API.

📝 Change Log

Language Changelog
🇺🇸 English Alipay real-device KaTeX now loads fonts from a whitelisted CDN (add the font CDN domain to your mini-program download allowlist); fixed whole-page flicker and split list markers while streaming; added ./es/Markdown/index and ./es/MiniNodeRenderer/index export subpaths for bundlers honoring package.json#exports (e.g. Minifish); smaller package (removed inlined base64 fonts).
🇨🇳 Chinese 支付宝真机 KaTeX 改为从白名单 CDN 加载字体(需在小程序「下载合法域名」中加入字体 CDN 域名);修复流式渲染公式时整页闪动与列表序号换行;新增 ./es/Markdown/index./es/MiniNodeRenderer/index 导出子路径以适配尊重 package.json#exports 的构建工具(如 Minifish);包体减小(移除内联 base64 字体)。

…exports

Add the 1.0.2 changelog block (zh-CN + en-US) and bump the version in the
four test-gated spots (package.json, docs-site/public/site.js CURRENT_VERSION,
examples/alipay + examples/wechat package.json deps).

Documents the changes in #12 (library) and #13 (WeChat example fixture).
Merge after those; then `npm run release` publishes 1.0.2.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Div627, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 44 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Free

Run ID: 55763fcb-2ea1-4b4c-9e35-691430e2282e

📥 Commits

Reviewing files that changed from the base of the PR and between ddcc316 and c11f35d.

📒 Files selected for processing (6)
  • changelog/CHANGELOG.en-US.md
  • changelog/CHANGELOG.zh-CN.md
  • docs-site/public/site.js
  • examples/alipay/package.json
  • examples/wechat/package.json
  • package.json

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the package version to 1.0.2 across package.json, documentation, and example projects, alongside updating the English and Chinese changelogs. The changes document several fixes and improvements, including resolving KaTeX formula fallback on Alipay real devices, preventing page flickering during formula streaming, fixing line wrapping for ordered-list markers, resolving bundler subpath export issues, and reducing package size by optimizing font loading. No review comments were provided, so there is no additional feedback.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@Div627
Div627 merged commit 8ea81e5 into main Jul 7, 2026
7 of 8 checks passed
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