Skip to content

Releases: sanyuan0704/island.js

Release 0.3.1

07 Oct 01:57
Compare
Choose a tag to compare

0.3.1 (2022-10-07)

Bug Fixes

  • copy-to-clipboard perbundle problem (237353d)
  • flexsearch prebundle problem (8ce53c3)

Release 0.3.0

06 Oct 08:59
Compare
Choose a tag to compare

0.3.0 (2022-10-06)

Bug Fixes

Features

  • add basic e2e test (#52) (3f7597e)
  • add header group show (113340b)
  • add keydown event (ca930df)
  • add not found & loading status in search (476f534)
  • add throttle for query change handler (91e41e6)
  • adjust sidebar config (9adcad2)
  • develop search ui (517002d)
  • integrate flexsearch (0bb6210)
  • load all page data on demand in search logic (2d6362a)

Release 0.2.8

04 Oct 08:23
Compare
Choose a tag to compare

0.2.8 (2022-10-04)

Bug Fixes

  • location not defined duration prod build (6e11f73)
  • useEffect is invalid (6495e07)

Features

  • add menu group for translations (da43a24)
  • code copied button (52298a7)

Release 0.2.7

03 Oct 07:25
Compare
Choose a tag to compare

0.2.7 (2022-10-03)

Bug Fixes

  • unocss cannot found & postinstall error (aa3acdc)

Release 0.2.6

03 Oct 04:14
Compare
Choose a tag to compare

0.2.6 (2022-10-03)

Bug Fixes

  • aside position error (3f47da2)
  • correct theme breakpoints (10a9beb)
  • hidden translations if not necessary (133b4d7)
  • scrollbar disappear when sidebar is too long (d363950)

Features

  • integrate unocss (3c3aae2)
  • migrate default theme style to unocss (24f1698)

Release 0.2.5

02 Oct 04:22
Compare
Choose a tag to compare

0.2.5 (2022-10-02)

Bug Fixes

  • use defer, it will be sure that the polyfill is executed before app script (ee6dc1c)
  • without initializing the git repository, the program terminates directly (96e5b3f)

Features

  • inject the polyfill of importmap ahead to solve the compatibility problem (605bf97)

Release 0.2.4

01 Oct 08:01
Compare
Choose a tag to compare

0.2.4 (2022-10-01)

Bug Fixes

  • add dep files (a5444dc)
  • locales config (0d0e51f)
  • part of the text is not configured for localization (87db64d)

Release 0.2.3

01 Oct 01:24
Compare
Choose a tag to compare

0.2.3 (2022-10-01)

Bug Fixes

  • aside marker cannot work in chinese doc (4b7da45)
  • get correct value from cache (14b10c4)
  • html not found in dev (39d6ef9)
  • nav background styles in dark mode (674aeb9)

Features

  • add locale change navbar (9cd5883)
  • add zh docs (8615a61)
  • init i18n doc (df6ccaf)
  • move setupEffect to theme-default (60e5281)
  • optimize treeshaking in client entry (e6959f4)
  • show last updated time (dcc5c49)
  • support spa build in aside component (a75ba06)
  • zero js by default (44fe3c6)

Release 0.2.2

26 Sep 14:18
Compare
Choose a tag to compare

0.2.2 (2022-09-26)

Bug Fixes

  • a link cannot click sometimes (df956f5)
  • normalize link skip external url (7cf22c5)

Features

  • add config-extension doc (ffd59f8)
  • add extension & spa mode & static assets doc (31918fa)
  • add normalize link remark plugin (a5151f4)
  • provide custom markdown compile options (3f9681d)
  • support siteTitle config (476f8cc)

Release 0.2.1

24 Sep 07:25
Compare
Choose a tag to compare

0.2.1 (2022-09-24)

Bug Fixes

  • adjust anchor position (2ae34ee)
  • hmr not work in api page (44b6139)
  • public dir path error (72d0ae0)
  • sidebar data undefined in production (86f63ca)

Features

  • add meta in page module (d3cb987)
  • add some features & front-matter doc (c900011)
  • support api page type & init api doc (db5b88e)