React Loops Versions Save

React Loops works with React Hooks as part of the React Velcro Architecture

v1.3.0

4 years ago

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

5 years ago

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

5 years ago

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 (f001a5eea9ddb2a04609959aeba733618fa6f954)
  • Improved documentation

v1.1.0

5 years ago
  • Add additional test cases
  • Improved documentation

v1.0.0

5 years ago

Initial release of React Loops! Welcome to the React Velcro architecture!