3 hours ago
formatjs

formatjs_cli_v0.1.12

FormatJS Rust CLI Release

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux x86_64: formatjs_cli-linux-x64

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.12/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_v0.1.12/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.12/checksums.txt
shasum -a 256 -c checksums.txt
4 hours ago
formatjs

formatjs_cli_v0.1.11

FormatJS Rust CLI Release

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux x86_64: formatjs_cli-linux-x64

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.11/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_v0.1.11/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.11/checksums.txt
shasum -a 256 -c checksums.txt
6 hours ago
opensheetmusicdisplay

1.9.5

See Changelog:

1.9.5 (2026-01-29)

Bug Fixes

  • Beams: Fix beams not fully covering stem of last note (~1 px missing) (#1593) (a03ce79)
  • DrawFromMeasure: Fix some clef changes not respected when starting to render from a later measure instead of first (#1079) (e.g. option drawFromMeasureNumber: 9) (d62b2c5)
  • Transposing: Fix transposition from complex key signatures like c# major with >6 sharps/flats leading to unexpected key signature (1b2aece)
  • Transposing: Prefer sharps for transposing to sharp key signature and vice versa for flats (#1345). Prefer given accidental if it doesn't conflict with new keysignature (partly revert behavior change in recent fix for #1639) (69506f8)
  • Transposing: Transposing back and forth doesn't change accidentals anymore (#1639, #1383) (transposing back to original key signature keeps original accidentals) (39796fe)
7 hours ago
nextui

@heroui/tooltip@2.2.27

Patch Changes

  • Updated dependencies []:
    • @heroui/aria-utils@2.2.27
    • @heroui/framer-utils@2.1.26
7 hours ago
nextui

@heroui/tabs@2.2.27

Patch Changes

  • Updated dependencies []:
    • @heroui/aria-utils@2.2.27
7 hours ago
nextui

@heroui/toast@2.0.20

Patch Changes

  • Updated dependencies []:
    • @heroui/spinner@2.2.27
7 hours ago
nextui

@heroui/user@2.2.25

Patch Changes

  • Updated dependencies [5ec842b]:
    • @heroui/avatar@2.2.25
7 hours ago
nextui

@heroui/use-image@2.1.14

Patch Changes

  • #6041 5ec842b Thanks @brianatdetections! - Fix race condition in use-image hook that caused cached images to remain invisible (stuck at opacity-0) on Firefox and Safari.

    Root Cause: Event handlers (onload/onerror) were attached AFTER setting the image src. For cached images, the browser fires onload synchronously when src is set, causing the event to be missed. This is particularly prevalent in Firefox and Safari due to their JavaScript execution timing characteristics.

    Solution:

    • Attach onload/onerror handlers BEFORE setting src
    • Check both naturalWidth AND naturalHeight (per CodeRabbit review feedback on #4523)
    • Handle synchronous error callbacks for failed cached images
    • Include ignoreFallback in useCallback dependencies to prevent stale closures when prop changes dynamically
    • Add comprehensive test coverage including synchronous callback scenarios and dynamic ignoreFallback changes

    Fixes #4534, #2259

7 hours ago
nextui

@heroui/table@2.2.30

Patch Changes

  • Updated dependencies []:
    • @heroui/checkbox@2.3.30
7 hours ago
nextui

@heroui/theme@2.4.26

Patch Changes