| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-05-16 | remove jquery references in toast docs | Johann-S | 1 | -13/+12 | |
| 2019-05-14 | add notes about arrow selector changes | Johann-S | 1 | -0/+8 | |
| 2019-05-14 | remove jquery references from popover docs | Johann-S | 1 | -28/+37 | |
| 2019-05-14 | remove jquery references from javascript.md docs | Johann-S | 1 | -33/+24 | |
| 2019-05-14 | rewrite modal docs without jquery | Johann-S | 1 | -23/+41 | |
| 2019-05-14 | remove jquery references in dropdown docs | Johann-S | 1 | -8/+13 | |
| 2019-05-14 | remove some jquery references in collapse docs | Johann-S | 1 | -2/+7 | |
| 2019-05-14 | remove some jquery references in carousel docs | Johann-S | 1 | -1/+4 | |
| 2019-05-10 | Move close icon to components in docs (#28512) | Martijn Cuppens | 2 | -2/+2 | |
| * Move close icon to components * Remove redundant float from close | |||||
| 2019-05-09 | Docs unordered lists dropdowns (#28591) | Katherine Shaw | 2 | -272/+272 | |
| Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements. | |||||
| 2019-05-09 | Remove Base64 for SVGs. (#28749) | XhmikosR | 2 | -3/+3 | |
| It results in bigger files. | |||||
| 2019-05-09 | v5: Drop all print styles and classes (#28339) | Mark Otto | 4 | -16/+1 | |
| 2019-05-08 | v5: Drop .media (#28265) | Mark Otto | 5 | -144/+7 | |
| 2019-05-08 | Remove hover mixin documentation | Martijn Cuppens | 1 | -6/+0 | |
| 2019-05-08 | Drop all hover mixins | Mark Otto | 2 | -1/+2 | |
| Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project. | |||||
| 2019-05-08 | Documentation tweaks (#28679) | Martijn Cuppens | 4 | -12/+12 | |
| * Documentation tweaks * Remove redundant col-12 classes | |||||
| 2019-05-08 | add icofont to icon options (#28738) | Ashfahan Khan | 1 | -0/+1 | |
| 30 Categories , 2100+ SVG and icons from icofont | |||||
| 2019-05-08 | Album example: remove misleading jumbotron-heading classname (#28741) | Patrick H. Lauke | 2 | -2/+2 | |
| 2019-05-05 | fix progress bar animation, remove forEach not needed currently | Johann-S | 1 | -9/+8 | |
| 2019-05-05 | Switch from list to map for responsive embeds (#28678) | Martijn Cuppens | 1 | -6/+18 | |
| 2019-05-03 | [WIP] v5: Prep migration docs page (#28472) | Mark Otto | 1 | -305/+51 | |
| * Migration docs page for v5 * Add JS section, tweak some copy * Update migration.md | |||||
| 2019-05-02 | Examples: include favicons. (#28504) | XhmikosR | 1 | -0/+1 | |
| 2019-04-30 | Add truncated example of custom file browser | Martijn Cuppens | 1 | -0/+13 | |
| 2019-04-30 | Change custom file markup | ysds | 2 | -39/+24 | |
| 2019-04-30 | Remove top margin | Martijn Cuppens | 1 | -1/+1 | |
| 2019-04-30 | Show the other navbar items on small screens too. | XhmikosR | 1 | -2/+2 | |
| 2019-04-29 | docs SVGs: Allow passing a custom title. (#28660) | XhmikosR | 10 | -10/+10 | |
| 2019-04-18 | v5 dist (#28657) | XhmikosR | 3 | -3/+3 | |
| 2019-04-15 | Update hugo-bin to v0.43.1 (Hugo 0.55.1). (#28631) | XhmikosR | 4 | -3/+4 | |
| 2019-04-15 | change how bootstrap can be imported in bundlers | Johann-S | 1 | -5/+6 | |
| 2019-04-10 | Update eslint config for the new xo rules. | XhmikosR | 1 | -1/+4 | |
| 2019-04-04 | _sidebar.scss: change ID to a class and type selector. (#28610) | XhmikosR | 1 | -3/+3 | |
| 2019-03-26 | Remove `http` from docs search. (#28557) | XhmikosR | 1 | -4/+8 | |
| We use only `https` for a few months now. | |||||
| 2019-03-18 | Revert back to the old snippet and just add anonymize IP. | XhmikosR | 1 | -5/+5 | |
| We don't need the extra bloat of gtag. | |||||
| 2019-03-18 | Update GA to latest script & anonymize IPs | Mark Otto | 1 | -4/+5 | |
| 2019-03-18 | Revert "Remove Internet Explorer leftovers." | XhmikosR | 4 | -6/+20 | |
| This reverts commit 089e3334a710ae5fddea3ec5bb1a83a8f786196c. | |||||
| 2019-03-18 | Revert "Add information about IE 11 compatibility." | XhmikosR | 1 | -37/+0 | |
| This reverts commit 1da5b9f76a05feae2663316247937aabda91d487. | |||||
| 2019-03-14 | Remove hover states on background utilities (#28457) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-03-14 | v5: Drop remaining deprecated mixins (#28461) | Mark Otto | 4 | -65/+0 | |
| - Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide | |||||
| 2019-03-14 | v5: Update badges (#28458) | Mark Otto | 1 | -25/+14 | |
| - Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes | |||||
| 2019-03-13 | Revert "Don't run Google Analytics locally. (#28384)" (#28489) | Mark Otto | 1 | -2/+0 | |
| 2019-03-13 | browsers-devices.md: escape what we read. | XhmikosR | 1 | -1/+1 | |
| 2019-03-13 | Don't run Google Analytics locally. (#28384) | Christian Oliff | 1 | -0/+2 | |
| 2019-03-13 | Push footer to the bottom of the page | Martijn Cuppens | 1 | -2/+2 | |
| 2019-03-13 | Fix 404 layout. | XhmikosR | 2 | -0/+19 | |
| 2019-03-13 | 404: output to 404.html and add meta robots. | XhmikosR | 1 | -3/+4 | |
| 2019-03-13 | Create 404.md | Christian Oliff | 1 | -0/+11 | |
| 2019-03-13 | Fix the chroma fix and use Sass more. | XhmikosR | 1 | -14/+19 | |
| 2019-03-13 | Workaround problematic Chroma bash highlighting. | Bardi Harborow | 1 | -0/+5 | |
| 2019-03-13 | Add support for meta robots. | XhmikosR | 2 | -0/+8 | |
