aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR203-20741/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-12Remove redundant placeholders in forms docs (#28406)Jim Jiang1-37/+49
* Change state field to select * Include "Choose..." placeholder for select * Change validated select to .custom-select
2019-03-11add docs about how to use the esm versionJohann-S3-0/+26
2019-03-11Comply to the new rules.XhmikosR5-5/+6
2019-03-04Hyphenate server-side (#28401)Jonathan1-2/+2
2019-03-01Dist (#28392)XhmikosR9-18/+6
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR1-2/+2
2019-02-27Use .text-danger for IE not supported cell. (#28371)Bardi Harborow1-1/+1
2019-02-27add an explicit aria-label on link with svg on sample pages (#28360)Laussel Loïc3-3/+3
2019-02-26move util in a util folder with the sanitizerJohann-S3-18/+15
2019-02-24Remove DOMContentLoaded. (#28337)XhmikosR1-112/+110
There's no reason for us to wait here.
2019-02-20forms.md: remove jQuery from snippet.XhmikosR1-3/+2
2019-02-20download.md: reword import bootstrap section.Johann-S1-1/+2
2019-02-20Remove `focusable="false"` from SVGs.XhmikosR6-7/+7
2019-02-20Remove Internet Explorer leftovers.XhmikosR6-77/+6
2019-02-20Remove jQuery from docs/repo.XhmikosR14-39/+27
Some of the snippets need to be updated later.
2019-02-20Add information about IE 11 compatibility.Johann-S1-0/+37
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz2-5/+5
2019-02-20Convert offcanvas.js to vanilla JS.XhmikosR1-4/+4
2019-02-20Fix anchors wrapper.XhmikosR1-4/+1
2019-02-20use Util.makeArray in our docsJohann-S1-59/+62
2019-02-20v4 without jquery: updated button, carousel, collapse docs (#27173)aTable3-52/+49
2019-02-20Refactor util plugin and some testsJohann-S1-9/+10
2019-02-20update alert documentation without jquery (#27062)Johann-S1-7/+24
2019-02-20fix(docs): remove jQuery from our docsJohann-S1-49/+94
2019-02-19Replace uglify-js with terser. (#27813)XhmikosR1-1/+1
2019-02-19add tabindex="-1" and aria-disabled="true" on disabled links (#28305)Laussel Loïc6-12/+12
2019-02-19Remove `--save` option from `npm i` as it isn't required anymore (#28302)Steve Moser1-1/+1
As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
2019-02-19Remove incorrect aria-haspopup from dropdown toggles (#28299)Patrick H. Lauke11-71/+71
`aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies. in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page is hidden/inert. but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR2-2/+2
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S3-0/+116
2019-02-12Update font size (#28232)Martijn Cuppens1-1/+1
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto205-0/+20589
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map