Releases: modernweb-dev/rocket
Releases · modernweb-dev/rocket
@rocket/[email protected]
Minor Changes
- ef3b846: Add a default "core" preset to the cli package which provides fundaments like eleventConfig data, eleventyComputed data, logo, site name, simple layout, ...
- 4858271: Process local relative links and images via html (11ty transform) to support all 11ty template systems
- 4858271: Adjust templates for change in
@rocket/eleventy-plugin-mdjs-unified
as it now returns html directly instead of an object with html, js, stories
Patch Changes
- ef3b846: Move setting of title, eleventyNavigation and section page meta data to eleventyComputed
- ef3b846: Auto create social media images for every page
- Updated dependencies [ef3b846]
- Updated dependencies [4858271]
- Updated dependencies [4858271]
- @rocket/[email protected]
- @rocket/[email protected]
- @rocket/[email protected]
@rocket/[email protected]
Minor Changes
- 4858271: Adjust templates for change in
@rocket/eleventy-plugin-mdjs-unified
as it now returns html directly instead of an object with html, js, stories
@rocket/[email protected]
Patch Changes
- 496a1b0: Improves accessibility of the 404 page
@rocket/[email protected]
Patch Changes
- 3468ff9: Do not double url social media images
- Updated dependencies [d955b43]
- @rocket/[email protected]
@rocket/[email protected]
Patch Changes
- d955b43: reset translation on teardown overlay controller
@rocket/[email protected]
Patch Changes
- 32f39ae: An updated triggered via watch should not hide the main navgiation.
@rocket/[email protected]
Patch Changes
- 3468ff9: Pass prefix to rollup-plugin-html so assets can still be extracted
- Updated dependencies [3468ff9]
- @rocket/[email protected]
@rocket/[email protected]
Patch Changes
- 3468ff9: Update rollup-plugin-html to support
absolutePathPrefix
option
[email protected]
Minor Changes
-
a8c7173: Changes to
metaConfigToWebDevServerConfig
:- Renamed
wrapperFunction
torollupWrapperFunction
- Adds
setupRollupPlugins
which means those plugins are treated as rollup plugins and they will be wrapped byrollupWrapperFunction
(if provided) - Plugins added via
setupPlugins
will no longer be wrapped - If you provide
config.plugins
then it will return that directly ignoringsetupPlugins
andsetupRollupPlugins
Changes to
metaConfigToRollupConfig
:- If you provide
config.plugins
then it will return that directly ignoringsetupPlugins
- Renamed
@rocket/[email protected]
Patch Changes
- Updated dependencies [a8c7173]