Commit Graph

284 Commits

Author SHA1 Message Date
思忠 dda52a4c1c v1.3.0 2020-05-14 16:37:27 +08:00
chenbin92 fa630bf5a0
Fix/release bugs (#3205)
* fix: types & log

* v1.2.2-alpha.4

* fix: no match single page file

* v1.2.2-alpha.5
2020-05-14 15:56:58 +08:00
思忠 c4b6dde4a3 v1.2.2-alpha.3 2020-05-14 13:42:05 +08:00
chenbin92 c8bcd14c84
feat: enhance use request types (#3195)
* feat: enhance useRequest types

* chore: remove comments

* docs: useRequest usage

* v1.2.2-alpha.2

* docs: add withFullResponse api

* docs: refactor request docs

* chore: typo

* chore: useRequest docs

* docs: fix typo

* docs: optimize title
2020-05-14 13:23:57 +08:00
chenbin92 b5c10cbb77
fix: upgrate react-dev-utils (#3190)
* fix: upgrate react-dev-utils

* v1.2.2-alpha.1

* fix: set transportMode to ws

Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2020-05-11 22:41:27 +08:00
chenbin92 a6f265a2dd
fix: repository url (#3192) 2020-05-11 14:15:16 +08:00
思忠 88656e076e fix: compatible with the index page 2020-05-10 00:53:37 +08:00
ClarkXia a95e53346c fix: disable eslint by default (#295)
* fix: disable eslint by default

* chore: remove plugin-rml

* chore: version

* v1.2.1-alpha.1

* v1.2.1
2020-04-28 18:55:36 +08:00
思忠 183b1d9b61 v1.2.0 2020-04-27 16:58:50 +08:00
思忠 2a6632f55f v1.2.0-alpha.2 2020-04-27 16:21:53 +08:00
思忠 60641c08e3 v1.2.0-alpha.1 2020-04-27 12:20:01 +08:00
Hengchang Lu 0552a8a704 feat: refactor plugin types (#285) 2020-04-27 12:13:21 +08:00
chenbin92 740b6b35b9 feat: support register provider with mpa (#283) 2020-04-27 12:03:31 +08:00
思忠 91c1b7029b v1.2.0-alpha.0 2020-04-26 16:12:11 +08:00
chenbin92 d6391b1078 fix: not generate routes when MPA (#267) 2020-04-26 15:32:19 +08:00
chenbin92 a2e17db3ce feat: detect page is export default (#277)
* feat: detect page is export default

* fix: condition
2020-04-24 14:05:17 +08:00
chenbin92 9f97e10eaf Release v1.1.9
* fix: file path formats on Windows (#270)

* fix: compatible single file page (#275)

* v1.1.9
2020-04-23 16:57:43 +08:00
思忠 09a372429d v1.1.8 2020-04-20 21:19:23 +08:00
chenbin92 7af8eda679 fix: regex optimize (#258) 2020-04-20 20:45:09 +08:00
思忠 80590ef932 v1.1.7 2020-04-20 17:20:19 +08:00
思忠 6b995839f7 v1.1.7-alpha.1 2020-04-20 17:02:14 +08:00
chenbin92 8b5bf55743 fix: pass props to component (#256) 2020-04-20 16:55:12 +08:00
思忠 29d3388baf v1.1.6 2020-04-20 14:13:54 +08:00
思忠 98db9394cc v1.1.6-alpha.2 2020-04-20 10:22:02 +08:00
许文涛 5802e3ad0c Merge pull request #248 from ice-lab/refactor/remove-component-model-logic
refactor: remove component model logic
2020-04-20 10:14:04 +08:00
chenbin92 3196f012e1 fix: remove dependent component name (#246)
* refactor: remove dependent component name

* chore: fix lint

* chore: remove empty line
2020-04-20 10:11:26 +08:00
思忠 7ec6386ea2 fix: watch pages 2020-04-20 10:00:59 +08:00
思忠 e2b5e0e273 refactor: remove component model logic 2020-04-20 00:20:49 +08:00
思忠 8e4f9f9a93 v1.1.6-alpha.1 2020-04-17 15:01:51 +08:00
思忠 c3f76ffeb3 refactor: code optim 2020-04-17 12:30:09 +08:00
chenbin92 a787dd099b feat: support lazy store (#236)
* feat: support lazy store

* feat: support component model

* fix: typo

* feat: support store api

* chore: lazy example

* feat: add babelPluginReplacePath

* feat: replace router component path

* feat: add getRoutes util

* feat: support custom routes path

* feat: support replace custom alias

* fix: only transform Import node

* fix: alias key

* fix: only transform pages

* fix: set default alias

* fix: match pages

* fix: calculate relative path

Co-authored-by: 许文涛 <alvin.hui@qq.com>
2020-04-17 12:13:37 +08:00
chenbin92 055f4555ef chore: ci support dependency check (#238)
* feat: support dependency check

* feat: setup ci

* fix: move dependency-check to devDependencies

* chore: fix lint

* fix: update yarn lock

* chore: test ci

* chore: add the missing dependencies

* fix: use fs-extra@8.x
2020-04-14 21:22:34 +08:00
思忠 278c868c90 v1.1.5 2020-04-08 18:58:50 +08:00
ClarkXia 4abd05d04c v1.1.5-alpha.5 2020-04-08 18:34:34 +08:00
liuxiong.lx ea05224a6d v1.1.5-alpha.4 2020-04-08 17:46:39 +08:00
思忠 6e95a41c22 v1.1.5-alpha.2 2020-04-08 16:39:45 +08:00
思忠 4a91d50943 v1.1.5-alpha.1 2020-04-08 13:47:50 +08:00
思忠 eff5dccf67 v1.1.5-alpha.0 2020-04-08 12:23:32 +08:00
思忠 b5bd477b91 v1.1.4 2020-04-07 23:10:49 +08:00
思忠 5a44a79a01 v1.1.4-alpha.8 2020-04-07 19:52:47 +08:00
思忠 749993279c fix: add prettier to plugin-store 2020-04-07 19:33:12 +08:00
思忠 d57575d665 fix: move types to template 2020-04-07 17:43:19 +08:00
思忠 ca3fa80519 chore: optimize 2020-04-07 17:05:38 +08:00
思忠 4e8021f824 feat: format code 2020-04-07 16:51:34 +08:00
思忠 3e0acde3da feat: define AppModel interface 2020-04-07 16:16:27 +08:00
思忠 7eaa882da4 refactor: export store types 2020-04-07 15:41:51 +08:00
思忠 9b0f651818 v1.1.4-alpha.6 2020-04-07 12:16:41 +08:00
chenbin92 88b9ef6ef6 fix: use initialStates (#221) 2020-04-07 12:09:40 +08:00
思忠 6a0f045446 v1.1.4-alpha.5 2020-04-07 11:45:22 +08:00
思忠 431f4e6788 v1.1.4-alpha.4 2020-04-07 11:32:38 +08:00
chenbin92 30c09a6ad7 feat: export icestore types (#212)
* feat: export icestore types

* fix: export IcestoreRootState and IcestoreDispatch
2020-04-07 11:22:24 +08:00
思忠 f7531b7360 v1.1.4-alpha.3 2020-04-03 21:29:55 +08:00
chenbin92 5aa5636dc8 feat: upgrade icestore to 1.3.0 (#208)
* feat: upgrade icestore to 1.3.0

* fix: remove default key

* refactor: get appConfig

* feat: delay load appStore

* chore: remove store

* chore: update basic-ssr example

* chore: update basic-store example

* chore: update version

* chore: remove log

* chore: add comments

* chore: clear code

* fix: move appConfig alias
2020-04-03 20:48:31 +08:00
思忠 c676c9073b v1.1.4-alpha.2 2020-04-03 16:48:56 +08:00
思忠 f899727e2d v1.1.4-alpha.1 2020-04-02 14:33:50 +08:00
思忠 8d26a1838f v1.1.4-alpha.0 2020-03-31 21:05:55 +08:00
思忠 4d39cb638f v1.1.3 2020-03-30 17:09:40 +08:00
思忠 c331cc12e4 v1.1.3-alpha.4 2020-03-30 16:35:34 +08:00
chenbin92 e90fd6d988 fix: lint error (#190) 2020-03-30 14:04:55 +08:00
大果 37044ae198 chore: revert beforeload (#185)
* Revert "Feat/enhance request (#161)"

This reverts commit 04f50b1104de5dbe8908c1bb4c2ccb904fc18f59 [formerly 0ceed05e05].

* v1.1.3-alpha.3
2020-03-27 23:38:45 +08:00
chenbin92 3a937d379b chore: fix lint (#183) 2020-03-27 18:54:23 +08:00
思忠 bf8d2ec70f v1.1.3-alpha.2 2020-03-27 18:35:28 +08:00
思忠 491d5b5c70 v1.1.3-alpha.1 2020-03-27 17:26:50 +08:00
liuxiong.lx b5c0e2e592 v1.1.3-alpha.0 2020-03-26 22:44:00 +08:00
chenbin92 2b88dd9625 fix: semicolons is required (#162) 2020-03-26 17:17:09 +08:00
ClarkXia 80c746f52a chore: release 1.1.2 (#154)
* fix: fs-extra dependency

* v1.1.2-alpha.0

* v1.1.2

Co-authored-by: liuxiong.lx <liuxiong.lx@alibaba-inc.com>
2020-03-24 17:30:02 +08:00
大果 f844fd113e chore: release v1.1.1 (#152) 2020-03-24 16:26:53 +08:00
liuxiong.lx e6d775ba6d v1.1.1-alpha.2 2020-03-24 15:37:20 +08:00
liuxiong.lx 50981ba8fb v1.1.1-alpha.1 2020-03-24 14:11:05 +08:00
大果 fe2f654463 fix: add dependencies (#148) 2020-03-24 13:27:27 +08:00
ClarkXia 23910f4181 fix: add dependencies 2020-03-24 11:36:43 +08:00
liuxiong.lx f6d68f8368 chore: 1.1.0-alpha.0 2020-03-24 09:47:21 +08:00
liuxiong.lx 9bb071d91c chore: version 2020-03-23 17:48:15 +08:00
chenbin92 077fb17dc6 Release (#125)
* chore: release v1.1.0

* feat: support ssr (#117)

* feat: support update apps in layout (#126)

* fix: wrapper route component with suspense (#112)

* fix:keep classnames and fnames when minifying (#119)

* fix: compatible with pages folder (#124)

* fix: config entry is not effective (#134)
2020-03-20 23:54:15 +08:00
思忠 b3b82b6ca0 v1.0.16 2020-03-17 14:14:37 +08:00
chenbin92 5d5c22f4d1 Release (#110)
* fix: wrapper route component with suspense (#112)

* fix:keep classnames and fnames when minifying (#119)

* fix: component names

* fix: keep classnames and fnames when minifying

* fix: merge terserOptions

* feat: sync package to tnpm
2020-03-17 12:00:41 +08:00
思忠 916e38c16c v1.0.15 2020-03-12 22:27:33 +08:00
思忠 e0cafb925e v1.0.15-alpha.0 2020-03-12 21:34:01 +08:00
chenbin92 7bb8c703ef fix: ts types (#102)
* fix: request types

* refactor: add icestark types

* refactor: add types to example
2020-03-11 18:52:27 +08:00
chenbin92 8fae66d1ae chore: update basic-mpa example (#103)
* chore: upgrade icestore version (#90)

* chore: remove unnecessary code

* fix: icestore version

* chore: update basic-mpa example

* chore: update yarn lock

* chore: code optim
2020-03-11 18:09:04 +08:00
思忠 49aa13b3e8 v1.0.14 2020-03-07 00:03:26 +08:00
思忠 54afb4083e v1.0.13 2020-03-06 23:09:56 +08:00
思忠 44f944c89c v1.0.13-alpha.3 2020-03-06 22:05:20 +08:00
思忠 ea43ddafcc chore: add types file 2020-03-06 22:04:33 +08:00
思忠 2320a547a6 v1.0.13-alpha.2 2020-03-06 20:35:42 +08:00
思忠 5b21ab6c28 v1.0.13-alpha.1 2020-03-06 15:04:17 +08:00
思忠 36b8f21b4d v1.0.13-alpha.0 2020-03-05 17:00:35 +08:00
ClarkXia 15c315d716 fest: support plugin types (#48)
* feat: add addIceTypesExport api

* refactor: plugin types

* fix: appConfig is optional

* refactor: add IApp interface

* fix: optional config

* fix: export types

* chore: define types
2020-03-05 16:52:38 +08:00
大果 5829234da2 refactor: store example (#81)
* refactor: store example

* chore: remove spa-base example

* refactor: better store example
2020-03-05 16:51:27 +08:00
思忠 6fb16f632f refactor: code optim 2020-03-03 21:26:11 +08:00
思忠 3268118b57 fix: dynamic registration Provider 2020-03-02 10:43:17 +08:00
思忠 58d7e8f2e3 v1.0.12 2020-02-27 21:58:43 +08:00
思忠 39399877fe v1.0.12-alpha.1 2020-02-27 21:46:22 +08:00
思忠 b5f0339c74 v1.0.12-alpha.0 2020-02-26 23:41:51 +08:00
思忠 2c6c1b4647 v1.0.11 2020-02-25 21:28:06 +08:00
思忠 ef91327284 v1.0.11-alpha.0 2020-02-25 21:07:42 +08:00
chenbin92 20cdc55db0 fix: format path (#58) 2020-02-25 18:53:06 +08:00
思忠 a21af67ae2 v1.0.10 2020-02-24 20:05:33 +08:00
思忠 ab9c70c185 v1.0.10-alpha.0 2020-02-24 19:42:37 +08:00
思忠 5157ecb2e6 refactor: code optim 2020-02-24 18:21:49 +08:00
思忠 1b6ff3bf0f refactor: register formatWinPath method 2020-02-24 18:01:42 +08:00
思忠 fdee4e4f64 fix: model path 2020-02-24 17:39:53 +08:00
思忠 4a8add20e1 v1.0.9 2020-02-22 14:12:44 +08:00
思忠 561dd5975d v1.0.9-alpha.1 2020-02-22 12:00:10 +08:00
思忠 a545afad84 v1.0.9-alpha.0 2020-02-22 09:56:42 +08:00
思忠 73b420f0fd v1.0.8 2020-02-21 12:03:48 +08:00
思忠 76d4c76678 v1.0.8-alpha.0 2020-02-21 11:53:58 +08:00
chenbin92 edddfab98a Merge pull request #36 from ice-lab/fix-store-module
fix: pass default props in wrapper component
2020-02-21 10:05:18 +08:00
ClarkXia c88d82920d chore: lint 2020-02-20 19:58:10 +08:00
ClarkXia 0c38708e38 fix: pass default props in wrapper component 2020-02-20 19:56:46 +08:00
思忠 0472fe5cd7 v1.0.7 2020-02-20 17:42:10 +08:00
思忠 84e248e296 v1.0.7-alpha.0 2020-02-20 14:47:29 +08:00
思忠 90225c8fa4 v1.0.6 2020-02-19 22:08:02 +08:00
思忠 46fadb8774 v1.0.6-alpha.0 2020-02-19 20:45:35 +08:00
chenbin92 0841487c75 refactor: remove useApp (#27)
* refactor: remove useApp hooks

* refactor: update examples
2020-02-19 20:17:41 +08:00
思忠 bc568bc80d v1.0.5 2020-02-18 21:50:11 +08:00
思忠 e03f1dc192 v1.0.5-alpha.0 2020-02-18 21:22:07 +08:00
思忠 f5c08c639d refactor: change usePage to page api 2020-02-18 16:18:17 +08:00
思忠 b8652ce094 refactor: export global store from ice 2020-02-18 14:52:29 +08:00
思忠 c03c66934f v1.0.4 2020-02-17 22:02:23 +08:00
思忠 d8d10d8e48 docs: update README 2020-02-17 20:21:42 +08:00
思忠 a2078932b5 feat: the Provider support initialState properties 2020-02-17 20:15:29 +08:00
思忠 379cd14d37 chore: update icestore@1.0.0 version 2020-02-17 18:15:29 +08:00
思忠 38f82cc335 fix: use default namespace 2020-02-17 17:57:05 +08:00
思忠 2551d6438b fix: change models to model 2020-02-17 17:13:38 +08:00
chenbin92 54518470dd Merge pull request #13 from ice-lab/refactor/wrapper-routes
refactor: automatically mount component static properties
2020-02-17 10:24:20 +08:00
思忠 3acf736dc6 v1.0.3 2020-02-15 20:11:44 +08:00
思忠 dd410c34b1 v1.0.3-alpha.1 2020-02-15 19:40:35 +08:00
思忠 9142266697 v1.0.3-alpha.0 2020-02-15 18:19:56 +08:00
思忠 507309a6ac refactor: automatically mount component static properties 2020-02-14 16:15:54 +08:00
思忠 81d905a11d fix: pass static properties with wrapperComponent 2020-02-14 15:19:49 +08:00
思忠 ad68871da6 v1.0.2 2020-02-14 13:17:12 +08:00
思忠 57fe10cb32 v1.0.2-alpha.0 2020-02-14 12:08:09 +08:00
思忠 eebd118c7e feat: initial project 2020-02-13 23:14:08 +08:00