Releases: leebyron/react-loops
Releases · leebyron/react-loops
v1.3.0
30 Apr 19:32
Compare
Sorry, something went wrong.
No results found
New:
Render a special case when a collection is empty with ifEmpty (#20 )
Fixes:
Support older browsers by not using let (f47d563 )
Fix TypeScript definitions by replacing React types with generic JSX types (#19 )
v1.2.1
08 Apr 17:05
Compare
Sorry, something went wrong.
No results found
Improvements
Error message for <For in> and <For of> when providing wrong type of value to be looped over now makes helpful suggestions for fixing.
Fixes
Fixed issue with TypeScript definitions for <For in>
v1.2.0
03 Apr 22:11
Compare
Sorry, something went wrong.
No results found
Breaking (I know breaking usually warrants a major version bump, I'm sorry)
<If>, <Else>, and <ElseIf> removed due to API issues and distraction from loops (#12 )
Fixes
Support non-element return values from For callback (f001a5e )
Improved documentation
v1.1.0
03 Apr 22:08
Compare
Sorry, something went wrong.
No results found
Add additional test cases
Improved documentation
v1.0.0
03 Apr 22:07
Compare
Sorry, something went wrong.
No results found
Initial release of React Loops! Welcome to the React Velcro architecture!