Releases: modernweb-dev/rocket
@rocket/[email protected]
@rocket/[email protected]
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]
@rocket/[email protected]
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 # <some-button>
@rocket/[email protected]
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]
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]
Patch Changes
- 6f88d8e: Get rid of the
rehype-prism
workaround by using latest esm version of mdjs that usesrehype-prism-plus
- Updated dependencies [35ed64d]
- Updated dependencies [6f88d8e]
- @mdjs/[email protected]
@mdjs/[email protected]
@rocket/[email protected]
Patch Changes
- 367529c: Make sure user provided content in the folder
site/public/*
wins over public folders content provided by plugins.
@rocket/[email protected]
Minor Changes
- 5226ab0: Initial public beta version for
@rocket/cli
0.20+
Patch Changes
- Updated dependencies [5226ab0]
- Updated dependencies [5226ab0]
- @rocket/[email protected]
- @rocket/[email protected]
@rocket/[email protected]
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
- Updated dependencies [5226ab0]
- @rocket/[email protected]