Skip to content

Releases: modernweb-dev/rocket

@rocket/create@0.1.1

06 Oct 08:06
Compare
Choose a tag to compare

Patch Changes

check-html-links@0.2.4

24 Aug 09:38
Compare
Choose a tag to compare

Patch Changes

  • 97d5fb2: Add external links validation via the flag --validate-externals.

    You can/should provide an optional --absolute-base-url to handle urls starting with it as internal.

    # check external urls
    npx check-html-links _site --validate-externals
    
    # check external urls but treat links like https://rocket.modern-web.dev/about/ as internal
    npx check-html-links _site --validate-externals --absolute-base-url https://rocket.modern-web.dev

@rocket/launch@0.21.3

24 Aug 09:38
Compare
Choose a tag to compare

Patch Changes

  • 660f64c: Change the default gitBranch to main
  • Updated dependencies [68e05f4]
    • @rocket/cli@0.20.4

@rocket/cli@0.20.4

24 Aug 09:38
Compare
Choose a tag to compare

Patch Changes

  • 68e05f4: rocket lint can now validate external links.

    Example:

    rocket lint --validate-externals
    
  • Updated dependencies [97d5fb2]

    • check-html-links@0.2.4

@rocket/launch@0.21.2

23 Aug 09:54
Compare
Choose a tag to compare

Patch Changes

  • 87c10ec: Work without JavaScript if Declarative Shadow Dom (DSD) is supported by browser

  • d7e461c: Replace Layout Options logoSrc and logoAlt strings with a logoSmall TemplateResult

    -  logoSrc: '/icon.svg',
    -  logoAlt: 'Rocket Logo',
    +  logoSmall: html`
    +    <img src="resolve:@rocket/launch/assets/rocket-logo-light.svg" alt="Rocket" width="250" height="67.87" />
    +  `,
  • a12adf2: Add padding above slogan an home page

  • Updated dependencies [a48dcd8]

  • Updated dependencies [0ed3d6d]

    • @rocket/cli@0.20.3
    • @rocket/engine@0.2.7

@rocket/engine@0.2.7

23 Aug 09:54
Compare
Choose a tag to compare

Patch Changes

  • 0ed3d6d: Adjust urls containing url fragments

    <!-- user writes -->
    <a href="./about.rocket.js#some-id"></a>
    
    <!-- rocket outputs -->
    <!-- before -->
    <a href="./about.rocket.js#some-id"></a>
    <!-- after -->
    <a href="/about/#some-id"></a>

@rocket/cli@0.20.3

23 Aug 09:54
Compare
Choose a tag to compare

Patch Changes

  • a48dcd8: Introducing rocket lint to verify if all your links are correct.

    There are two modes:

    # check existing production build in _site (need to execute "rocket build" before)
    rocket lint
    
    # run a fast html only build and then check it
    rocket lint --build-html
  • Updated dependencies [0ed3d6d]

    • @rocket/engine@0.2.7

@rocket/cli@0.20.2

20 Aug 18:27
Compare
Choose a tag to compare

Patch Changes

  • 39206a1: rocket start now outputs to _site-dev instead of _site.
  • 39206a1: rocket start clears only its output folder (defaults to _site-dev)
  • cbfb0f9: Add rocket preview command to enable fast checking of the production build

@rocket/spark@0.2.1

19 Aug 17:21
Compare
Choose a tag to compare

Patch Changes

  • 390335d: Improve title tag handling
  • Updated dependencies [8dedc56]
  • Updated dependencies [390335d]
    • @rocket/engine@0.2.6

@rocket/launch@0.21.1

19 Aug 17:21
Compare
Choose a tag to compare

Patch Changes

  • 390335d: Improve title tag handling
  • Updated dependencies [8dedc56]
  • Updated dependencies [390335d]
  • Updated dependencies [8dedc56]
    • @rocket/engine@0.2.6
    • @rocket/cli@0.20.1