Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename willRender to willUpdate since it's related to shouldUpdate and move implementation to renderer #285

Merged
merged 6 commits into from
Nov 2, 2017

Commits on Nov 1, 2017

  1. Add willRender, willAttach, and willDetach lifecycle methods to Compo…

    …nent
    Robert-Frampton authored and Robert-Frampton committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    2b9d6bc View commit details
    Browse the repository at this point in the history
  2. Emit stateWillChange event from state instance for providing a hook p…

    …oint
    Robert-Frampton authored and Robert-Frampton committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    f527c41 View commit details
    Browse the repository at this point in the history
  3. Add willReceiveState and willReceiveProps lifecycle methods to Compon…

    …ent and JSXComponent respectively
    Robert-Frampton authored and Robert-Frampton committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    f08950c View commit details
    Browse the repository at this point in the history
  4. Rename willRender to willUpdate since it's related to shouldUpdate an…

    …d move implementation to renderer
    Robert-Frampton authored and Robert-Frampton committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    5425101 View commit details
    Browse the repository at this point in the history
  5. Fix JSDoc and test description typos

    Robert-Frampton authored and Robert-Frampton committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    ba375c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Provide placeholder functions for lifecycle methods (can't provide pl…

    …aceholder for `shouldUpdate` as some renderers need to check if it exists)
    Robert-Frampton authored and Robert-Frampton committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    7937ce6 View commit details
    Browse the repository at this point in the history