Skip to content

Releases: ice-lab/icestark

v1.1.2(2019-12-04)

04 Dec 09:57
67509d3
Compare
Choose a tag to compare
  • feat: add shouldAssetsRemove API
  • feat: adjust isCss regex for "//test.com/index.css?timeSamp=1575443657834"

v1.1.1(2019-11-28)

28 Nov 08:15
Compare
Choose a tag to compare
  • fix: triggerPrevAppLeave when AppRoute unmount

v1.1.0(2019-11-13)

13 Nov 06:53
Compare
Choose a tag to compare
  • 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)

24 Oct 12:08
4ebb673
Compare
Choose a tag to compare
  • 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)

02 Sep 01:57
55543ab
Compare
Choose a tag to compare
  • 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)

28 Aug 07:19
8b236df
Compare
Choose a tag to compare
  • fix: add run emptyAssets to empty dynamic assets before AppRoute unmount
  • chore: remove useless history package

v0.1.2(2019-07-22)

22 Jul 08:12
Compare
Choose a tag to compare
  • feat: support hooks
  • chore: use @ice/spec

v0.1.1(2019-06-24)

24 Jun 15:05
8351788
Compare
Choose a tag to compare
  • fix: spa forceRender bug
  • fix: lint
  • chore: add unit test
  • chore: forceCount -> forceRenderCount