This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
ClarkXia
commented
Aug 30, 2022
•
edited
Loading
edited
- feat: automatic JSX transform of esbuild feat: automatic JSX transform of esbuild #490
- feat: prebundle dependencies feat: pre bundle dependencies #466
- fix: default config of compilation fix: default value of compilation #499
- test: improve test cov test: improve test case #497
- feat: plugin request Plugin/request #439
- feat: support event transform for rax compat Feat/support event transform #496
- feat: enhance transform plugin feat: enhance transform plugins #502
- feat: test solution
- feat: support jsx+ Feat/plugin jsx plus #529
- feat: support localize assets in css feat: plugin-css-assets-local #520
- feat: support initialize auth by app data feat: support initialize auth by app data #519
- swc 插件提供只保留 getData 的能力 #487
- Document 相关组件类型提示 #419
- feat: support inline style for ssr #518
* fix: jsx transform of esbuild * fix: jsx transform * chore: optimize code
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportBase: 82.03% // Head: 87.62% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #492 +/- ##
==========================================
+ Coverage 82.03% 87.62% +5.59%
==========================================
Files 90 118 +28
Lines 7664 10048 +2384
Branches 969 1357 +388
==========================================
+ Hits 6287 8805 +2518
+ Misses 1370 1232 -138
- Partials 7 11 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* feat: precompile unplugin * feat: prebundle mini-css-extract-plugin * chore: update lock * chore: update webpack version * chore: update dependencies * chore: update terser version * fix: update lock * fix: prepack webpack-dev-server * feat: prebundle react-refresh-webpack-plugin * fix: optimize code * fix: prepack * fix: source map error * fix: update scripts
Refactor/runtime types
* feat: add events to transform event * feat: add events * feat: support transform event * chore: delete events file * feat: modify transformPrototypes * test: add test for onclick * test: add test for events * chore: update version * chore: add CHANGELOG * chore: update CHANGELOG
* feat: support swc minification * chore: optimize config * fix: minify config
* fix: default value of compilation * fix: get default value
* feat: introduce useRequest * chore: add some description * fix: export statment for generator * fix: make @ice/types dev dep * fix: remove I prefix for interface * fix: lint * fix: update pnpm * feat: add use case for app config * fix: using export request config * fix: review for code * fix: dev dependency
* test: improve test case * test: compat win32 * test: test case * test: add test case * test: add test case * test: test case for rax-compat * test: test case for routes * fix: types error * fix: to strict equal * chore: remove unused props * fix: types * test: test case for run client app * chore: remove empty router * test: test case of run server app * chore: remove log * chore: do not remove file by test case * fix: remove document dependency when run client app * chore: lint * chore: remove config * fix: lint * chore: lint warning * fix: test case * chore: update unplugin
* fix: fix input onchange is invalid * fix: onChange event is SyntheticEvent in React but it is dom event in Rax * fix: prevent INPUT from being created repeatedly * fix: should update value when props update * test: add test for input value * chore: update version * test: add test for inputElement should not recreate when update props * feat: modify useCallback * test: add test for onchange * feat: modify useCallback * fix: usecallback should not use in createElement * chore: remove line * chore: remove onChange * chore: dealwith lint * chore: modify transformPrototypes to transformPrototype
* feat: init plugin * feat: add plugin to example * fix: lock * docs: README * docs: css-assets-local * fix: typo
* docs: getConfig sub title * fix: title
* fix: remove the error code * fix: judge if this is not undefined
* chore: change disableResetPageState to resetPageState * chore: add resetPageState
* 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
* feat: support appear component * chore: modify version * fix: should disappear * chore: export VisibilityChangeEvent * feat: rax-compat use @ice/appear * feat: need not give childref * chore: update lock * chore: update README and package * chore: update README * test: add test for appear * chore: update lock
* test: fix routes-generate timeout * refactor: optimize page.push()
* 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
* feat: create plugin jsx plus * feat: add jsx plus plugin * chore: dismiss all lint problems * feat: add include and exclude * docs: update docs of jsx plus * fix: in case of auto lint fix * fix: lint problem * fix: compatible with node 14 * chore: update version * chore: update pnpm lock * fix: dev dep
luhc228
approved these changes
Sep 16, 2022
answershuto
approved these changes
Sep 16, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.