Skip to content

Commit 18883f9

Browse files
committed
[0.4]
1 parent 6dccc42 commit 18883f9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.0
2+
3+
- feat: add watching for adding、unlinking files, restart automatically
4+
- update: dep of atool-build, to ~0.7.0
5+
- fix: webpackConfig.module.loaders[].loader is undefined
6+
- fix: menu style problem in element.ejs
7+
8+
19
## 0.3.0
210

311
`2016-04-25`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atool-doc",
3-
"version": "0.3.0",
3+
"version": "0.4.1",
44
"description": "Static demo site generator based on atool-build & dora.",
55
"keywords": [
66
"atool",

tpl/element.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
731731
.demos-anchor {
732732
max-width: 230px;
733-
height: 90%;
733+
max-height: 90%;
734734
width: calc(100% + 10px);
735735
right: 20px;
736736
position: fixed;

0 commit comments

Comments
 (0)