aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Simplify browser bugs inline shortcodeBjørn Erik Pedersen1-26/+8
2019-03-13Fix bugify.Bjørn Erik Pedersen2-5/+5
2019-03-13Update syntax highlighting styles to match the Chroma ones.XhmikosR1-66/+72
2019-03-13Add a docsref shortcode.XhmikosR45-110/+111
This allows for the build to fail if a reference isn't found.
2019-03-13Move this to a partial to work around the stray `p` issue.XhmikosR2-14/+15
2019-03-13Work around the docs/ redirects.XhmikosR4-2/+21
This happens because we have the section kind enabled (needed for examples).
2019-03-13Remove newlines in raw HTML.XhmikosR1-3/+0
This causes `p` tags which is invalid HTML.
2019-03-13Remove HTML comment; it breaks rendering.XhmikosR1-1/+1
2019-03-13browsers-devices.md: Read .browserslistrc instead of duplicating the content.XhmikosR1-12/+1
2019-03-13Switch to Hugo.XhmikosR299-2983/+2797
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-11Disable a few rules for now.XhmikosR1-0/+1
2019-03-11Comply to the new rules.XhmikosR6-6/+9
2019-03-11Switch to eslint-config-xo and eslint-plugin-unicorn.XhmikosR1-19/+29
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)XhmikosR3-4/+4
2019-02-27Use .text-danger for IE not supported cell. (#28371)Bardi Harborow1-1/+1
2019-02-27put secondary navigation in an explicit landmark `nav` and add a label on ↵Laussel Loïc2-3/+3
each nav (#28361)
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.XhmikosR17-18/+18
2019-02-20Remove Internet Explorer leftovers.XhmikosR7-78/+6
2019-02-20Remove jQuery from docs/repo.XhmikosR16-45/+29
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-S3-54/+96
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. Lauke12-72/+72
`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-13Update docs and meta for 3.4.1. (#28255)XhmikosR2-2/+2
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR3-3/+3
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 Otto209-23/+24
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-11docs snippets: a few more minor tweaks (#28225)XhmikosR2-2/+4
* Remove extra comma. * Use curly braces in snippet.
2019-02-11toasts.md: Remove useless `div`s.XhmikosR1-21/+7
Instead pass the class to the example include.
2019-02-11Remove stray parameter from capture.XhmikosR1-1/+1
2019-02-11Cosmetic changes in snippets.XhmikosR10-15/+16