File tree Expand file tree Collapse file tree 5 files changed +3297
-1876
lines changed Expand file tree Collapse file tree 5 files changed +3297
-1876
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.0-beta (Oct 12, 2019)
4
+
5
+ - Avoid removing any global ` <style> ` elements.
6
+ - Improve RegExps for better performance.
7
+
3
8
## 2.0.0-alpha.2 (Jul 11, 2019)
4
9
5
10
- Use the ` componentNamespace ` option as the class prefix for the root element.
Original file line number Diff line number Diff line change 7
7
< title > markdown-to-vue-loader</ title >
8
8
< meta name ="description " content ="Markdown to Vue component loader for Webpack. ">
9
9
< 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/highlightjs@9.12.0/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/highlightjs@9.12.0/styles/github.css " crossorigin =" anonymous " >
13
13
</ head >
14
14
< body >
15
15
< 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/highlightjs@9.12.0/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/highlightjs@9.12.0/highlight.pack.js " crossorigin =" anonymous " > </ script >
19
+ < script src ="https://fengyuanchen.github.io/shared/google-analytics.js " crossorigin =" anonymous " > </ script >
20
20
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
21
21
< script type ="text/javascript " src ="main.js "> </ script > </ body >
22
22
</ html >
You can’t perform that action at this time.
0 commit comments