Christian Oliff
44196408a3
Removed unnecessary title tags from table of contents ( #1240 )
2019-09-05 07:05:16 +02:00
dependabot-preview[bot]
2a0bb2ec12
Bump eslint from 6.2.2 to 6.3.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.2.2...v6.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-30 20:09:19 +00:00
dependabot-preview[bot]
e010a8261a
Bump stylelint-order from 3.0.1 to 3.1.0
...
Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order ) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases )
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hudochenkov/stylelint-order/compare/3.0.1...3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-30 15:25:03 +00:00
dependabot-preview[bot]
d389ca4dc7
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 21:42:50 +00:00
dependabot-preview[bot]
896ba47326
Bump webpack from 4.39.2 to 4.39.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.39.2 to 4.39.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.39.2...v4.39.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 18:16:12 +00:00
squidfunk
3ec9506651
Added missing assets
2019-08-27 17:43:20 +02:00
squidfunk
d9a51e2c03
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2019-08-27 17:42:02 +02:00
squidfunk
af81591cce
Prepare 4.4.2 release
2019-08-27 17:41:51 +02:00
dependabot-preview[bot]
6bccf15219
Bump stylelint-scss from 3.9.4 to 3.10.0
...
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss ) from 3.9.4 to 3.10.0.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases )
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.9.4...3.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 04:21:54 +00:00
dependabot-preview[bot]
12986c9773
Bump babel-eslint from 10.0.2 to 10.0.3
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.2...v10.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 04:31:23 +00:00
dependabot-preview[bot]
448ec37b64
Bump eslint from 6.2.1 to 6.2.2
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.2.1...v6.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 04:29:42 +00:00
Christian Oliff
45a2f3362b
Updated Materal Design URL to prevent redirect ( #1225 )
2019-08-23 17:33:06 +02:00
Christian Oliff
4f41b9aa52
Removed unneeded title attributes from text links in nav and sidebar ( #1224 )
2019-08-23 17:32:44 +02:00
Timothy Pharo
422406bed3
Fixed issue where HTML tags were shown in page title ( #1220 )
...
* Strip tags from page tile when displaying in header <title> tag
* Build resources for stripping html tags from header <title>
2019-08-23 11:02:28 +02:00
Christian Oliff
ec9a9a62b0
Improved accessibility for IE users ( #1222 )
...
> The <main> element is widely supported. For Internet Explorer 11 and lower, it's suggested that an ARIA role of "main" be added to the <main> element to ensure it is accessible (screen readers like JAWS, used in combination with older versions of Internet Explorer, understand the semantic meaning of the <main> element when this role attribute is included).
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main#Browser_compatibility
2019-08-23 10:59:23 +02:00
squidfunk
0a93a26364
Prepare 4.4.1 release
2019-08-22 16:16:21 +02:00
squidfunk
6b7535b8cc
Added black as a primary color
2019-08-22 16:11:51 +02:00
Timothy Pharo
a47f1efe6d
Fixed issue where HTML elements in H1's cause footer layout to be broken ( #1217 )
...
* Add striptags to next/previous links to eascape invalid html tags
* Add generated built files for escaped titles in footer
2019-08-22 15:52:49 +02:00
dependabot-preview[bot]
6668cab416
Bump sass-loader from 7.2.0 to 7.3.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 15:57:58 +00:00
dependabot-preview[bot]
4d5615d6e8
Bump eslint from 6.2.0 to 6.2.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.2.0...v6.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 14:32:26 +00:00
dependabot-preview[bot]
164260c0a4
Bump stylelint-scss from 3.9.3 to 3.9.4
...
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss ) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases )
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.9.3...3.9.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 14:18:27 +00:00
dependabot-preview[bot]
ff9f7731b0
Bump webpack-cli from 3.3.6 to 3.3.7
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.7/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.6...v3.3.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 04:41:15 +00:00
dependabot-preview[bot]
1f32eb9018
Bump eslint from 6.1.0 to 6.2.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.1.0...v6.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 04:37:49 +00:00
dependabot-preview[bot]
6912815cd5
Bump webpack from 4.39.1 to 4.39.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.39.1 to 4.39.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.39.1...v4.39.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-13 22:55:06 +00:00
dependabot-preview[bot]
6fdd32d73d
Bump sass-loader from 7.1.0 to 7.2.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-09 13:01:59 +00:00
dependabot-preview[bot]
3d1bd1664a
Bump file-loader from 4.1.0 to 4.2.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-08 08:26:06 +00:00
dependabot-preview[bot]
408d80cd09
Bump js-cookie from 2.2.0 to 2.2.1
...
Bumps [js-cookie](https://github.com/js-cookie/js-cookie ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/js-cookie/js-cookie/releases )
- [Commits](https://github.com/js-cookie/js-cookie/compare/v2.2.0...v2.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-06 16:04:33 +00:00
dependabot-preview[bot]
b5d053e267
Bump css-loader from 3.1.0 to 3.2.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.1.0...v3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-06 16:03:06 +00:00
dependabot-preview[bot]
32725e9083
Bump style-loader from 0.23.1 to 1.0.0
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 0.23.1 to 1.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-06 15:46:33 +00:00
dependabot-preview[bot]
a219a5319f
Bump stylelint-scss from 3.9.2 to 3.9.3
...
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss ) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases )
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.9.2...3.9.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-05 04:21:18 +00:00
dependabot-preview[bot]
c20db13bc8
Bump webpack from 4.39.0 to 4.39.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.39.0 to 4.39.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.39.0...v4.39.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 15:23:35 +00:00
dependabot-preview[bot]
dd604a57cf
Bump webpack from 4.38.0 to 4.39.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.38.0 to 4.39.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.38.0...v4.39.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-01 16:02:40 +00:00
dependabot-preview[bot]
881bb14fb4
Bump webpack from 4.37.0 to 4.38.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.37.0 to 4.38.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.37.0...v4.38.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 22:57:01 +00:00
dependabot-preview[bot]
534f155198
Bump copy-webpack-plugin from 5.0.3 to 5.0.4
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.3...v5.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 22:35:23 +00:00
dependabot-preview[bot]
0abe594968
[Security] Bump fstream from 1.0.11 to 1.0.12
...
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12. **This update includes a security fix.**
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 02:42:25 +00:00
dependabot-preview[bot]
1500a5a3a9
Bump webpack from 4.36.1 to 4.37.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.36.1 to 4.37.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.36.1...v4.37.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 04:32:59 +00:00
dependabot-preview[bot]
47bbfd973c
Bump eslint from 6.0.1 to 6.1.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.0.1...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-22 04:25:54 +00:00
dependabot-preview[bot]
9f0fae01c0
Bump webpack from 4.35.3 to 4.36.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.35.3 to 4.36.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.35.3...v4.36.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-19 01:33:23 +00:00
dependabot-preview[bot]
685848261f
Bump @babel/core from 7.5.4 to 7.5.5
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.5.4 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.5.4...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 22:19:57 +00:00
dependabot-preview[bot]
f681b29bbb
Bump @babel/cli from 7.5.0 to 7.5.5
...
Bumps [@babel/cli](https://github.com/babel/babel ) from 7.5.0 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.5.0...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 22:11:43 +00:00
dependabot-preview[bot]
e021ce7b00
Bump @babel/preset-env from 7.5.4 to 7.5.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.5.4 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.5.4...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 16:19:07 +00:00
dependabot-preview[bot]
4550b2d239
Bump css-loader from 3.0.0 to 3.1.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.0.0...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 16:15:20 +00:00
dependabot-preview[bot]
abd68d3c54
Bump stylelint-scss from 3.9.1 to 3.9.2
...
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss ) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases )
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.9.1...3.9.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 16:11:37 +00:00
dependabot-preview[bot]
b2fb350891
Bump file-loader from 4.0.0 to 4.1.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.0.0...v4.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 16:06:57 +00:00
dependabot-preview[bot]
6710ff2408
Bump mini-css-extract-plugin from 0.7.0 to 0.8.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.7.0...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 04:28:24 +00:00
dependabot-preview[bot]
1587ee7468
Bump event-hooks-webpack-plugin from 2.1.2 to 2.1.4
...
Bumps [event-hooks-webpack-plugin](https://github.com/cascornelissen/event-hooks-webpack-plugin ) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/cascornelissen/event-hooks-webpack-plugin/releases )
- [Commits](https://github.com/cascornelissen/event-hooks-webpack-plugin/compare/v2.1.2...v2.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 04:25:34 +00:00
dependabot-preview[bot]
47856bc323
Bump webpack-cli from 3.3.5 to 3.3.6
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 04:27:09 +00:00
dependabot-preview[bot]
5d76616036
Bump stylelint-order from 3.0.0 to 3.0.1
...
Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases )
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hudochenkov/stylelint-order/compare/3.0.0...3.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-12 11:39:45 +00:00
dependabot-preview[bot]
aa42c1e198
[Security] Bump lodash from 4.17.11 to 4.17.14
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11 02:48:35 +00:00
dependabot-preview[bot]
79e18f2286
Bump @babel/preset-env from 7.5.3 to 7.5.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.5.3 to 7.5.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.5.3...v7.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10 04:38:33 +00:00