Skip to content

Commit c3e6839

Browse files
committed
build: release 3.1.0
1 parent c183be5 commit c3e6839

12 files changed

+1385
-3743
lines changed

.eslintrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010
"no-param-reassign": "off"
1111
},
1212
"overrides": [
13+
{
14+
"files": ["src/**"],
15+
"extends": "plugin:vue/recommended",
16+
"env": {
17+
"browser": true
18+
},
19+
"plugins": [
20+
"html",
21+
"vue"
22+
],
23+
"rules": {
24+
"vue/no-v-html": "off"
25+
}
26+
},
1327
{
1428
"files": ["test/**"],
1529
"env": {

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [3.0.0](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v2.0.0...v3.0.0) (2020-10-31)
1+
# [3.1.0](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v2.0.0...v3.1.0) (2021-01-01)
22

33

44
### Features

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta http-equiv="markdown-to-vue-loader-ua-compatible" content="ie=edge"><title>markdown-to-vue-loader</title><meta name="description" content="Markdown to Vue component loader for Webpack."><meta name="author" content="Chen Fengyuan"><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" crossorigin="anonymous"><link rel="stylesheet" href="https://unpkg.com/[email protected]/github-markdown.css" crossorigin="anonymous"><link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/github.css" crossorigin="anonymous"></head><body><div id="app"></div><script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" crossorigin="anonymous"></script><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script><script src="https://unpkg.com/[email protected]/highlight.pack.js" crossorigin="anonymous"></script><script src="https://fengyuanchen.github.io/shared/google-analytics.js" crossorigin="anonymous"></script><script>hljs.initHighlightingOnLoad();</script><script src="main.js"></script></body></html>
1+
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta http-equiv="markdown-to-vue-loader-ua-compatible" content="ie=edge"><title>markdown-to-vue-loader</title><meta name="description" content="Markdown to Vue component loader for Webpack."><meta name="author" content="Chen Fengyuan"><link href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"><link rel="stylesheet" href="https://unpkg.com/[email protected]/github-markdown.css" crossorigin="anonymous"><link rel="stylesheet" href="https://unpkg.com/@highlightjs/[email protected]/styles/github.min.css" crossorigin="anonymous"></head><body><div id="app"></div><script src="https://unpkg.com/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script><script src="https://unpkg.com/@highlightjs/[email protected]/highlight.min.js" crossorigin="anonymous"></script><script src="https://fengyuanchen.github.io/shared/google-analytics.js" crossorigin="anonymous"></script><script>hljs.initHighlightingOnLoad();</script><script src="main.js"></script></body></html>

docs/main.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.js.LICENSE.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)