Skip to content

Latest commit

 

History

History
226 lines (112 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

226 lines (112 loc) · 16.1 KB

1.15.6 (2023-02-24)

Performance Improvements

  • validateemail: remove nodemailer and its related dependency (7c4ea63), closes #133

1.15.5 (2022-10-17)

1.15.4 (2022-10-15)

1.15.3 (2022-09-11)

Bug Fixes

  • style: add default margin for button and image (#112) (8dd243a)

1.15.2 (2022-09-11)

Bug Fixes

1.15.1 (2022-09-10)

Bug Fixes

1.15.0 (2022-09-09)

Features

1.14.0 (2022-09-09)

Features

1.13.0 (2022-09-09)

Features

  • button: default stylings for styled-button (#104) (308cf4c), closes #98
  • validateemail: add and export validateEmail function (#103) (a400b31), closes #97

1.12.0 (2022-08-22)

Features

1.11.0 (2022-08-21)

Features

1.10.0 (2022-08-14)

Features

  • textversion: migrate from textversionjs to html-to-text (#86) (18c4b11), closes #85 #85

1.9.0 (2022-08-07)

Features

1.8.0 (2022-08-07)

Features

Performance Improvements

1.7.1 (2022-08-07)

Bug Fixes

1.7.0 (2022-07-21)

Features

1.6.0 (2022-07-16)

Features

1.5.0 (2022-07-11)

Features

1.4.0 (2022-07-06)

Features

  • component: Add Typography component (#48) (3a79c83), closes #41

1.3.2 (2022-07-06)

Bug Fixes

  • prettier: fix prettier issues (1aa343b)

1.3.1 (2022-07-05)

Bug Fixes

1.3.0 (2022-07-05)

Features

1.2.1 (2022-07-05)

Bug Fixes

  • package.json: fix private package issue (#55) (b25071e)

1.2.0 (2022-07-05)

Features

1.1.0 (2022-07-05)

Features

1.0.1 (2022-06-29)

Bug Fixes

  • typo: fixed typo for main.yml (504dc69)

1.0.0 (2022-06-29)

Bug Fixes

  • .npmignore: add .npmignore (c0624d7)
  • code style: fix code style (f1c35fb)
  • commitlint: typescript migration (57e3f8a)
  • directory: fix folder structure (e35c6ff)
  • email component: add return type (00e2763)
  • email component: fixed issues in Email component (08162bd)
  • email story: change format (a86e62b)
  • folder: fix folder structure (2930894)
  • generateemail: fix generateEmail (15f2f35)
  • package.json: remove the empty dependencies part from package.json (74c82d8)
  • semantic-release/github: fix addReleases option (858829b)
  • storybook: fix Email story issues (20b17f2)
  • styling: fix styling (b64e88e)
  • styling: improved and fixed makeStyles (6b9892b), closes #20

Features

Performance Improvements

BREAKING CHANGES

  • styling: named argument pass for useStyles

Signed-off-by: Niloy Sikdar niloysikdar30@gmail.com