Skip to content

Releases: farcasterxyz/snap

@farcaster/snap@2.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 18:00
Immutable release. Only release title and notes can be modified.
5161a57

Minor Changes

  • #159 bfbf8e7 Thanks @bob-obringer! - feat(cell_grid): add on.press so a single press can fire an action (e.g. submit) without requiring a separate button. Two interaction modes, mutually exclusive: leave select: "off" (default) and bind on.press for press-to-act — inputs[name] is set to "row,col" before the action runs, so the POST body identifies the pressed cell; OR set select: "single" / "multiple" for press-to-select with a visual ring and pair with a separate submit button. on.press is ignored whenever select is on. Event name matches button.on.press for consistency.

Patch Changes

  • #155 66f3b9c Thanks @bob-obringer! - fix(react-native): wire up ConfettiOverlay in SnapViewCoreInner so snap.effects: ["confetti"] actually renders on mobile. Keyed on a counter so repeat triggers restart the animation, matching web behavior.

  • #157 1661cbe Thanks @bob-obringer! - docs(llms.txt): add ESM import rule to llms.txt — local relative imports in the snap template must include .js (e.g. ./foo.js), otherwise deploys fail with 500 FUNCTION_INVOCATION_FAILED (NEYN-10450).

@farcaster/snap-turso@2.0.4

Choose a tag to compare

@github-actions github-actions released this 21 Apr 18:00
Immutable release. Only release title and notes can be modified.
5161a57

Patch Changes

@farcaster/snap-hono@2.0.4

Choose a tag to compare

@github-actions github-actions released this 21 Apr 18:00
Immutable release. Only release title and notes can be modified.
5161a57

Patch Changes

@farcaster/snap@2.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 16:09
Immutable release. Only release title and notes can be modified.
488882e

Patch Changes

  • fab022c Thanks @lyoshenka! - Add loadingOverlay prop to SnapView/SnapCard for replacing the built-in loading UI

@farcaster/snap-turso@2.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 16:10
Immutable release. Only release title and notes can be modified.
488882e

Patch Changes

  • Updated dependencies [fab022c]:
    • @farcaster/snap@2.0.3

@farcaster/snap-hono@2.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 16:09
Immutable release. Only release title and notes can be modified.
488882e

Patch Changes

  • Updated dependencies [fab022c]:
    • @farcaster/snap@2.0.3

@farcaster/snap@2.0.2

Choose a tag to compare

@lyoshenka lyoshenka released this 14 Apr 15:45
Immutable release. Only release title and notes can be modified.
183e247

Patch Changes

@farcaster/snap-turso@2.0.2

Choose a tag to compare

@lyoshenka lyoshenka released this 14 Apr 15:45
Immutable release. Only release title and notes can be modified.
183e247

Patch Changes

  • Updated dependencies [374badb]:
    • @farcaster/snap@2.0.2

@farcaster/snap-hono@2.0.2

Choose a tag to compare

@lyoshenka lyoshenka released this 14 Apr 15:45
Immutable release. Only release title and notes can be modified.
183e247

Patch Changes

  • Updated dependencies [374badb]:
    • @farcaster/snap@2.0.2

@farcaster/snap@2.0.1

Choose a tag to compare

@lyoshenka lyoshenka released this 11 Apr 19:49
Immutable release. Only release title and notes can be modified.
ec37644

Patch Changes

  • f16ea0b Thanks @lyoshenka! - 2.0 was used and deprecated in the past. we need an new version