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 7
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
* feat: support several APIs to modify webpack * chore: optimize code * fix: test case * chore: optimize code
* refactor: generate data-loader only by getData * feat: support config dataloader * test: disable data-loader * chore: rename * docs: data loader * chore: update lock
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* fix: disable hydrate when downgrade * refactor: downgrade * fix: remvoe dead code
* feat: add possibleStandardNames * chore: remove transform maxlength from createElement * chore: modify version of package * feat: select part of possibleStandardNames * test: add test for transfrom props * chore: dealwith warning
* feat(miniapp): use platform in cli to generate miniapp code * fix: lint error * feat(miniapp): add miniapp project * chore: revert example code * chore: optimize code * feat(miniapp): migrate some packages to ice * feat(miniapp): update swcOptions for miniapp * chore(example): add more pages * feat(miniapp): add miniapp runClientApp * feat(miniapp): update compile config for miniapp * feat(miniapp): support get app and routes config in compile * fix(miniapp): lint warning * feat(miniapp): support routeData/routeConfig and reduce size * fix: lint warning * fix: lint warning * feat(miniapp): support global css and page css * feat(miniapp): support css modules * feat(miniapp): support copying assets in public dir * feat(miniapp): support Link and getSearchParams * feat(miniapp): use index.ts.ejs as template * feat(miniapp): support passing params in Link * feat(miniapp): support history in miniapp * fix(miniapp): build without compiling server bundle * fix(miniapp): use getRoutesConfig * feat(miniapp): support build options like outputDir * chore(miniapp): update miniapp examples * feat(miniapp): support html tags * feat(miniapp): remove taro related code * fix(miniapp): some cases * fix(miniapp): use require.resolve to get page loader * chore(miniapp): update lock * fix(miniapp): page loader check this name * chore(miniapp): add devDependencies * chore: update index ejs template * refactor(miniapp): update multiple platforms logic in ice * chore: lock regenerator-runtime version * chore(miniapp): add ali miniapp build command * fix(ice): set default value of platform to web * fix(runtime): remove duplicated denpdencies * chore: set default value of platform to web * feat(miniapp): registerSerialization when plugin activated * test(miniapp): suit for vitest * chore(miniapp): add webpack-sources to bundles * chore: clean code * chore(miniapp): remove jest config file * fix: lint error * fix: add default value of outputDir * refactor(miniapp): remove openBrowser from logMessage * chore(miniapp): remove unnecessary ts-ignore * fix: type error * chore(miniapp): rename Adapter to adapter * chore(miniapp): update interface name * refactor: use plugins to support miniapp * chore(miniapp): update example name * fix: update dependencies * feat(miniapp): add platform check in cli * chore: update lock * fix: remove useless platform option * fix: lint warning * fix: lint warning * test: use src code in tests * chore(miniapp): remove ||= operators * fix(miniapp): exclude miniapp-runtime esm code * fix(ice-cli): update platform for build command
* 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
* docs: auth * fix: build error * feat: remove api auth
* feat: enhance inner types * chore: revert type
* fix: get assets mainfest from compilation * fix: mark as virtual module * chore: optimize code * chore: optimize code * fix: optimize code * chore: optimize code * chore: remove dead code
* fix: optimize dependencies * fix: optimize dependecies * fix: update lock * fix: remove ts which packed * fix: loader-utils
* feat: render document by routes config * test: downgrade to csr * chore: rename * refactor: load route modules after only in ssr * fix: pha test * fix: compat with no routes config * fix: ensure routes config before build * fix: test case * fix: test timeout * fix: cache in test case * refactor: check routes config before server compiler * refactor: allways generate routes config * chore: remove dead code * fix: reset status when init config
* chore: update @swc/core for stable minify * fix: lock plugin version * chore: update lock * fix: route type * fix: lint
* fix: remove useless config in document * chore: optimize code * fix: optimize code
* test: add jest test case * test: add defineVitestConfig test case
* fix: css-chunk-filename * fix: chunkFilename same as filename logic
* refactor: add plugin for miniapp development * fix: format plugin * fix: update build-scripts * fix: generator api
* fix: optimize html output * fix: test case * fix: optimize code
* 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
wssgcg1213
approved these changes
Oct 13, 2022
luhc228
approved these changes
Oct 13, 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.
dataLoader
refactor: generate data-loader only by getData #514Next version
test: test case coverage for miniappfeat: supportBrowserOnly
component