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(jsdoc): add JSDoc comments #83

Merged
merged 9 commits into from
Aug 21, 2022
Merged

Commits on Aug 12, 2022

  1. docs(jsdoc): add JSDoc comments

    Add JSDoc comments for generateEmail utility
    
    Resolves #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    dd9f773 View commit details
    Browse the repository at this point in the history
  2. docs(jsdoc): add comments for generateTextEmail

    Add JSDoc comments for generateTextEmail utility
    
    Resolves #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    709a2eb View commit details
    Browse the repository at this point in the history
  3. docs(jsdoc): add comments for generateTextEmailFromHTML

    Add JSDoc comments for genearteTextEmailFromHTML utility
    
    Resolves #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    2491ebf View commit details
    Browse the repository at this point in the history
  4. docs(jsdoc): add comments for sx and makeStyles

    Add JSDoc comments for sx and makeStyles utilities
    
    re #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    02abee5 View commit details
    Browse the repository at this point in the history
  5. docs(jsdoc): add comment for BaseStyleProp

    Add JSDoc comments for BaseStyleProp interface
    
    re #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    449755b View commit details
    Browse the repository at this point in the history
  6. docs(jsdoc): add comments for Typography

    Add JSDoc comments for Typography component
    
    re #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    2d76c72 View commit details
    Browse the repository at this point in the history
  7. docs(jsdoc): add comments for components

    Add JSDoc comments for all of the components
    
    re #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    cb6b5a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Merge branch 'main' of https://github.com/leopardslab/react-email int…

    …o feat/61-add-jsdoc-comments
    niloysikdar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    5feca4b View commit details
    Browse the repository at this point in the history
  2. feat(typedoc): add typedoc generate config and scripts

    Add typedocOptions inside tsconfig and add build script to generate typedoc site
    
    Resolves #61
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    1e3bcbe View commit details
    Browse the repository at this point in the history