Commit Graph

7 Commits

Author SHA1 Message Date
luhc228 23811c8201
fix: unstable_Offscreen to unstable_Activity (#6694)
* fix: OffScreen to Activity

* chore: changeset
2023-12-18 14:24:03 +08:00
ZeroLing df3458ee4c
Docs/optimize website (#6073)
* chore: website css

* docs: seprate rax-compat and rename code-splitting

* chore: optimize docs

* fix: doc reference path

* docs: update decription
2023-03-17 11:03:19 +08:00
Rhuzerv cffc9895a5
docs: modify the url to the correct repo (#5612) 2022-11-24 13:24:35 +08:00
ZeroLing f6cfab13b4
Docs/update ssr (#5581)
* docs: remove tips s

* docs: modify docs
2022-11-23 20:10:17 +08:00
ZeroLing 2ef2eeb003
docs: modify ice.js documentations (#5579) 2022-11-17 19:51:12 +08:00
NK 8a60304b0b Fix/miniapp problems (#671)
* fix(miniapp): page load after getAppData

* docs(miniapp): update miniapp-runtime readme

* feat(miniapp): support turn off rpx2vw using enableRpx2Vw

* chore(miniapp): update example

* fix(miniapp): outputDir is wrong in command line

* fix(miniapp): no log in build command

* fix(miniapp): history type

* chore(miniapp): update example

* feat(miniapp): support enableCache to disable cache in miniapp task

* fix(miniapp): throw error if no getConfig function in page component

* feat(miniapp): add params to specify getData and getConfig

* fix(miniapp): getData/getAppData existence situation

* feat(miniapp): normalize route in history

* fix: lint warning

* feat(miniapp): align Link to props and history.push props

* docs(miniapp): add more articles

* feat(miniapp): support nativeConfig in plugin-miniapp

* feat(miniapp): rename getConfig to pageConfig

* feat(miniapp): rename getData to dataLoader

* fix: lint warning

* docs: fix broken links

* docs(miniapp): update miniapp location and relative links

* Update start.md

Co-authored-by: ZeroLing <i@zeroling.com>
2022-11-15 16:31:24 +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