aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/examples
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto44-3245/+0
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-08Offcanvas example: transition the transform (#28203)XhmikosR1-4/+5
This is more efficient than transitioning the `left` property.
2019-02-07Optimize and normalize SVGs. (#28200)XhmikosR3-4/+4
Mostly be consistent with the attributes' order and improve compression when possible.
2019-02-04examples: remove JS from blog and sticky footer. (#28173)XhmikosR2-0/+2
They don't use it.
2019-01-29Add missing trailing slash.XhmikosR1-1/+1
2019-01-14Examples: add tabindex="-1" and aria-disabled="true" on disabled linksLaussel Loïc5-6/+6
2019-01-10Update devDependencies. (#28016)XhmikosR1-1/+1
2019-01-08Examples: use `{{ site.time | date: "%Y" }}`.XhmikosR7-7/+7
Since they are being build, no point in hardcoding the year.
2019-01-08Bump copyright year to 2019.XhmikosR7-7/+7
2019-01-07Blog example IE fix & minor tweaks (#27933)Martijn Cuppens1-20/+20
2019-01-05Switch to our Stylelint config. (#27974)XhmikosR1-1/+3
2018-12-31Add a few more redirects.XhmikosR1-2/+1
2018-12-22Remove obsolete redirects in examples. (#27897)XhmikosR1-2/+0
2018-12-21Prep for v4.2.0 releaseMark Otto44-0/+3243
- 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