Releases: ice-lab/icestark
Releases · ice-lab/icestark
v1.1.2(2019-12-04)
- feat: add shouldAssetsRemove API
- feat: adjust isCss regex for "//test.com/index.css?timeSamp=1575443657834"
v1.1.1(2019-11-28)
- fix: triggerPrevAppLeave when AppRoute unmount
v1.1.0(2019-11-13)
- fix: for security reasons, remove localUrl api
- feat: add render/component props to AppRoute to support the basic ability to replace react-router #25
- chore: adjust the testing-library package #22
- fix: adjust NotFound rendering to AppRouter layer rendering, more reasonable
- fix: improve test cases, current test cases cover 95%+, legacy shadowRoot related, custom event polyfill related
v1.0.0(2019-10-14)
- feat: add hashType
- feat: add onAppEnter && onAppLeave
- feat: add replace for AppLink
- feat: rm sub-application api in @ice/stark
- feat: move sub-application api to @ice/stark-app
- feat: add registerAppLeaveCallback for sub-application
- feat: add test for appHistory
- chore: rename HashPathCoders 2 HashPathDecoders
- chore: adjust readme
v0.1.4(2019-08-29)
- feat: support hash
- feat: support Link (in react-router) or window.history push/replace into another sub-application
- feat: renderNotFound trigger based on CustomEvent, not trigger url change
- feat: ErrorComponent can get specific error information through err 's props
- fix: the problem that triggered renderNotFound to expire
- chore: AppRouter code optimization
- chore: delete the original util folder, tiled to src. Unify recordAssets, emptyAssets, loadAssets as handleAssets file
- chore: adjust setIcestark -> setCache, getIcestark -> getCache under the cache file
v0.1.3(2019-08-20)
- fix: add run emptyAssets to empty dynamic assets before AppRoute unmount
- chore: remove useless history package
v0.1.2(2019-07-22)
- feat: support hooks
- chore: use @ice/spec
v0.1.1(2019-06-24)
- fix: spa forceRender bug
- fix: lint
- chore: add unit test
- chore: forceCount -> forceRenderCount