Skip to content

Commit

Permalink
3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erik168 committed Aug 7, 2017
1 parent 6128fd4 commit 358e6c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
ChangeLog
========


3.1.5
-------

+ 【bug修复】- 视图生成时对静态文本节点判定错误可能导致异常退出


3.1.4
-------

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@ $ npm i san
CDN:

```html
<!-- unpkg -->
<script src="https://unpkg.com/san@latest"></script>

<!-- compressed -->
<script src="http://s1.bdstatic.com/r/www/cache/efe/san/3-1-4/san.min.js"></script>

<!-- compressed(https) -->
<script src="https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/efe/san/3-1-4/san.min.js"></script>

<!-- source -->
<script src="http://s1.bdstatic.com/r/www/cache/efe/san/3-1-4/san.js"></script>
```

[Dist Files](https://github.com/ecomfe/san/tree/master/dist)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "san",
"description": "A MVVM Component Framework",
"version": "3.1.4",
"version": "3.1.5",
"contributors": [
{
"name": "erik",
Expand Down

0 comments on commit 358e6c6

Please sign in to comment.