Releases: modernweb-dev/rocket
Releases · modernweb-dev/rocket
@rocket/cli@0.2.0
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/core@0.1.1
- @rocket/eleventy-plugin-mdjs-unified@0.2.0
- @rocket/eleventy-rocket-nav@0.2.0
@rocket/blog@0.2.0
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/launch@0.1.2
Patch Changes
- 496a1b0: Improves accessibility of the 404 page
@rocket/launch@0.1.1
@rocket/drawer@0.1.1
Patch Changes
- d955b43: reset translation on teardown overlay controller
@rocket/cli@0.1.4
Patch Changes
- 32f39ae: An updated triggered via watch should not hide the main navgiation.
@rocket/cli@0.1.3
@rocket/building-rollup@0.1.1
Patch Changes
- 3468ff9: Update rollup-plugin-html to support
absolutePathPrefix
option
plugins-manager@0.2.0
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/search@0.1.1
Patch Changes
- Updated dependencies [a8c7173]
- plugins-manager@0.2.0