| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flow | 2026-02-26 | 1.5 kB | |
| flow-win64-v0.303.0.zip | 2026-02-26 | 14.3 MB | |
| flow-osx-arm64-v0.303.0.zip | 2026-02-26 | 10.7 MB | |
| flow-linux-arm64-v0.303.0.zip | 2026-02-26 | 16.7 MB | |
| flow-linux64-v0.303.0.zip | 2026-02-26 | 13.7 MB | |
| README.md | 2026-02-26 | 311 Bytes | |
| v0.303.0 source code.tar.gz | 2026-02-26 | 9.1 MB | |
| v0.303.0 source code.zip | 2026-02-26 | 15.1 MB | |
| Totals: 8 Items | 79.7 MB | 0 | |
New Features:
- Adds a new
stylex_shorthand_propflowconfig option that enables syntactic sugar for StyleX on lowercase (intrinsic) JSX elements. When set to a prop name (e.g.stylex_shorthand_prop=sx),<div sx={[styles.foo, styles.bar]} />desugars to<div {...stylex.props(styles.foo, styles.bar)} />.