Skip to content

Releases: modernweb-dev/rocket

@rocket/cli@0.2.0

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

  • 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

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/launch@0.1.2

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

Patch Changes

  • 496a1b0: Improves accessibility of the 404 page

@rocket/launch@0.1.1

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

  • 3468ff9: Do not double url social media images
  • Updated dependencies [d955b43]
    • @rocket/drawer@0.1.1

@rocket/drawer@0.1.1

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

  • d955b43: reset translation on teardown overlay controller

@rocket/cli@0.1.4

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/cli@0.1.3

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

  • 3468ff9: Pass prefix to rollup-plugin-html so assets can still be extracted
  • Updated dependencies [3468ff9]
    • @rocket/building-rollup@0.1.1

@rocket/building-rollup@0.1.1

07 Jan 08:11
Compare
Choose a tag to compare

Patch Changes

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

plugins-manager@0.2.0

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/search@0.1.1

05 Jan 06:37
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [a8c7173]
    • plugins-manager@0.2.0