Releases: nativeflowteam/nativeflowcss
Releases · nativeflowteam/nativeflowcss
Release 1.4.1
Release 1.4.0
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
1.3.0 (2026-05-02)
Bug Fixes
Features
- aspectRatio property (061b006)
- border props init (1495589)
- display props init (044c94e)
- full/half/auto for sizing (6254d79)
- init direction property (be74828)
- init flexbox props (d188587)
- init miscellaenous properties (251704c)
- init object_cover (e366c1b)
- init z-index && overflow (c8f4968)
- multi-input function && auto prop (556cf38)
- multicolor support && text props (2214b5e)
- place items property for flex && nits (b8ba803)
- shadow init (670074c)
- size prop (5c3c48c)
- sizing (w && h) props (9c5a97a)
[email protected]
NativeFlow v1.2.22
New Features
- Change
justifysyntax - 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]
NativeFlow v1.2.21
New Features
- Revamp
shadowinto it's own parent module - Add exports in
index.ts
[email protected]
NativeFlow v1.2.20
New Features
placeproperty for flex sections (absent in native)- minifying verbose
align/justifysyntax
[email protected]
NativeFlow v1.2.0
New Features
bg.ts->fx.tsfor a superset of general effects on View/Image components
Removed
bgproperty is not supported anymore.
[email protected]
NativeFlow v1.1.10
New Features
- support for all major native props
- minified syntax style opbjects ready for production
Todos
- complete docs @ nativeflowteam/documentation
[email protected]
NativeFlow v0.1.10
- Added support for
p,m,flexandborderproperties for React Native flavoured CSS - Updated README docs && example todo app