Skip to content

Releases: sanyuan0704/island.js

Release 0.2.0

24 Sep 03:31
Compare
Choose a tag to compare

0.2.0 (2022-09-24)

Bug Fixes

  • optimize deps cannot resolve some package (0ae187e)

Features

  • support cjs and esm output & add cjs api shims (da6a9a9)

Release 0.1.7

24 Sep 01:46
Compare
Choose a tag to compare

0.1.7 (2022-09-24)

Bug Fixes

  • island collection not work in mdx file (8964711)
  • lazyload runtime code build error (915b29d)
  • specify the route module sideEffect to enable tree shaking in client-entry prod build (059ed8c)
  • src/shared not found after island dev (fd2fadc)
  • ssr build error caused by React is not defined (c0178c8)

Features

  • expand the a link click area (0569a2f)

Release 0.1.6

23 Sep 00:20
Compare
Choose a tag to compare

0.1.6 (2022-09-23)

Bug Fixes

  • normalize all routes, error while running in Window environment (7294335)

Features

  • support custom vite config (f5c6a94)

Release 0.1.5

22 Sep 08:16
Compare
Choose a tag to compare

0.1.5 (2022-09-22)

Bug Fixes

  • fix separator when use window, it will make vite wrong (67e1169)
  • theme state is not permanently saved after switching dark theme (9173a1d)

Release 0.1.4

21 Sep 03:10
Compare
Choose a tag to compare

0.1.4 (2022-09-21)

Bug Fixes

  • bug report template error (76163b9)
  • feature_request contributing.md href problem (4470354)
  • node14 replaceAll (f79364d)

Features

  • add gap in prev-next and add lastUpdated style (09161a1)
  • support cli code hmr (f071dd2)
  • support custom message and copyright in home page (35c47d4)
  • support zero js after production build (0385eb0)

Release 0.1.3

19 Sep 00:40
Compare
Choose a tag to compare

0.1.3 (2022-09-19)

Bug Fixes

  • aside marker opacity problem (647cc47)
  • normalize prev and next page link (8b3f0bb)
  • postfix in md link (bb779e6)
  • remove hard code image in hero component (2bd354f)
  • sidebar active invalid (4be2c90)

Features

  • add architecture doc (d31999d)
  • add configure-site doc (f22c3a6)
  • support edit link (85248c6)
  • support prev and next page in doc footer (6150d39)

Release 0.1.2

18 Sep 07:52
Compare
Choose a tag to compare

0.1.2 (2022-09-18)

Bug Fixes

  • aside component render error in island mode (0f80aab)