aboutsummaryrefslogtreecommitdiff
path: root/js/src/toast.js
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Remove `TRANSITION_END` from utils (#32394)XhmikosR1-3/+2
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev1-15/+2
2020-12-07Prepare v5.0.0-beta1.XhmikosR1-1/+1
2020-11-29Remove setData from construtors (#32264)Rohit Sharma1-1/+0
2020-11-29Move `VERSION` to BaseComponent (#32254)Rohit Sharma1-5/+0
2020-11-29add dispose in base componentJohann-S1-2/+1
2020-11-29create a base componentJohann-S1-6/+8
2020-11-14Add `bs` in data attributesRohit Sharma1-1/+1
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-2/+2
2020-11-01Streamline jQuery comment. (#32016)XhmikosR1-1/+1
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-11/+14
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-2/+2
2020-07-12Add parentheses around multiple spread conditionsXhmikosR1-1/+1
2020-07-12Unbreak lines.XhmikosR1-6/+1
2020-07-12toasts: make default duration 5s (#31109)Rohit Sharma1-1/+1
2020-07-11Clear timeout before showing the toast (#31155)Rohit Sharma1-2/+8
2020-06-17Unbreak short linesXhmikosR1-5/+1
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-2/+2
2020-03-18Switch to strings constants.XhmikosR1-33/+27
2019-10-03return to the original file structure to avoid breaking modularityJohann-S1-0/+244
2019-07-23rewrite toast unit testsAnton Bershanskiy1-240/+0
2019-05-16toast should allow prevent default for hide and show eventsJohann-S1-2/+10
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-1/+1
2019-04-09Remove _close() and marge with _hide()ysds1-18/+15
2019-04-09Call hide() after `delay` timeysds1-11/+6
2019-03-11Comply to the new rules.XhmikosR1-26/+26
2019-02-26move util in a util folder with the sanitizerJohann-S1-9/+14
2019-02-20rewrite toast plugin without jqueryJohann-S1-28/+36
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-2/+2
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-2/+2
2019-02-06allow to override default toast options (#28186)Johann-S1-0/+4
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-2/+2
2018-12-21Prep for v4.2.0 releaseMark Otto1-2/+2
2018-12-10fix fade animation for toastJohann-S1-5/+10
2018-11-14some cleaning and changes for readabilityJohann-S1-169/+165
2018-11-13Remove the show delay for our toast pluginJohann-S1-25/+12
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the co...Laussel Loïc1-21/+45
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+211