File tree Expand file tree Collapse file tree 6 files changed +31
-10
lines changed
Expand file tree Collapse file tree 6 files changed +31
-10
lines changed Original file line number Diff line number Diff line change 33# project
44dist /
55_site /
6+ lib /
7+ .npmignore
68
79# Logs
810logs
1214# Commenting this out is preferred by some people, see
1315# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
1416node_modules
15- lib
17+
1618
1719# Users Environment Variables and others
1820.idea /
1921.DS_Store
20- * .tgz
22+ * .tgz
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ components/
1414articles /
1515_theme /
1616_site /
17+ webpack.config.js
18+ bisheng.config.js
19+ .flowconfig
1720
1821# Users Environment Variables and others
1922.idea /
Original file line number Diff line number Diff line change 11# 更新日志
22
3- ## [ 2017-04-11] 0.2.4-1
3+
4+ ## [ 2017-04-13] 0.2.6
5+
6+ ### 优化
7+
8+ * 优化打包方式;支持组件的单个 import
9+
10+ ---
11+
12+ ## [ 2017-04-11] 0.2.5
413
514### 修复
615
716* 在同构 SSR 架构的应用中确保不抛出错误
817
918---
1019
11- ## [ 2017-03-22] 0.2.5
20+ ## [ 2017-03-22] 0.2.4-0
1221
1322### 修复
1423
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ tips: 记得将其中的 `VERSION` 替换为真实版本号,查看历史版本
7777+ https://unpkg.com/react-amap@VERSION/dist/react-amap.js
7878+ https://unpkg.com/react-amap@VERSION/dist/react-amap.min.js
7979
80- 当前最新版本 ` 0.2.5 ` :
80+ 当前最新版本 ` 0.2.6 ` :
8181
82- + https://unpkg.com/react-amap@0.2.5 /dist/react-amap.js
83- + https://unpkg.com/react-amap@0.2.5 /dist/react-amap.min.js
82+ + https://unpkg.com/react-amap@0.2.6 /dist/react-amap.js
83+ + https://unpkg.com/react-amap@0.2.6 /dist/react-amap.min.js
8484
8585### 关于 Key
8686
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ title: 更新日志
44order : 11
55---
66
7+ ## [ 2017-04-13] 0.2.6
8+
9+ ### 优化
10+
11+ * 优化打包方式;支持组件的单个 import
12+
13+ ---
714
815## [ 2017-04-11] 0.2.5
916
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ tips: 记得将其中的 `VERSION` 替换为真实版本号,查看历史版本
7878+ https://unpkg.com/react-amap@VERSION/dist/react-amap.js
7979+ https://unpkg.com/react-amap@VERSION/dist/react-amap.min.js
8080
81- 当前最新版本 ` 0.2.5 ` :
81+ 当前最新版本 ` 0.2.6 ` :
8282
83- + https://unpkg.com/react-amap@0.2.5 /dist/react-amap.js
84- + https://unpkg.com/react-amap@0.2.5 /dist/react-amap.min.js
83+ + https://unpkg.com/react-amap@0.2.6 /dist/react-amap.js
84+ + https://unpkg.com/react-amap@0.2.6 /dist/react-amap.min.js
8585
8686### 关于 Key
8787
You can’t perform that action at this time.
0 commit comments