Skip to content

Tags: SoraYama/rax

Tags

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release(rax): v1.2.2 compat react bundle path (alibaba#2231)

* chore: revert change

* chore: bump version

* chore: bump version

* chore: add comment

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release(rax): v1.2.1

release v1.2.1

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support catch error in SSR (alibaba#2041)

* feat: support catch error when ssr

* fix: lint

* test: catch error

* v1.2.2

* test: get derived state from error

* test: componentDidCatch

* feat: support catch error only with getDerivedStateFromError

* fix: call componentDidCatch of instance

* fix: check constructor is exist

* v1.3.0

* v1.2.0

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: [email protected] (alibaba#1953)

* fix: should trigger afterRender twice when render to the same target twice (alibaba#1952)

* fix: createPortal mount not trigger afterRender

* fix: createPortal mount() not trigger afterRender

* chore: add test case

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: [email protected] (alibaba#1889)

* chore: release beta

* chore: 1.1.3 version

* fix: destory function of a passive effect should call synchronously (alibaba#1864)

* fix: destory function of a passive effect should call synchronously

* test: add unit test

Co-authored-by: yongningfu <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request alibaba#1516 from alibaba/publish-rax-1.1.0

Release rax 1.1.0

v1.0.13

Toggle v1.0.13's commit message
[RELEASE] JSX2MP @ 1024 (alibaba#1423)

* chore: bump jsx2mp-loader version

* feat: generating source maps (alibaba#1433)

* refactor: generate inline source map in npm file

* feat: add source map for rax code in watch mode

* fix: add default sourceFileName to avoid test failure

* refactor: use inline source map to support alipay IDE

* fix: fix lint error

* chore: remove useless import

* feat: miniapp optimize build mode (alibaba#1434)

* feat: clean dist dir before generating

* feat: uglify runtime in build mode

* fix: lint error

* perf: minify js/css in build mode

* feat: minify Code in build mode and do dce to all rax code

* test: update compile result test case

* fix: lint error

* refactor: extract output logic to a single file

* fix: copy path

* fix: path resolve error in usingComponents

* fix: path error in script when using node modules

* fix: child component render

* fix: child component render

* chore: remove useless code

* feat: support logical expression with jsx (alibaba#1424)

* feat: support logical expression with jsx

* fix: nested logical expression

* chore: optimize warning

* feat: support useRef

* feat: add disable copy npm mode

* chore: remove useless code

* chore: add refs.length is 0 condition

* feat: support ref is string

* fix: fragment missing

* refactor: extract transformCode to output function

* fix: lint error

* test: update test case of generating correct js code

* feat: support build differentiated platform (alibaba#1442)

* chore: opitimize code

* feat: disable copy npm (alibaba#1441)

* feat: add disable copy npm mode

* refactor: extract transformCode to output function

* fix: lint error

* test: update test case of generating correct js code

* chore: opitimize code

* chore: bump version