Skip to content

v0.4.0

Compare
Choose a tag to compare
@megamaddu megamaddu released this 06 Mar 23:03
· 165 commits to main since this release
9927842
  • Added React 16 support
  • displayName added to component spec (useful for debugging, dev tools, and component libraries)
  • React.Basic is no longer tied to React.Basic.DOM
  • React.Basic.DOM functions are now all props -> JSX, if they support child elements they will allow a children :: Array JSX prop
  • No longer triggers warnings about React key props for normal use -- use createElementKeyed and the key props for long lists
  • Added a fragment helper for creating React 16 fragments (falls back to a div if React.Fragment is not available