Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 590 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 590 Bytes

1.0.2 (February 8, 2022)

  • Rename soda to Soda in the code
  • Fix memory leak
  • Fix re-render bug with arrays that has function component in them

1.0.1 (February 7, 2022)

  • Optimize renderer
  • Replace style attribute type to object from string
  • Fix infinite loop on calling setstate inside an effect with dependency as []
  • Fix renderer not updating array of components/elements

1.0.0 (February 5, 2022)

  • Add hooks:
    • Soda.state
    • Soda.effect
    • Soda.ref
  • Add support for SVG
  • Add render support for arrays

0.1.0 (January 19, 2022)

  • Initial public release