aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/toast.html
AgeCommit message (Collapse)AuthorFilesLines
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-1/+1
2022-09-27Add eslint-plugin-html to lint JS in HTML files (#37186)Julien Déramond1-2/+4
2022-09-22Use es6 on visual tests (#36915)GeoSot1-17/+6
2022-01-30Fix visual tests (#35585)XhmikosR1-8/+4
* Fix visual tests They broke in #34509 * load bundle.js in visual tests Co-authored-by: GeoSot <[email protected]>
2021-10-05Use `for...of` in visual tests tooGeoSot1-18/+18
2021-02-22visual tests: add missing base-component dist file (#33167)XhmikosR1-0/+1
Regression of #32313
2020-12-04feat(RTL): implement RTLGaël Poupard1-5/+5
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-11-14Fix `.close` instances (#32152)XhmikosR1-3/+1
2020-11-14Add `bs` in data attributesRohit Sharma1-3/+3
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-05Remove the now unneeded polyfills.XhmikosR1-1/+0
2020-10-22Move `href` attribute first (#31835)XhmikosR1-1/+1
2019-07-29remove underscore for static methodsJohann-S1-2/+2
2019-07-24add polyfill.js in visual tests (#29116)Johann-S1-0/+1
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-1/+1
2019-03-18fix remove files in our visual testsJohann-S1-3/+1
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR1-1/+1
2019-02-26move util in a util folder with the sanitizerJohann-S1-3/+3
2019-02-20rewrite toast plugin without jqueryJohann-S1-8/+23
2019-02-20fix(visual-test): remove jquery in themJohann-S1-1/+0
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