formatjs_cli_v1.1.3
- macOS Apple Silicon:
formatjs_cli-darwin-arm64 - Linux x86_64:
formatjs_cli-linux-x64
# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.3/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs
# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.3/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs
Verify the checksums:
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.3/checksums.txt
shasum -a 256 -c checksums.txt
1.9.9
See Changelog:
1.9.9 (2026-05-05)
- Lyrics: Fix lyrics overlap for pickup measure / last note in measure with dash that's part of a multi-syllable word (PR #1672, #1659) (7833778)
- Npm Audit: gl bumped to ^9.0.0-rc.10, should remove npm audit warning for tar (even though the released package doesn't use gl anyways, it's an optional devDependency) (18c3544)
v7.15.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7150
shadcn@4.7.0
-
#10519
eb42ae25fda81e90e621f1e334e5126b1f22371dThanks @shadcn! - add support for package imports -
#10528
309d95017fce3936548c15d2ef827c84560cc45aThanks @shadcn! - allow alias placeholders in target for registry items
- #10559
28b3e5f36086677b0533583817407d8f936a567bThanks @shadcn! - add previous version error suggestion
v4.12.17
- fix(jsx): normalize SVG attributes on the root element by @kfly8 in https://github.com/honojs/hono/pull/4893
- fix(ssg): add
atom+xmlandrss+xmltodefaultExtensionMapby @yuintei in https://github.com/honojs/hono/pull/4899 - fix(cors): make origin optional in CORSOptions by @truffle-dev in https://github.com/honojs/hono/pull/4905
- fix(types): propagate middleware response types to app.on overloads by @T4ko0522 in https://github.com/honojs/hono/pull/4906
- @kfly8 made their first contribution in https://github.com/honojs/hono/pull/4893
- @truffle-dev made their first contribution in https://github.com/honojs/hono/pull/4905
Full Changelog: https://github.com/honojs/hono/compare/v4.12.16...v4.12.17
fix minor old bugs and update builder
- fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
- fix stop node expression when ns prefix is removed (found by iruizsalinas)
- update XML Builder to 1.1.7
- mark addEntity deprecated