apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.13k stars 230 forks source link

Any plans to support arbitrary HTML content? #55

Closed hipitihop closed 4 years ago

hipitihop commented 4 years ago

For ultimate control and styling, I would like to optionally pass HTML div with arbitrary content as arg. In my case I'd like to include small chart or buttons, small table etc. Any plans for such a feature?

apvarun commented 4 years ago

@hipitihop Can you check whether this solves your usecase? https://github.com/apvarun/toastify-js/pull/54

Drumstix42 commented 4 years ago

Will #54 be released via the releases page as well? https://github.com/apvarun/toastify-js/releases @apvarun ?

Looking forward to it being available there, as I cannot install via NPM via current project.

apvarun commented 4 years ago

@Drumstix42 I've drafted a new release for 1.8.0

Please find it here https://github.com/apvarun/toastify-js/releases/tag/1.8.0

Drumstix42 commented 4 years ago

@Drumstix42 I've drafted a new release for 1.8.0

Please find it here https://github.com/apvarun/toastify-js/releases/tag/1.8.0

Thank you! I appreciate it.

hipitihop commented 4 years ago

@apvarun apologies for my tardy response. Yes #54 should solve my requirements and I appreciate this is now done in 1.8.0, many thanks.