Skip to content

Releases: modernweb-dev/rocket

@rocket/[email protected]

21 Jan 18:57
Compare
Choose a tag to compare

Patch Changes

  • c92769a: Processing links and asset urls to generate the final html output is now utf8 safe
  • 562e91f: Make sure logos do not have "<?xml" in their code

@rocket/[email protected]

21 Jan 00:19
Compare
Choose a tag to compare

Minor Changes

  • 0eb507d: Adds the capability to configure the svg template for the social media images.
  • 0eb507d: Adds setupEleventyComputedConfig option to enable configuration of 11ty's eleventyComputed. The plugins-manager system is used for it.

[email protected]

20 Jan 15:40
Compare
Choose a tag to compare

Patch Changes

  • eb74110: Add info about how many files and links will be checked

@rocket/[email protected]

18 Jan 11:15
Compare
Choose a tag to compare

Patch Changes

  • a498a5d: Make sure links to *index.md files are not treated as folder index files like index.md

[email protected]

17 Jan 18:42
Compare
Choose a tag to compare

Minor Changes

@rocket/[email protected]

17 Jan 18:42
Compare
Choose a tag to compare

Minor Changes

  • cd22231: Adjustments to work with the restructured CLI Plugin System

@rocket/[email protected]

17 Jan 18:42
Compare
Choose a tag to compare

Minor Changes

  • cd22231: Adjustments to work with the restructured CLI Plugin System

Patch Changes

  • cd22231: Move noscript.css into _assets/_static as it does not get detected/moved automatically by @web/rollup-plugin-html.

@rocket/[email protected]

17 Jan 18:42
Compare
Choose a tag to compare

Minor Changes

  • cd22231: Adjustments to work with the restructured CLI Plugin System

@rocket/[email protected]

17 Jan 18:42
Compare
Choose a tag to compare

Minor Changes

  • cd22231: Restructure and simplify Rocket Cli Plugin System

Patch Changes

@rocket/[email protected]

13 Jan 13:24
Compare
Choose a tag to compare

Patch Changes

  • 897892d: bump dependencies

  • 7b2dc64: fix(search): improve a11y

    • a11y: add labels to button
    • ux: replace 'arrow-left' icon with 'x' icon for 'close search' button
    • perf: makes all templates static
    • fix: address typescript errors