Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

54 lines (32 loc) · 1.41 KB

Updated

  • Portal - Added fallback prop.

Added

  • Toggle - Switch between given values(boolean by default).
  • Clipboard - Talk to the clipboard via navigator.clipboard API.

Added

  • .Set & .Remove to LocalStorage & SessionStorage wrap these with HOF

Added

  • LocalStorage - Manage values in the local storage
  • SessionStorage - Manage values in the session storage

Fixed

  • TS asking for HTML tag type everytime we define custom type in components.

Added

  • Portal - Render component in different part of DOM.

Changed

  • The default value of as to Fragment from ''
  • Upgrade typescript intellisense for Component Props

Added

  • Memo - Memoize the children

Changed

  • Move test files into /tests
  • Refactor as testing into a single file

Added

  • State - Manage state easier
  • Effect - Manage state and invoke callback when state changes