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

Fix gulp serve failed #61

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2017

  1. Update node modules

    tsekityam committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    49c4679 View commit details
    Browse the repository at this point in the history
  2. Don't allow using sp-client-custom-fields >= 1.3.7

    The web part is incompatible with the module in version 1.3.7, because there a new property is introduced in `IPropertyFieldRichTextBoxProps`
    tsekityam committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    c5808e1 View commit details
    Browse the repository at this point in the history
  3. Use setState to update React state

    Update state directly is not recommanded, we should use `setState()` to update state
    tsekityam committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    7bb4de2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f86bc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Revert "Lock down project dependencies"

    This reverts commit 21f86bc.
    tsekityam committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    3674e43 View commit details
    Browse the repository at this point in the history