forked from apvarun/toastify-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added travis confid and prettier to the project
- Loading branch information
Showing
10 changed files
with
445 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"useTabs": false, | ||
"printWidth": 80, | ||
"tabWidth": 2, | ||
"singleQuote": false, | ||
"trailingComma": "es5", | ||
"parser": "babylon", | ||
"noSemi": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
deploy: | ||
skip_cleanup: true | ||
on: | ||
branch: production |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,49 @@ | ||
# Changelog | ||
|
||
All the changes made to toastify-js library. | ||
|
||
## [1.2.1] - 2018-05-31 | ||
|
||
* Added support for Classes. Now custom classes can be added to the toast while creating it. | ||
|
||
## [1.2.0] - 2018-03-05 | ||
- Fix issue when `destination` and `close` options is used at the same time | ||
|
||
* Fix issue when `destination` and `close` options is used at the same time | ||
|
||
## [1.1.0] - 2018-02-18 | ||
- Browser support extended to IE10+ without any polyfills | ||
|
||
* Browser support extended to IE10+ without any polyfills | ||
|
||
## [1.0.0] - 2018-02-17 | ||
- Support for modules | ||
|
||
* Support for modules | ||
|
||
## [0.0.6] - 2017-09-09 | ||
- Support for changing background [Options] | ||
- Optimized toast positioning logic | ||
- Added changelog for library update tracking | ||
|
||
* Support for changing background [Options] | ||
* Optimized toast positioning logic | ||
* Added changelog for library update tracking | ||
|
||
## [0.0.5] - 2017-09-06 | ||
- Support for toast messages on mobile screens | ||
- Tweaked close icon | ||
|
||
* Support for toast messages on mobile screens | ||
* Tweaked close icon | ||
|
||
## [0.0.4] - 2017-09-05 | ||
- Support for positioning of toasts on the page | ||
|
||
* Support for positioning of toasts on the page | ||
|
||
## [0.0.3] - 2017-09-05 | ||
- Close buton for toasts [Options] | ||
|
||
* Close buton for toasts [Options] | ||
|
||
## [0.0.2] - 2017-09-04 | ||
- Option to add on-click link for toasts | ||
- Updated comments for code readability | ||
|
||
* Option to add on-click link for toasts | ||
* Updated comments for code readability | ||
|
||
## [0.0.1] - 2017-09-02 | ||
- Initial Release | ||
- Added Preview page | ||
- Optimized function structure | ||
|
||
* Initial Release | ||
* Added Preview page | ||
* Optimized function structure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.