aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-19Use `npm-run-all` for the release script. (#28307)XhmikosR1-1/+1
It's shorter.
2019-02-19Update karma to ^4.0.0.XhmikosR2-16/+16
2019-02-19Drop Node.js < 8 support.XhmikosR2-7/+7
Node.js 6 goes EOL on April 2019.
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-19Replace broken-link-checker with linkinator. (#28291)XhmikosR3-669/+246
Much lighter, more modern and cleaner codebase.
2019-02-19Remove incorrect aria-haspopup from dropdown toggles (#28299)Patrick H. Lauke16-92/+92
`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-19Update link to CONTRIBUTING.md in README.md (#28297)Patrick H. Lauke1-2/+2
since the former is not contained in the `.github` subdirectory
2019-02-19Update devDependencies. (#28292)XhmikosR2-890/+528
2019-02-19Update CONTRIBUTING.md for the current state of things. (#28283)XhmikosR1-11/+7
2019-02-15Deprecate form-control-focus mixin (#28262)Martijn Cuppens2-2/+3
2019-02-15Update devDependencies. (#28271)XhmikosR2-108/+145
2019-02-15README.md: use shields.io for the OC badges. (#28280)XhmikosR1-2/+2
2019-02-15Replace 4.3.0 with 4.3.1 in nuget files. (#28273)XhmikosR2-2/+2
2019-02-15Replace `v4-dev` with `master` after the branch change. (#28272)XhmikosR2-5/+5
2019-02-13Update docs and meta for 3.4.1. (#28255)XhmikosR3-8/+3
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR70-153/+594
2019-02-13Remove unneeded glob. (#28249)XhmikosR1-1/+1
Typo from 10b97f6.
2019-02-13Fix npm package contentsXhmikosR1-1/+1
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S7-17/+453
2019-02-12Update RFS to v8.0.1 (#28245)Martijn Cuppens1-8/+0
Remove warning if RFS is included more than once.
2019-02-12Update font size (#28232)Martijn Cuppens1-1/+1
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto277-347/+478
* 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
2019-02-10docs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220)XhmikosR1-1/+0
Similar to #28153
2019-02-10migration.md: use https. (#28221)XhmikosR1-1/+1
2019-02-09Prevent text selection in placeholder images (#28218)Martijn Cuppens2-0/+5
2019-02-09Revert "Silence mkdir. (#28184)" (#28209)XhmikosR1-2/+2
This reverts commit 6ea000d2bccee5ffabc4429a6fbc7cecf5152007. Unfortunately, it doesn't seem to work.
2019-02-09placeholder.svg: Partially revert the changes from c0e42cb. (#28216)XhmikosR1-1/+1
It broke the example include.
2019-02-08Reword footer text.XhmikosR1-1/+1
2019-02-08Use the `site.repo` variable.XhmikosR4-5/+5
2019-02-08Change footer link to point to the docs team pageXhmikosR1-1/+1
2019-02-08Offcanvas example: transition the transform (#28203)XhmikosR1-4/+5
This is more efficient than transitioning the `left` property.
2019-02-08Update devDependencies. (#28175)XhmikosR3-543/+426
2019-02-07Fix scrollable modal snippetShohei Yoshida1-1/+1
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens35-124/+324
2019-02-07Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content ↵Shohei Yoshida1-1/+0
(#28153)
2019-02-07Optional btn & input font sizes (#28068)Martijn Cuppens4-0/+9
2019-02-07Deprecate `img-retina()` mixin (#28072)Martijn Cuppens1-0/+1
2019-02-07Deprecate `invisible()` mixin (#28066)Martijn Cuppens3-4/+8
2019-02-07Optimize and normalize SVGs. (#28200)XhmikosR14-17/+17
Mostly be consistent with the attributes' order and improve compression when possible.
2019-02-07Make ToC's entries' color darker.XhmikosR1-1/+1
The previous was too light.
2019-02-07Remove unused selector.XhmikosR1-4/+0
2019-02-07approach.md: Remove stray comma.XhmikosR1-1/+1
2019-02-07Rename `Screenreaders` to "Screen readers".XhmikosR2-3/+3
No redirect is added because the next version will be a minor version bump.
2019-02-07Remove ToC from pages when we don't have (m)any headers.XhmikosR6-6/+0
2019-02-07Add map-name param to _assert-starts-at-zero (#24986)Zachary Welch2-4/+4
* Add map-name param to _assert-starts-at-zero * Set default value for backwards compatibility
2019-02-07Create `border-top-left-radius` and `border-bottom-right-radius` mixins (#28100)João Lucas1-0/+12
* Create border-top-left-radius mixin * Create border-bottom-right-radius mixin