luhc228
e88c291ad1
fix: useAuth error ( #661 )
...
* chore: example
* chore: with-auth example
* docs: update auth
* test: add with-auth test
* chore: format
* fix: lock
2022-11-15 10:33:11 +08:00
ClarkXia
63b5a02335
feat: config polyfill for bowsers support ( #652 )
...
* feat: config polyfill for bowsers support
* chore: optimize code
* chore: lock
* chore: test case
* chore: test case
* chore: comment
2022-11-15 10:33:11 +08:00
水澜
5544c79d27
feat: support crossorigin ( #649 )
...
* feat: support pass crossorigin
* docs: cross origin loading
* fix: config doc
* docs: add link
* Update config.md
2022-11-15 10:33:11 +08:00
染陌同学
e148decd78
docs: add addDataLoaderImport ( #636 )
2022-11-15 10:33:11 +08:00
luhc228
1c8815fdad
feat: web-worker example ( #627 )
...
* docs: refactor assets
* feat: web-worker example
2022-11-15 10:33:08 +08:00
ClarkXia
7b1cb86299
refactor: type dependencies ( #638 )
...
* refactor: types dependencies
* chore: types
* fix: tsconfig
* chore: optimize code
* fix: conflict
2022-11-15 10:33:00 +08:00
luhc228
2ee7fc3d76
docs: mock use middleware ( #612 )
...
* docs: mock use middleware
* fix: comment
* docs: add types
2022-11-15 10:32:49 +08:00
ClarkXia
99c8a96f50
docs: plugin antd and fusion ( #617 )
2022-11-15 10:32:49 +08:00
ClarkXia
167336a6cf
docs: api ( #628 )
...
* docs: add api title
* docs: add api
* docs: api link
2022-11-15 10:32:49 +08:00
luhc228
2e57000afc
feat: keep-alive ( #556 )
...
* feat: init keep-alive plugin
* chore: update lock
* feat: add api
* chore: remove plugin
* chore: not modify code
* fix: lock
* feat: support keep-alive
* chore: lock
* chore: update component name
* chore: add ref
* chore: import name
* docs: keep-alive
* chore: line break
* chore: remove unstable prefix
2022-11-15 10:32:49 +08:00
ZeroLing
0faeb9d73b
Docs/update ( #593 )
...
* docs: add docs for plugin list (#589 )
* docs: add docs for plugin list
* docs: update store
* docs: update to ice.js3
* docs: update docs
* docs: update
* docs: update directory (#590 )
* docs: ICE to ice.js
* docs: typos
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2022-11-15 10:32:49 +08:00
luhc228
7fe93e3503
feat: ClientOnly component ( #542 )
...
* feat: BrowserOnly Component
* docs: BrowserOnly component docs
* docs: optimize
* feat: export useIsBrowser Hook
* feat: useIsBrowser example
* docs: useIsBrowser
* docs: typo
* chore: clientOnly
* feat: ClientOnly and useMounted
* feat: add ClientOnly test
* docs: update docs
* feat: use hooks instead of Context
* chore: import name
2022-11-15 10:32:48 +08:00
luhc228
f1e7b19497
docs: cli ( #576 )
...
* docs: cli
* docs: typo
2022-11-15 10:32:48 +08:00
luhc228
9a9f672f31
docs: optimize development docs ( #577 )
2022-11-15 10:32:48 +08:00
ZeroLing
6a5fd2eb2a
docs: update directory ( #590 )
2022-11-15 10:32:48 +08:00
ZeroLing
834fc97829
docs: add docs for plugin list ( #589 )
...
* docs: add docs for plugin list
* docs: update store
* docs: update to ice.js3
* docs: update docs
* docs: update
2022-11-15 10:32:48 +08:00
luhc228
bcbf6b5804
feat: support runtime relative path ( #537 )
...
* feat: support runtime relative path
* chore: line break
* fix: not compatible with relative path
* feat: support absolute path
* docs: update plugin-dev
* docs: optimize config
* refactor: runtime staticRuntime and name
* fix: type
* chore: remove file path exists check
2022-11-15 10:32:43 +08:00
luhc228
a5f85662d8
docs: auth ( #528 )
...
* docs: auth
* fix: build error
* feat: remove api auth
2022-11-15 10:32:43 +08:00
luhc228
76148f4882
docs: store ( #504 )
...
* docs: init
* feat: update store docs
* fix: diff syntax
* docs: add example link
* chore: summary name
* docs: optimize store doc
* docs: remove reference
* docs: remove preState
* docs: decorator
2022-11-15 10:32:43 +08:00
luhc228
8f24f2ec48
docs: memory router ( #548 )
2022-11-15 10:32:43 +08:00
水澜
99d7f37fc5
refactor: generate data-loader only by getData ( #514 )
...
* refactor: generate data-loader only by getData
* feat: support config dataloader
* test: disable data-loader
* chore: rename
* docs: data loader
* chore: update lock
2022-11-15 10:32:43 +08:00
luhc228
8e13b5d68b
feat: test ( #512 )
...
* feat: init jest test
* feat: support vitest
* chore: jest version
* feat: jest component test
* feat: vitest demo
* chore: add @vitest/coverage-c8 dep
* fix: lint
* docs: test
* chore: add comment
* fix: not depend on the vitest as dependencies
* chore: vitest version
* chore: version
* chore: version
* chore: lock
* fix: lock
* chore: vitest version
* fix: lock
* docs: typo
* docs: file extname
2022-11-15 10:32:34 +08:00
水澜
990f7aa552
feat: support inline style for ssr ( #518 )
...
* feat: inline style for less
* feat: classname to style
* feat: esbuild inline style
* feat: transform styles
* fix: compat for less module
* fix: less rule
* feat: ignore
* docs: ignore
* refactor: to ts
* test: inline-style
* chore: update lock
* fix: deps
* refactor: enable esbuild inline style loader only in ssr
* fix: validate for ignore plugins
* refactor: to pure functions
* feat: sync syntaxFeatures
* fix: lint
* Update rax-inline-style.test.ts
2022-11-15 10:31:35 +08:00
luhc228
8425e70f94
docs: optimize getConfig sub title ( #474 )
...
* docs: getConfig sub title
* fix: title
2022-11-15 10:31:14 +08:00
luhc228
bed716fb74
feat: plugin-css-assets-local ( #520 )
...
* feat: init plugin
* feat: add plugin to example
* fix: lock
* docs: README
* docs: css-assets-local
* fix: typo
2022-11-15 10:31:09 +08:00
luhc228
41aee63512
feat: add splitChunks to userConfig ( #454 )
...
* feat: add splitChunks to userConfig
* docs: splitChunks
* test: splitChunks test case
* fix: splitChunk test case
2022-11-15 10:27:46 +08:00
水澜
00f75371ed
feat: getAppData ( #375 )
...
* feat: getAppData
* fix: remove dead code
* fix: should remove default export for app entry too
* docs: app data
2022-11-15 10:15:12 +08:00
ClarkXia
dca51484c2
feat: support syntax feature by user config ( #376 )
...
* feat: support sytax feature by user config
* docs: add syntaxFeatures docs
* fix: remove sourcemap of esbuild use swc soucemap instead
* fix: default value of swc options
* fix: merge config
2022-11-15 10:14:38 +08:00
ClarkXia
5cc7dc6c2b
feat: config transform ( #339 )
...
* feat: add transform
* fix: config transform
* docs: config transform
2022-11-14 19:53:32 +08:00
ClarkXia
28e5da5056
fix: server default port of 3000 ( #341 )
...
* fix: server default port of 3000
* fix: docs png
2022-11-14 19:53:32 +08:00
luhc228
d5500abe1e
docs: mock config & env reference ( #332 )
...
* docs: yh fix
* chore: test
* chore: update docs
* chore: update install website script
* chore: add filter branches
2022-11-14 19:53:31 +08:00
answershuto
4e05733708
docs: delete rax picture
2022-11-14 19:53:28 +08:00
answershuto
df2e1b0b39
docs: modify
2022-11-14 19:53:23 +08:00
ZeroLing
8095991e3a
Update v3 docs ( #329 )
...
* docs: merge with release next
* chore: update homepage
* docs: update docs
* docs: update docs
* docs: update about
2022-11-14 19:51:57 +08:00
answershuto
27d45326cd
docs: deal with err
2022-11-14 19:50:07 +08:00
answershuto
89ced86c30
docs: modify other differences
2022-11-14 19:50:07 +08:00
answershuto
edcc791f7d
docs: modify styles
2022-11-14 19:50:07 +08:00
answershuto
e35c96a71e
docs: modify Appear & Disappear
2022-11-14 19:50:07 +08:00
answershuto
7b1aa0af6c
docs: modify doc of rax-compat
2022-11-14 19:50:07 +08:00
luhc228
3bc3c53b78
docs: deploy ( #324 )
...
* docs: deploy
* chore: update lock
2022-11-14 19:50:01 +08:00
ClarkXia
32407234d7
docs: plugin development ( #325 )
...
* docs: plugin development
* docs: fix api
2022-11-14 19:49:00 +08:00
大果
8dec98d0e8
文档 ( #203 )
...
* feat: docs directory
* docs: 调整结构
* chore: lock
* feat: update docs
* docs: update assets doc
* 新增文档 for 介绍 and 环境变量 (#307 )
* docs: add about
* docs: add docs for env
* docs: update about
* docs: config (#306 )
* docs: router (#304 )
* docs: router
* feat: getconfig
* docs: get data
* docs: ssg
* docs: ssr
* docs: document
* docs: page
* docs: enable ssr
* fix: title
* Doc/rax compat (#303 )
* docs: add docs of rax-compat
* docs: modify doc of rax compat
* Docs: app entry (#301 )
* docs: app entry
* docs: app entry
* docs: mock (#245 )
* docs: mock
* chore: typo
* chore: title
* docs: styles (#244 )
* docs: style
* chore: acss title
* Docs: contributing (#243 )
* docs: contributing
* chore: typo
* chore: update contributing docs
* fix: typo
* chore: add putteteer install
* docs: quick start (#235 )
* docs: quick start
* chore: update IDE
* chore: update docs
* docs: app directory (#236 )
* docs: directory
* chore: document desc
* docs: update website
* docs: update about
* docs: update docs
* chore: update prism
* chore: update docs
* chore: update
Co-authored-by: luhc228 <luhengchang228@126.com>
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
Co-authored-by: 逆葵 <xianyong.yxy@alibaba-inc.com>
Co-authored-by: ZeroLing <zhuoling.lcl@alibaba-inc.com>
Co-authored-by: ZeroLing <i@zeroling.com>
Co-authored-by: 水澜 <shuilan.cj@taobao.com>
Co-authored-by: 染陌同学 <answershuto@gmail.com>
Co-authored-by: luhc228 <44047106+luhc228@users.noreply.github.com>
2022-11-14 19:47:40 +08:00
大果
48879c5cd1
chore: optimzie website github actions ( #6 )
...
* chore: optimzie docs
* fix: website action
2022-11-14 17:41:31 +08:00
大果
42a0a374ef
chore: init website ( #5 )
...
* chore: init website
* chore: rework website ci
* fix: working-directory
* chore: trigger website ci
* chore: optimize docs
* chore: remove unused md
2022-11-14 17:41:12 +08:00