Skip to content

Releases: modernweb-dev/rocket

@rocket/[email protected]

19 Aug 17:21
Compare
Choose a tag to compare

Patch Changes

  • 8dedc56: Add engine.getVersion() method
  • 390335d: Improve title tag handling

@rocket/[email protected]

19 Aug 17:21
Compare
Choose a tag to compare

Patch Changes

  • 8dedc56: Add start message for rocket start

    🚀 Rocket Engine v0.2.5
    
      🚧 Local:    http://localhost:8000/
      🌐 Network:  http://xxx.xxx.xxx.xxx:8000/
    
  • Updated dependencies [8dedc56]

  • Updated dependencies [390335d]

@rocket/[email protected]

15 Aug 21:06
Compare
Choose a tag to compare

Patch Changes

  • 93503ed: HTML in headings will be ignored for the menu
    Some examples:

    • <h1>Hello <em>Word</em></h1> => Hello Word
    • <h1>Hello <strong>World</strong> of <span>JS <em>(JavaScript)</em></span>!</h1> => Hello World of JS (JavaScript)!
  • 3032ba9: Menus now support special characters in markdown headings.

    Examples:

    # Fun Errors & Feedback
    
    # &lt;some-button>

@rocket/[email protected]

14 Aug 20:53
Compare
Choose a tag to compare

Patch Changes

  • 09a47b4: Prevent fatal error because of simultaneous write to file.

    When the browser requested a file to be rendered and that file also needed an update in the "rocket header" (the top of the file) then it could be that the watcher trigger a simultaneous render of the file while the first render was still in progress.

    The solution is that the watcher ignores changes to a file until a full render is finished.

@rocket/[email protected]

13 Aug 16:38
Compare
Choose a tag to compare

Patch Changes

  • 379f08f: Remove the lit workaround to globally load the global-dom-shim in the "main thread".
    Which means only the worker that does the actual SSR rendering will load it.

@rocket/[email protected]

13 Aug 13:42
Compare
Choose a tag to compare

Patch Changes

  • 6f88d8e: Get rid of the rehype-prism workaround by using latest esm version of mdjs that uses rehype-prism-plus
  • Updated dependencies [35ed64d]
  • Updated dependencies [6f88d8e]

@mdjs/[email protected]

13 Aug 13:42
Compare
Choose a tag to compare

Minor Changes

  • 35ed64d: BREAKING: Refactor to ESM-only package, use latest rehype/remark/unified dependencies.
  • 6f88d8e: BREAKING: Replace rehype-prism with rehype-prism-plus as it does not get confused as running in the browser in the SSR context.

@rocket/[email protected]

12 Aug 20:52
Compare
Choose a tag to compare

Patch Changes

  • 367529c: Make sure user provided content in the folder site/public/* wins over public folders content provided by plugins.

@rocket/[email protected]

11 Aug 14:44
Compare
Choose a tag to compare

Minor Changes

  • 5226ab0: Initial public beta version for @rocket/cli 0.20+

Patch Changes

@rocket/[email protected]

11 Aug 14:44
Compare
Choose a tag to compare

Minor Changes

  • 5226ab0: BREAKING CHANGE: New version built for @rocket/engine and @rocket/cli 0.20+

    For more information see the migration guide.

Patch Changes