docs(changelog): 1.0.2 — Alipay CDN fonts, streaming flicker/marker fixes, Minifish exports - #14
Conversation
…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>
|
Warning Review limit reached
Next review available in: 44 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (6)
Note 🎁 Summarized by CodeRabbit FreeYour 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 |
There was a problem hiding this comment.
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.
🤔 This is a ...
🔗 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.2block tochangelog/CHANGELOG.zh-CN.md+changelog/CHANGELOG.en-US.md(the source the docs-site/changelogtimeline 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
./es/Markdown/indexand./es/MiniNodeRenderer/indexexport subpaths for bundlers honoringpackage.json#exports(e.g. Minifish); smaller package (removed inlined base64 fonts)../es/Markdown/index与./es/MiniNodeRenderer/index导出子路径以适配尊重package.json#exports的构建工具(如 Minifish);包体减小(移除内联 base64 字体)。