Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 2.67 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-06-13)

Features

  • added computed children support (1e33d20)
  • added dynamic text support (982e482)
  • added extraProps (9f6d22a)
  • added FadeIn example (0bb928f)
  • added Frame title (b0c0620)
  • added ref forwarding (894443e)
  • example: added Filling component (55c158a)
  • added SplitText component (eaf095c)
  • example: add Shapeshift component (ed1e6fd)
  • recompute lines on resize (04f6ab7)
  • example: added LetterDash component (1d324b3)
  • example: added Raise component (21a269f)
  • example: added Reveal component (4d82b61)
  • SplitText: added LetterWrapper prop (23c64b2)

Bug Fixes

  • example: fixed typos (a5ccccb)
  • linewrapper: use div instead of inline-block span (acd0692)
  • debounce the onResize listener (172de69)
  • fixed whitespace problem (b5d726f)