Skip to content

Commit c16b727

Browse files
committed
build: release 2.0.0-beta
1 parent 55b4004 commit c16b727

File tree

5 files changed

+3297
-1876
lines changed

5 files changed

+3297
-1876
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.0-beta (Oct 12, 2019)
4+
5+
- Avoid removing any global `<style>` elements.
6+
- Improve RegExps for better performance.
7+
38
## 2.0.0-alpha.2 (Jul 11, 2019)
49

510
- Use the `componentNamespace` option as the class prefix for the root element.

docs/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>markdown-to-vue-loader</title>
88
<meta name="description" content="Markdown to Vue component loader for Webpack.">
99
<meta name="author" content="Chen Fengyuan">
10-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
11-
<link rel="stylesheet" href="https://unpkg.com/github-markdown-css@2.10.0/github-markdown.css">
12-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/github.css">
10+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" crossorigin="anonymous">
11+
<link rel="stylesheet" href="https://unpkg.com/github-markdown-css@3.0.1/github-markdown.css" crossorigin="anonymous">
12+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/github.css" crossorigin="anonymous">
1313
</head>
1414
<body>
1515
<div id="app"></div>
16-
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
17-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
18-
<script src="https://unpkg.com/[email protected]/highlight.pack.js"></script>
19-
<script src="https://fengyuanchen.github.io/shared/google-analytics.js"></script>
16+
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" crossorigin="anonymous"></script>
17+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
18+
<script src="https://unpkg.com/[email protected]/highlight.pack.js" crossorigin="anonymous"></script>
19+
<script src="https://fengyuanchen.github.io/shared/google-analytics.js" crossorigin="anonymous"></script>
2020
<script>hljs.initHighlightingOnLoad();</script>
2121
<script type="text/javascript" src="main.js"></script></body>
2222
</html>

docs/main.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)