Skip to content

Releases: modernweb-dev/rocket

@rocket/[email protected]

12 Jan 00:54
Compare
Choose a tag to compare

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

@rocket/[email protected]

12 Jan 00:54
Compare
Choose a tag to compare

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]

10 Jan 10:13
6922161
Compare
Choose a tag to compare

Patch Changes

  • 496a1b0: Improves accessibility of the 404 page

@rocket/[email protected]

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

@rocket/[email protected]

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

  • d955b43: reset translation on teardown overlay controller

@rocket/[email protected]

07 Jan 15:52
Compare
Choose a tag to compare

Patch Changes

  • 32f39ae: An updated triggered via watch should not hide the main navgiation.

@rocket/[email protected]

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

@rocket/[email protected]

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

  • 3468ff9: Update rollup-plugin-html to support absolutePathPrefix option

[email protected]

05 Jan 06:37
Compare
Choose a tag to compare

Minor Changes

  • a8c7173: Changes to metaConfigToWebDevServerConfig:

    • Renamed wrapperFunction to rollupWrapperFunction
    • Adds setupRollupPlugins which means those plugins are treated as rollup plugins and they will be wrapped by rollupWrapperFunction (if provided)
    • Plugins added via setupPlugins will no longer be wrapped
    • If you provide config.plugins then it will return that directly ignoring setupPlugins and setupRollupPlugins

    Changes to metaConfigToRollupConfig:

    • If you provide config.plugins then it will return that directly ignoring setupPlugins

@rocket/[email protected]

05 Jan 06:37
Compare
Choose a tag to compare

Patch Changes