Skip to content

Bump to v1.1.0 for publishing

Compare
Choose a tag to compare
@fkling fkling released this 19 Mar 22:30
  • Extract composition detection logic from propTypeHandler into
    propTypeCompositionHandler. propTypeHandler still delegates to
    propTypeCompositionHandler for backwards compatibility.
  • Expose an array of default handlers as defaultHandlers on the root
    object.
  • Relax requirements for composition detection in spread properties (see
    878d57d).