Releases: modernweb-dev/rocket
Releases · modernweb-dev/rocket
@rocket/engine@0.2.6
@rocket/cli@0.20.1
@rocket/engine@0.2.5
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/engine@0.2.4
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/engine@0.2.3
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/engine@0.2.2
@mdjs/core@0.20.0
@rocket/engine@0.2.1
Patch Changes
- 367529c: Make sure user provided content in the folder
site/public/*
wins over public folders content provided by plugins.
@rocket/spark@0.2.0
@rocket/search@0.7.0
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/engine@0.2.0