Skip to content

Commit

Permalink
chore(alita): 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ykforerlang committed Jan 9, 2020
1 parent 5e6c079 commit 36f5dfe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.2.2](https://github.com/areslabs/alita/compare/2.2.1...2.2.2) (2020-01-09)


### Bug Fixes

* **alita:** 修复当webpack没有module successed成功的时候,报错行为 ([e5a8879](https://github.com/areslabs/alita/commit/e5a8879))
* **wx-react:** 修复FlatList,SectionList组件销毁时报错 ([3b1d381](https://github.com/areslabs/alita/commit/3b1d381)), closes [#47](https://github.com/areslabs/alita/issues/47)


### Features

* **alita:** 添加 componentPaths 配置项, 兜底处理未找到路径的组件 ([676aabb](https://github.com/areslabs/alita/commit/676aabb))



## [2.2.1](https://github.com/areslabs/alita/compare/2.0.3...2.2.1) (2020-01-03)


Expand Down
4 changes: 4 additions & 0 deletions docs/配置文件.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ alita内部使用`webpack`打包,基本上所有在webpack上可以配置的
用于`alita-loaders`的 include/ exclude字段, 一般用于[第三方组件扩展](./第三方组件库扩展.md)


#### componentPaths
//TODO




2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"weixin",
"redux"
],
"version": "2.2.1",
"version": "2.2.2",
"description": "alita-core",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 36f5dfe

Please sign in to comment.