Skip to content

Releases: uenoB/minissg

vite-plugin-minissg-v4.0.2

06 Aug 00:18
Compare
Choose a tag to compare

vite-plugin-minissg 4.0.2 (2024-08-06)

Bug Fixes

vite-plugin-minissg-v4.0.1

01 Aug 22:19
Compare
Choose a tag to compare

vite-plugin-minissg 4.0.1 (2024-08-01)

Bug Fixes

  • throw error immediately if no renderer/hydration avaliable (3555fc1)

render-solid-v4.0.1

01 Aug 22:19
Compare
Choose a tag to compare

render-solid 4.0.1 (2024-08-01)

Bug Fixes

  • render-solid: change the way to get renderId for hydration (4e6a84d)

render-solid-v4.0.0

22 Jul 08:14
Compare
Choose a tag to compare

render-solid 4.0.0 (2024-07-22)

Features

  • add partial hydration support for Solid.js (8463d70)

BREAKING CHANGES

  • where to specify ?hydrate is changed.

vite-plugin-minissg-v4.0.0

20 Jul 06:19
Compare
Choose a tag to compare

vite-plugin-minissg 4.0.0 (2024-07-20)

  • ignore empty module rather than regarding it as { default: undefined } (dad49c3)
  • introduce Context and replace EntriesArg with it (c5ab9fe)
  • make loaded set public and replace peek with getContext (82bd608)
  • provide entries functions with ModuleName instead of string (851fcf7)
  • remove virtual:minissg/control (6b762b3)
  • rename MINISSG-MARK to MINISSG-COPY (4dcc4a8)
  • rename the entries function to main (33737e5)

Bug Fixes

  • include path in type error messages (dfb239b)
  • interpret queries combined with ?client (a9bb95d)
  • keep the name of middleware functions (b753573)
  • make a descriptive error message if a value is thrown but uncaught (e46eb65)
  • prepend site.projectRoot to the resolved id of Head module (d2d2030)
  • prevent unexpected repetation of this.emitFile (178597c)
  • support cyclic module graph (f89b4c5)
  • tell pnpm that Vite 5 is preffered through peerDependencies (1cb910f)

Features

  • add virtual:minissg/control module and its peek function (8a109e7)
  • make 404 response if the requested page is not found (fb35909)
  • print how the current module is obtained when an error occurred (33766cb)

Reverts

  • Revert "move ModuleName to a separate file" (2a9d9d7)

BREAKING CHANGES

  • virtual:minissg/control has been removed.
  • peek in virtual:minissg/control has been removed.
  • MINISSG-MARK has been renamed to MINISSG-COPY.
  • Empty modules are now simply ignored.
  • The entries function has been renamed to main.
    Users must rename their entries functions by your hands.
  • The ancestors property in the argument of entries
    function has been replaced with the parent property.
  • the type of the argument of entries function has
    been changed.

render-vue-v3.0.1

20 Jul 07:30
Compare
Choose a tag to compare

render-vue 3.0.1 (2024-07-20)

Bug Fixes

  • update vite-plugin-minisg to version 4.0.0 (4e7ce8e)

render-svelte-v3.0.1

20 Jul 07:30
Compare
Choose a tag to compare

render-svelte 3.0.1 (2024-07-20)

Bug Fixes

  • update vite-plugin-minisg to version 4.0.0 (4e7ce8e)

render-solid-v3.0.1

20 Jul 07:30
Compare
Choose a tag to compare

render-solid 3.0.1 (2024-07-20)

Bug Fixes

  • update vite-plugin-minisg to version 4.0.0 (4e7ce8e)

render-react-v3.0.1

20 Jul 07:29
Compare
Choose a tag to compare

render-react 3.0.1 (2024-07-20)

Bug Fixes

  • update vite-plugin-minisg to version 4.0.0 (4e7ce8e)

render-preact-v3.0.1

20 Jul 07:29
Compare
Choose a tag to compare

render-preact 3.0.1 (2024-07-20)

Bug Fixes

  • update vite-plugin-minisg to version 4.0.0 (4e7ce8e)