aboutsummaryrefslogtreecommitdiff
path: root/js/src/toast.js
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-2/+2
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-03-18Switch to strings constants.XhmikosR1-33/+27
This allows the minifier to mangle the constants. It also allows the linter to find unused strings properly. While at it, remove a few unused properties. File Before After Diff -------------------------------------------------------- bootstrap.bundle.min.js 23.61 kB 22.61 kB -1.00 kB (-4.23 %) bootstrap.min.js 17.04 kB 16.08 kB -0.96 kB (-5.63 %)
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
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
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
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
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 ↵Laussel Loïc1-21/+45
component (#27155)
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+211