Releases: ice-lab/ice-next
v1.0.0-rc.6
Refactor: add type dependencies by default #638
Refactor: reorder app Providers for multi-time re-render #644
Feat: support user config of crossorigin
, polyfill
and postcss
#649 #652 #626
Fix: hash router works properly #648
Fix: several unexpected errors in data-loader
#662 #654 #656
Fix: unexpected transform when use plugin-store
#639
Fix: failed to pre-bundle dependencies when SSR #660
Fix: multiple reference of auth runtime #648
Fix: optimize code of get supported browsers #664
Fix: re compile server bundle when document changed #663
Fix: duplicate assets in document output #646
Fix: add fallback for process #668
Chore: add example for the usage of web worker #627
Feat: html styles for miniapp #555
Visit pull requests of RC.6 for more information
v1.0.0-rc.5
Feat: create root for pure js bundle (like weex) #592
Feat: support initialState of store, and refactor runtime of app store #435 #596
Feat: <ClientOnly />
component for render different content when SSR
#542
Feat: support keep alive by <Offscreen />
#556
Feat: support route config types #595
Feat: support static runtime(like plugin-request) #609
Refactor:move miniapp runtime into @ice/miniapp-runtime
#597
Fix: error occurs when remove unused code #608
Fix: optimize log of error stack and transform error #618 #588
Fix: incorrect value of server format config #614
Fix: disable hydrate when build mode is documentOnly
#625
Fix: check file extensions before transform code #599
Fix: add assets manifest only in js entry file #637
Fix: regex rule for different package manager #635
Docs: add several docs and update doc structure #577 #584 #593 #628 #617 #612
v1.0.0-rc.4
- Feat: support miniapp development #333
- Feat: support several APIs to modify webpack #532
- Feat: support userConfig for disable dataLoader #514
- Feat: optimize dependencies #544
- Feat: enhance inner types #545
- Feat: compat with non-standard props for
rax-compat
#540 - Feat: upgrade @swc/core and swc plugins #563
- Fix: get assets manifest from webpack compilation #534
- Fix: disable hydrate when downgrade to CSR #539
- Fix: optimize html output and remove unused variables
- Fix: use relative path of plugin runtime #537
- Chore: remove default 404 page #546
- Docs: add docs for router, store and auth #548 #504 #528
v1.0.0-rc.3
- Feat: support automatic JSX transform of esbuild #490
- Feat: pre-bundle dependencies #466
- Feat: support plugin of request
@ice/plugin-request
#439 - Feat: support event transform of rax compact #496 #507
- Feat: enhance transform plugin #502
- Feat: test solution #512
- Feat: support jsx+ transfrom by
@ice/plugin-jsx-plus
#529 - Feat: support localize assets in css
@ice/plugin-css-assets-local
#520 - Feat: support initialize auth by app data #519
- Feat: types of document components #419
- Feat: support inline style when SSR #518
- Fix: modify default config of swc compilation #499
- Fix: remove component code when CSR #487
- Test: improve code coverage of framework #497
Visit #492 for more detail.
v1.0.0-rc.2
Read PR for details #455
v1.0.0-rc.1
Features list in: #397