Commit Graph

22 Commits

Author SHA1 Message Date
ClarkXia 56fb406e8a
fix: import path of types and runtime (#5981)
* fix: import path of types and runtime

* chore: package.json

* chore: add changelog

* fix: typings

* fix: type declare
2023-02-28 15:08:10 +08:00
ClarkXia c893a64a1c
chore: changeset config (#5909)
* chore: reset version

* fix: changeset

* chore: publish beta

* chore: update pre

* chore: custom version

* chore: remove test

* fix: version

* chore: test case

* chore: version

* fix: reset changelog

* fix: update lock

* fix: changelog

* chore: release beta version

* chore: add changeset

* chore: release beta version

* chore: update @ice/app version

* chore: update version and lock

---------

Co-authored-by: luhc228 <luhengchang228@126.com>
2023-02-16 16:11:49 +08:00
luhc228 db495382b2
feat: use changeset to publish and version (#5864)
* feat: add changesets config

* chore: remove version publish scripts

* chore: update ci workflow

* chore: update checkout branch step

* chore: lock

* fix: lost scripts

* fix: ts type error

* chore: remove scripts

* chore: update README

* chore: update lock

* chore: update dependency and script

* chore: remove version check

* chore: add publishConfig to package.json

* chore: update ci step

* chore: update release:beta script

* chore: add private field to examples

* chore: remove registry

* chore: update lock

* chore: update ci workflow

* chore: update workflow

* chore: update README

* chore: update changeset README

* chore: update cache key

* feat: update cache

* chore: update cache config
2023-02-13 14:48:34 +08:00
ClarkXia 234e6cb170
feat: support lifecycle of bootstrap (#5825) 2023-02-01 16:08:51 +08:00
ClarkXia 05aeb94f6b
feat: plugin for icestark (#5695)
* feat: plugin icestark arch

* feat: icestark child app

* chore: update type

* fix: icestark child

* feat: icestark layout

* feat: icestark framework

* feat: test case for icestark

* chore: changelog

* fix: optimize code

* fix: optimize code
2022-12-15 14:35:07 +08:00
ClarkXia ac910ed2dc refactor: remove 2.x code 2022-11-14 17:17:45 +08:00
那吒 8338eb3eb1
feat: 🎸 support es module for ice.js (#4603)
* feat: 🎸 support es module for ice.js

* feat: 🎸 yarn lock

* test: 💍 fix conflict

* feat: 🎸 fix entries

* feat: 🎸 add html for icestark

* feat: 🎸 remove log

* feat: 🎸 judge by ext

* refactor: 💡 refact code

* refactor: 💡 upgrade examples and log

* feat: 🎸 update version

* chore: 🤖 yarn locak

* chore: 🤖 yarn locak

* feat: 🎸 entries types

* chore: 🤖 changelog
2021-09-10 16:47:15 +08:00
ClarkXia 6b7f3eae31
fix: compatible with plugin-icestark (#4597)
* fix: compatible with plugin-icestark
2021-09-03 14:23:52 +08:00
Rhuzerv afb2178290
feat: improve router configuration (#4364)
* feat: add centre2Comp function

* fix: clear unused log

* fix: lazy load components

* fix: adapted loadable components

* fix: set loadable component property error

* fix: clear unused code

* feat: add route type

* fix: avoid named conflict

* fix: ssr getInitialProps executed in server

* chore: modify example router setting for CI

* chore: verison and changelog

* fix: clear unused comment

* fix: getComponentByPath return usefull value

* feat: add setComponentAttr function

* Revert "chore: verison and changelog"

This reverts commit be81708402.

* chore: add changelog
2021-07-05 11:17:23 +08:00
Hengchang Lu cb8dd70f0f
chore: add compiler options to examples (#3963) 2021-01-04 11:10:35 +08:00
chenbin92 9ba0ae4571
docs: replace createApp with runApp (#3643) 2020-10-21 11:09:25 +08:00
思忠 0f5fa9b232 fix: export history instance with icestark 2020-08-10 21:40:59 +08:00
chenbin92 78dd76a2cf
fix: icestark Suspense fallback (#3256) 2020-06-02 19:38:31 +08:00
chenbin92 9f97e10eaf Release v1.1.9
* fix: file path formats on Windows (#270)

* fix: compatible single file page (#275)

* v1.1.9
2020-04-23 16:57:43 +08:00
思忠 d782fff1cd chore: update examples 2020-04-07 23:45:00 +08:00
chenbin92 3a937d379b chore: fix lint (#183) 2020-03-27 18:54:23 +08:00
chenbin92 2b88dd9625 fix: semicolons is required (#162) 2020-03-26 17:17:09 +08:00
chenbin92 7bb8c703ef fix: ts types (#102)
* fix: request types

* refactor: add icestark types

* refactor: add types to example
2020-03-11 18:52:27 +08:00
chenbin92 4acfeeea90 feat: add awesome examples (#62)
* fix: add ice.js to devDependencies

* chore: add sandbox config

* chore: add hello-world example

* fix: build config

* chore: add basic-store example

* chore: add basic-request example

* chore: add with-fusion-design example

* chore: examples optim

* docs: update readme

* docs: remove example link
2020-02-26 16:58:08 +08:00
chenbin92 5cfb787e98 refactor: modify logger and AddProvider config (#30)
* refactor: modify logger and AddProvider config

* chore: update example
2020-02-19 20:41:06 +08:00
chenbin92 0841487c75 refactor: remove useApp (#27)
* refactor: remove useApp hooks

* refactor: update examples
2020-02-19 20:17:41 +08:00
思忠 eebd118c7e feat: initial project 2020-02-13 23:14:08 +08:00