From 7693b2789376e2adfab8fae6153b6cd79df8e4bb Mon Sep 17 00:00:00 2001 From: Alejandro Vivas Date: Fri, 3 May 2019 10:37:55 -0400 Subject: [PATCH] Update Readme --- README.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 988d6f1..df96b0d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ ToastmeJS is a very simple, flexible and light weigth plugin that shows **Notifi - Customize position - Default and light theme! + ## Demo Want to see a quick demo? Click [here](https://alexsegen.github.io/toastmejs/) @@ -32,6 +33,7 @@ Want to see a quick demo? Click [here](https://alexsegen.github.io/toastmejs/) - Light weight < 12kb +- Full color, ligh and dark themes @@ -265,22 +267,35 @@ $ gulp - Custom HTML templates - +---- +#### Changelog - +Version 1.2.0 +- Added notifications and dialog dark themes +- Improved CSS positioning +- Replace icons SCSS variables on ligh theme +- Stacked notifications! +- Fixed Package JSON entry +- Removed unnecesary dependencies +- Added missing default notifications +- New animations and icons +- Validate Module Exports when Client or Server -License +**IMPORTANT**: now you need to use brackets when importing toastmejs. Ex: - + ```sh +import { toastme } from 'toastmejs'; - +``` ----- - +**Note:** "ligh" boolean option whitin notifications will be deprecated (and posibly removed) on next versions. Now you can select a specific theme. - + +---- +License +