Releases: leebyron/react-loops
Releases · leebyron/react-loops
v1.3.0
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
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
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
- Add additional test cases
- Improved documentation
v1.0.0
Initial release of React Loops! Welcome to the React Velcro architecture!