Skip to content

Releases: nativeflowteam/nativeflowcss

Release 1.4.1

03 May 10:53

Choose a tag to compare

1.4.1 (2026-05-03)

Bug Fixes

  • type issues (class not callable) (c7bd8e9)

Release 1.4.0

03 May 09:12

Choose a tag to compare

1.4.0 (2026-05-03)

Bug Fixes

Features

  • implemented a tiny LRU cache to maintain repeated dynamic functions, thus reducing re-allocation compile times
  • merged reusable functions for colors and spacing
  • now flex, height, width and size props also use spaceScaling
  • minify the library using tsup

Release 1.3.0

02 May 11:54

Choose a tag to compare

1.3.0 (2026-05-02)

Bug Fixes

Features

[email protected]

21 Sep 18:46

Choose a tag to compare

NativeFlow v1.2.22

New Features

  • Change justify syntax
  • Fix text.color_() custom styles
  • Shadow opacity to take regular numbers instead of decimals
  • Shadow numerical props extended till 24 units (previously 10)

[email protected]

18 Sep 14:30

Choose a tag to compare

NativeFlow v1.2.21

New Features

  • Revamp shadow into it's own parent module
  • Add exports in index.ts

[email protected]

15 Sep 17:55

Choose a tag to compare

NativeFlow v1.2.20

New Features

  • place property for flex sections (absent in native)
  • minifying verbose align/justify syntax

[email protected]

10 Sep 19:10

Choose a tag to compare

NativeFlow v1.2.0

New Features

  • bg.ts -> fx.ts for a superset of general effects on View/Image components

Removed

  • bg property is not supported anymore.

[email protected]

14 Sep 15:00

Choose a tag to compare

NativeFlow v1.1.10

New Features

  • support for all major native props
  • minified syntax style opbjects ready for production

Todos

[email protected]

25 Aug 12:54

Choose a tag to compare

NativeFlow v0.1.10

  • Added support for p, m, flex and border properties for React Native flavoured CSS
  • Updated README docs && example todo app