You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed render function in favor of renderPage/renderComponent
createComplexComponent now adds generated.className to props instead of
generatedClassName (this way the generated object is extensible - in this
commit, I added a generateOwnDir option to createComplexComponent, and if one
sets it to true, the 'generated' object has an additional property: ownDir)