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

feat(v2): option and config validation life cycle method for official plugins #2943

Merged
merged 25 commits into from
Jun 24, 2020

Commits on Jun 17, 2020

  1. add validation for blog plugin

    anshul committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    72edfba View commit details
    Browse the repository at this point in the history
  2. fix wrong default component

    anshul committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a420243 View commit details
    Browse the repository at this point in the history
  3. fix test and add yup to package.json

    anshul committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    51d7b99 View commit details
    Browse the repository at this point in the history
  4. remove console.log

    anshul committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    96b90f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    4c02942 View commit details
    Browse the repository at this point in the history
  2. add yup to packages

    anshul committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a53abb7 View commit details
    Browse the repository at this point in the history
  3. remove console.log

    anshul committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    48a53bb View commit details
    Browse the repository at this point in the history
  4. fix build

    anshul committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    492f912 View commit details
    Browse the repository at this point in the history
  5. fix logo required

    anshul committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    740f288 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. replaced yup with joi

    anshul committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    c5746de View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. fix test

    anshul committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    cdffb96 View commit details
    Browse the repository at this point in the history
  2. remove hapi from docusuars core

    anshul committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    f04aa61 View commit details
    Browse the repository at this point in the history
  3. replace joi with @hapi/joi

    anshul committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    3d9f2c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aedd58a View commit details
    Browse the repository at this point in the history
  5. fix eslint

    anshul committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    3205979 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    d099a83 View commit details
    Browse the repository at this point in the history
  2. fix remark plugin type

    anshul committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    f024462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5cf736 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. move schema to it's own file

    anshul committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    0d60418 View commit details
    Browse the repository at this point in the history
  2. allow unknown only on outer theme object

    anshul committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e7802f6 View commit details
    Browse the repository at this point in the history
  3. fix type for schema type

    anshul committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    18e754e View commit details
    Browse the repository at this point in the history
  4. resolve conflict

    anshul committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    962c98f View commit details
    Browse the repository at this point in the history
  5. fix yarn.lock

    anshul committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    bf22c67 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. support both commonjs and ES modules

    anshul committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    c213008 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. add docs for new lifecycle method

    anshul committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    408d871 View commit details
    Browse the repository at this point in the history