aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/toast.html
AgeCommit message (Collapse)AuthorFilesLines
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-1/+1
- 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-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR1-1/+1
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke1-1/+1
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-11-20Remove holder.js.XhmikosR1-2/+2
2018-11-13Update toast documentation following pull #27155Laussel LOïc1-3/+0
Also remove close button everywhere just let it when autohide is set to false
2018-11-13Remove the show delay for our toast pluginJohann-S1-5/+1
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the ↵Laussel Loïc1-2/+8
component (#27155)
2018-11-13Fix toast documentation page.Johann-S1-1/+5
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+69