Releases: modernweb-dev/rocket
Releases · modernweb-dev/rocket
@rocket/[email protected]
Patch Changes
- 79e6f0d: Update error message to include an action to resolve a possible digit error.
[email protected]
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/[email protected]
Patch Changes
- 660f64c: Change the default gitBranch to main
- Updated dependencies [68e05f4]
- @rocket/[email protected]
@rocket/[email protected]
@rocket/[email protected]
Patch Changes
-
87c10ec: Work without JavaScript if Declarative Shadow Dom (DSD) is supported by browser
-
d7e461c: Replace Layout Options
logoSrc
andlogoAlt
strings with alogoSmall
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/[email protected]
- @rocket/[email protected]
@rocket/[email protected]
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/[email protected]
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/[email protected]
@rocket/[email protected]
@rocket/[email protected]
Patch Changes
- 390335d: Improve title tag handling
- Updated dependencies [8dedc56]
- Updated dependencies [390335d]
- @rocket/[email protected]
@rocket/[email protected]
Patch Changes
- 390335d: Improve title tag handling
- Updated dependencies [8dedc56]
- Updated dependencies [390335d]
- Updated dependencies [8dedc56]
- @rocket/[email protected]
- @rocket/[email protected]