Commit Graph

89 Commits

Author SHA1 Message Date
ClarkXia 08c1c8698c chore: update versions 2025-09-25 08:48:10 +00:00
水澜 2742ac4678
fix: duplicate css (#7137)
CI / build (16.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (16.x, windows-latest) (push) Has been cancelled Details
CI / build (18.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (18.x, windows-latest) (push) Has been cancelled Details
Coverage / coverage (16.x) (push) Has been cancelled Details
Release / Release (16) (push) Has been cancelled Details
* fix: duplicate css

* chore: add changelog

* fix: lint
2025-09-25 16:44:37 +08:00
ClarkXia 1a08895dc5
chore: update versions (#7115)
CI / build (16.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (16.x, windows-latest) (push) Has been cancelled Details
CI / build (18.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (18.x, windows-latest) (push) Has been cancelled Details
Coverage / coverage (16.x) (push) Has been cancelled Details
Release / Release (16) (push) Has been cancelled Details
* chore: update versions

* Update package.json

* Update CHANGELOG.md
2025-07-02 16:35:46 +08:00
Mixiu 1a0a2c1f61
feat(runtime): add custom event for suspense data updates (#7112)
* feat(runtime): add custom event for suspense data updates

* feat(runtime): remove ice-suspense custom event

* chore(runtime): add changeset
2025-07-02 15:46:57 +08:00
ClarkXia 22b10c0d1c
chore: update versions (#7113)
CI / build (16.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (16.x, windows-latest) (push) Has been cancelled Details
CI / build (18.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (18.x, windows-latest) (push) Has been cancelled Details
Coverage / coverage (16.x) (push) Has been cancelled Details
Release / Release (16) (push) Has been cancelled Details
2025-07-01 09:53:00 +08:00
ClarkXia cc0792b0fd
feat: support custom props when render document (#7099)
CI / build (16.x, ubuntu-latest) (push) Waiting to run Details
CI / build (16.x, windows-latest) (push) Waiting to run Details
CI / build (18.x, ubuntu-latest) (push) Waiting to run Details
CI / build (18.x, windows-latest) (push) Waiting to run Details
Coverage / coverage (16.x) (push) Waiting to run Details
Release / Release (16) (push) Waiting to run Details
* feat: support custom props when render document

* Update packages/runtime/src/types.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/runtime/src/renderDocument.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: test case

* Update runServerApp.tsx

* fix: optimize props

* chore: optimize code

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-30 11:17:22 +08:00
ClarkXia 80250ffe6e
chore: update versions (#7094)
CI / build (16.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (16.x, windows-latest) (push) Has been cancelled Details
CI / build (18.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (18.x, windows-latest) (push) Has been cancelled Details
Coverage / coverage (16.x) (push) Has been cancelled Details
Release / Release (16) (push) Has been cancelled Details
Build Website / build-and-deploy (push) Has been cancelled Details
2025-06-24 10:49:09 +08:00
yangchang 451839c5c7 chore: add changeset 2025-05-12 17:05:23 +08:00
ClarkXia 44e4665f87
chore: update versions (#7063)
* chore: update versions

* Update CHANGELOG.md

* Update package.json

* Update CHANGELOG.md
2025-03-13 16:07:39 +08:00
染陌同学 bbeeaf5d2b
fix: fix svg for transform (#6987)
* fix: fix svg for transform

* fix: modify transformProps

* fix: hasOwnProperty

* test: modify test

* fix: fix property transform

* feat: support svg for compat

* feat: remove need tranform

* Change the version type from patch to minor in the changeset file

---------

Co-authored-by: Keith <mrgitservice@outlook.com>
2025-03-13 15:57:31 +08:00
ClarkXia fac9889f84
chore: update versions (#7017)
* chore: update versions

* chore: update package.json

* Update CHANGELOG.md
2024-11-18 11:59:10 +08:00
Bradley Xu 710b2e48a0
feat: improve miniapp (#6985) 2024-11-11 14:41:31 +08:00
ClarkXia 636ea8f2ee
chore: update versions (#6650) 2023-11-14 14:25:11 +08:00
ClarkXia 58d8cb8069
fix: re-order tranform plugins (#6649) 2023-11-14 13:57:15 +08:00
ClarkXia a0df6fa108
chore: update versions (#6648) 2023-11-13 15:15:23 +08:00
水澜 0953dece97
hotFix: unsupported syntax in dataLoader (#6646)
* fix: unsupported syntax judgment

* chore: add changelog
2023-11-13 15:07:52 +08:00
ClarkXia f488037c47
chore: update versions (#6602) 2023-10-23 14:47:47 +08:00
ClarkXia 899c4740b9
feat: support options when call document dataLoader (#6593) 2023-10-23 14:26:26 +08:00
ClarkXia a393ae95c4
chore: update versions (#6589) 2023-10-17 17:11:43 +08:00
ClarkXia f144dd6348
fix: compatible with tag.parentNode is null when update routes config (#6588) 2023-10-17 16:27:43 +08:00
ClarkXia 97cecb7951
chore: update versions (#6526) 2023-09-13 15:09:34 +08:00
ZeroLing b70bba1efd
Refactor/rax compat (#6493)
* refactor: rax compat

1. update @swc/helpers version to latest.
2. relplace create react class with simple impl.

* test: add specs for createReactClass

* chore: rename to createReactClass
2023-09-11 10:53:58 +08:00
ClarkXia 61a6908f68
chore: update versions (#6448) 2023-08-10 17:05:55 +08:00
Linbudu 32dfaacc44
Fix unmountComponentAtNode compat rax (#6424)
* fix: fixup unmountComponentAtNode compat

* fix(rax-compat): compat for rax driver-dom on nullish render container

* fix(rax-compat): compat for rax driver-dom on non-specified render container
2023-08-09 14:19:00 +08:00
ClarkXia 154ab61d05
chore: update versions (#6445) 2023-08-08 18:09:20 +08:00
ZeroLing 372699db3e
hotfix: inline style with less (#6444)
* fix: inline style with less

* chore: add changeset
2023-08-08 17:38:50 +08:00
ClarkXia 1147e74e30
chore: update versions (#6409) 2023-07-24 15:05:00 +08:00
Linbudu 984979a3fe
fix: fix inlineStyle filter function check (#6404)
* fix: fix inlineStyle filter function check

* chore: update comments
2023-07-24 14:24:32 +08:00
ClarkXia 234245e1bd
chore: update versions (#6305) 2023-06-07 13:35:14 +08:00
ClarkXia ed4ed7ee7a
hotfix: auto polyfill for abortcontroller (#6301)
* fix: auto polyfill for abortcontroller

* fix: polyfill

* feat: changelog

* fix: lint

* fix: optimize code

* fix: signal
2023-06-07 11:26:01 +08:00
luhc228 af0a6d7ad3
fix: route paths are not match with hash (#6304)
* fix: bump react-router version to fix route path not match with location hash

* chore: changeset
2023-06-07 11:07:41 +08:00
ClarkXia a55bc97711
chore: update versions (#6292) 2023-06-02 10:17:00 +08:00
ClarkXia b21ab5cdac
fix: compile @remix-run/router when minify is swc (#6291)
* fix: compile @remix-run/router when minify is swc

* chore: comment
2023-06-01 16:06:17 +08:00
ZeroLing 4a8dcc02d2
Hotfix: rax compat style (#6290)
* fix: rax style compat

* chore: add changeset
2023-06-01 16:05:31 +08:00
ClarkXia 87be462139
chore: update versions (#6275) 2023-05-31 10:40:26 +08:00
ZeroLing 18dccde40a
Fix/rax compat style (#6272)
* fix: not transform non-string value

* chore: changeset
2023-05-25 19:02:48 +08:00
ClarkXia 15a96cc7fd
chore: update versions (#6252) 2023-05-17 19:07:04 +08:00
Gao Yang 7a5cd06ceb
feat: shared (#6232)
* feat: shared

* style: optimise

* test: shared

* refactor: shared

* chore: changeset

* refactor: import statement

* fix: React not defined

---------

Co-authored-by: ZeroLing <i@zeroling.com>
2023-05-17 18:19:28 +08:00
ClarkXia d173faeef4
fix: changelog (#6244) 2023-05-16 17:42:51 +08:00
染陌同学 a878225f59
fix: fix dataLoader is sent repeatedly in PHA (#6062)
* fix: fix dataLoader is sent repeatedly in PHA

* chore: add changeset

* chore: add default wrapper for entry clinet

* feat: add init function to dataLoaderWrapper

* chore: modify number

* feat: modify decorator

* chore: modify decorator

* chore: add no unused vars
2023-05-16 02:10:01 -07:00
ClarkXia 68a95ab8c6
chore: update versions (#6147) 2023-05-16 16:06:21 +08:00
ZeroLing 4b280b77ef
refactor: possible standard properties (#6230)
* refactor: possible standard properties

* chore: add eslint ignore for limited usage of hasOwnProperty
2023-05-12 03:01:11 -07:00
luhc228 8642d57988
feat: release snapshot version (#6229)
* feat: release snapshot script

* chore: update changeset config

* chore: update readme
2023-05-11 22:53:45 -07:00
ClarkXia 5db5b662ec
fix: use import.meta.renderer for client judgement (#6222)
* fix: use import.meta.renderer for client judgement

* chore: changelog
2023-05-10 14:13:00 +08:00
染陌同学 922f070012
feat: support dataLoader config for pha plugin (#6156)
* feat: support dataLoader config for pha plugin

* fix: modify dynamic

* chore: modify useAppWorker

* chore: modify dynamic

* chore: modify useAppWorker
2023-05-08 03:00:27 -07:00
水澜 41be75ff23
fix: rax compat state (#6166)
* fix: state not update error

* fix: forwardRef with defaultProps

* fix: get latest eagerState in useCallback

* fix: lint

* fix: lint

* chore: add changeset

* test: rax-compat useCallback

* fix: test

* fix: lint

---------

Co-authored-by: soar.gy <soar.gy@alibaba-inc.com>
2023-05-01 23:46:25 +08:00
水澜 65680d4465
fix: inline style (#6167)
* fix: inline style

* fix: test for css modules

* chore: add changeset

* fix: support global css

* revert: version

* fix: version

* refactor: add option to config css module

* fix: default support css modules

* fix: default support css modules

* fix: lint
2023-05-01 23:44:28 +08:00
逆葵 77c144b403 chore: remove changeset pre.json 2023-04-25 15:32:01 +08:00
逆葵 c7ec3a43a8 Merge branch 'release/next' into feat/miniapp-native-events 2023-04-25 15:25:10 +08:00
逆葵 ddee1c3ed7 chore: add changeset 2023-04-25 11:08:26 +08:00