Releases: modernweb-dev/rocket
Releases · modernweb-dev/rocket
@rocket/create@0.1.1
Patch Changes
- 79e6f0d: Update error message to include an action to resolve a possible digit error.
check-html-links@0.2.4
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
@rocket/cli@0.20.4
@rocket/launch@0.21.2
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/cli@0.20.3
- @rocket/engine@0.2.7
@rocket/engine@0.2.7
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
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