Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: leopardslab/react-email
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: leopardslab/react-email
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 7 commits
  • 52 files changed
  • 2 contributors

Commits on Sep 4, 2022

  1. test(snapshot-testing): add snapshot testing for the storybook stories (

    #91)
    
    Add automatic snapshot testing for our storybook stories using @storybook/test-runner
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    d77b332 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. docs(docusaurus): add docs using Docusaurus (#93)

    Add documentation for the package using Docusaurus
    
    Resolves #92
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1ac68b2 View commit details
    Browse the repository at this point in the history
  2. build(docs): build all docs (#95)

    Add script to build Storybook, TypeDoc and Docusaurus and rearrange them to the specific folders.
    Change Storybook config and use sed to replace the absolute path of TypeDoc.
    
    Resolves #94
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ce4ebfa View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. docs(docusaurus): add buttons (#102)

    * docs(docusaurus): add buttons
    
    Add Storybook and TypeDoc links and buttons to the landing page of the docusaurus website
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    * build(script): remove unnecessary sed for search.js
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    * fix(docs): fix Link with anchor tag in docusaurus
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d209bdb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. feat(validateemail): add and export validateEmail function (#103)

    Add validateEmail function which used mailtrap and nodemailer to send emails
    
    Resolves #97
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a400b31 View commit details
    Browse the repository at this point in the history
  2. feat(button): default stylings for styled-button (#104)

    Add default styles inside defaultTheme config and update stories and snapshots of Button component
    
    Resolves #98
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    
    Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
    niloysikdar authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    308cf4c View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.13.0 [skip ci]

    # [1.13.0](v1.12.0...v1.13.0) (2022-09-09)
    
    ### Features
    
    * **button:** default stylings for styled-button ([#104](#104)) ([308cf4c](308cf4c)), closes [#98](#98)
    * **validateemail:** add and export validateEmail function ([#103](#103)) ([a400b31](a400b31)), closes [#97](#97)
    semantic-release-bot committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d4aea35 View commit details
    Browse the repository at this point in the history
Loading