| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 1 | -1/+1 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 1 | -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-18 | Switch to strings constants. | XhmikosR | 1 | -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-03 | return to the original file structure to avoid breaking modularity | Johann-S | 1 | -0/+244 | |
| 2019-07-23 | rewrite toast unit tests | Anton Bershanskiy | 1 | -240/+0 | |
| 2019-05-16 | toast should allow prevent default for hide and show events | Johann-S | 1 | -2/+10 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 1 | -1/+1 | |
| 2019-04-09 | Remove _close() and marge with _hide() | ysds | 1 | -18/+15 | |
| 2019-04-09 | Call hide() after `delay` time | ysds | 1 | -11/+6 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 1 | -26/+26 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -9/+14 | |
| 2019-02-20 | rewrite toast plugin without jquery | Johann-S | 1 | -28/+36 | |
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 1 | -2/+2 | |
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 1 | -2/+2 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
| 2019-02-06 | allow to override default toast options (#28186) | Johann-S | 1 | -0/+4 | |
| 2018-12-21 | Bump to v4.2.1 (#27892)v4.2.1 | Mark Otto | 1 | -2/+2 | |
| 2018-12-21 | Prep for v4.2.0 release | Mark Otto | 1 | -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-10 | fix fade animation for toast | Johann-S | 1 | -5/+10 | |
| 2018-11-14 | some cleaning and changes for readability | Johann-S | 1 | -169/+165 | |
| 2018-11-13 | Remove the show delay for our toast plugin | Johann-S | 1 | -25/+12 | |
| 2018-11-13 | Implement `data-dismiss="toast"` to allow user to interact itself with the ↵ | Laussel Loïc | 1 | -21/+45 | |
| component (#27155) | |||||
| 2018-11-13 | Create toast JS plugin, add unit tests. | Johann-S | 1 | -0/+211 | |
