Download Latest Version flow-linux-arm64-v0.289.0.zip (16.1 MB)
Email in envelope

Get an email when there's a new version of Flow

Home / v0.289.0
Name Modified Size InfoDownloads / Week
Parent folder
flow 2025-10-23 1.5 kB
flow-win64-v0.289.0.zip 2025-10-23 13.9 MB
flow-osx-arm64-v0.289.0.zip 2025-10-23 10.3 MB
flow-linux-arm64-v0.289.0.zip 2025-10-23 16.1 MB
flow-linux64-v0.289.0.zip 2025-10-23 13.2 MB
README.md 2025-10-22 4.2 kB
v0.289.0 source code.tar.gz 2025-10-22 8.9 MB
v0.289.0 source code.zip 2025-10-22 14.7 MB
Totals: 8 Items   77.2 MB 0

Likely to cause new Flow errors: * For a poorly bounded generic indexed access types, we will no longer generate an error for it when it's being first subtyped against. Instead, we will make it opaque so that when it's being subtyped against, it will error. example * Flow will error when you are trying to redefine the following reserved types: $NonMaybeType, NonNullable, $ReadOnly, Readonly, $Keys, $Values, Values, $ReadOnlyMap, ReadonlyMap, $ReadOnlySet, ReadonlySet.

Notable bug fixes: * We no longer incorrectly report conditional hook call for loops with a break. example * Fixed a potential crash when evaluating a conditional type. example * Flow will now allow computed keys of type StringPrefix/StringSuffix to be included in object initializers with other non-overlapping keys (example try-Flow)

Library Definitions: * Update React API types from recent releases Added - act: 19.0: https://react.dev/reference/react/act - captureOwnerStack: 19.1: See https://react.dev/reference/react/captureOwnerStack - useEffectEvent: 19.2: https://react.dev/reference/react/useEffectEvent - <Activity />: 19.2: See https://react.dev/reference/react/Activity Updated - useDeferredValue: 19.0: Accepts a second argument for initial value - useTransition: 19.0: Accepts an async action function - startTransition: 19.0: Accepts an async action function

Source: README.md, updated 2025-10-22