Skip to content

Commit b278035

Browse files
committed
build: release 2.0.0-alpha.2
1 parent 955899b commit b278035

File tree

5 files changed

+2577
-2837
lines changed

5 files changed

+2577
-2837
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.0-alpha.2 (Jul 11, 2019)
4+
5+
- Use the `componentNamespace` option as the class prefix for the root element.
6+
- Upgrade [markdown-it](https://github.com/markdown-it/markdown-it) to v9.
7+
38
## 2.0.0-alpha.1 (Mar 21, 2019)
49

510
- Export all components as ES6 Module.

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
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://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
1111
<link rel="stylesheet" href="https://unpkg.com/[email protected]/github-markdown.css">
1212
<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/github.css">
1313
</head>
1414
<body>
1515
<div id="app"></div>
16-
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
17-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
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>
1818
<script src="https://unpkg.com/[email protected]/highlight.pack.js"></script>
1919
<script src="https://fengyuanchen.github.io/shared/google-analytics.js"></script>
2020
<script>hljs.initHighlightingOnLoad();</script>

docs/main.js

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

0 commit comments

Comments
 (0)