Skip to content

@posthog/core@1.50.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 18:50
Immutable release. Only release title and notes can be modified.
1e5ddbe

1.50.3

Patch Changes

  • #4753 dbbb58e Thanks @Ashishjob! - Fix clampToRange discarding a valid fallback value of 0. It used fallbackValue || max, so a 0 fallback (a legitimate value) was treated as absent and replaced by max; it now uses ?? so 0 is honored.
    (2026-09-03)
  • Updated dependencies [41ed3af]:
    • @posthog/types@1.408.1