Releases: CanCLID/rime-react
Releases · CanCLID/rime-react
v0.1.7
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.5
Highlights
- CI matrix now targets macOS and Linux only.
- Simplified native build script by removing Windows-specific paths.
Notes
- Windows builds are no longer run in CI. This release focuses on CI stability and maintainability.
v0.1.4
Highlights
- Fix Windows CI by skipping WASM builds where emcmake isn’t available.
- Refresh OpenCC patch to apply cleanly and build with C++17.
- Docker build aligns with Node 22 (npm 11) behavior.
- Removed GitHub Pages deployment workflow.
Notes
- This release focuses on CI stability and build reproducibility.
v0.1.3
v0.1.3
Highlights
- Docker build now uses Node 22 to align with CI and npm lockfile behavior.
- Windows native build avoids OpenCC deprecation failures.
Notes
- This release is aimed at stabilizing CI and Docker builds.
v0.1.2
v0.1.2
Highlights
- Toolbar + Preferences shipped and wired into the demo.
- Candidate menu orientation now reflects the preference selection.
- Switch list support added (parsed from schema config) to power toolbar options.
- Example app deployment workflow (GitHub Pages) and asset paths updated.
- Tooling/deps updated (React 19, Vite 7, ESLint 9, TS 5.9).
Notes
setPreferencereturnsbooleanto signal success (used for deploy flow).- No API breaking changes intended beyond return type signaling.
0.1.1
- Fix: Cursor changes in
<input>aren’t handled in certain browsers - Fix: Cannot load
rime.jsandrime.wasmby relative paths
0.1.0
- Fix Initialization Errors