Retype version 1.9.0 has been released 👾 👾
Version v1.9.0
There were 20 changes in Retype v1.9.0
.
New
- Incremental build during
retype watch
with page dependency graph. - Ability to run
retype watch
with in-memory output. On by default. Seeserver.watch.mode
to configure. - New platform specific NPM packages
- Warn about conflicting named or nested pages.
- Warn about conflicting default pages.
- If
url
set with agithub.io
orgitlab.io
domain, do not auto-generate aCNAME
file. - Lazy Prism and Mermaid plugin execution for hidden content.
- Keep scroll position on full page reload during
retype watch
. - If a page throws an error, correct
Previous
andNext
button sequence. - Redirect to website root if page failed to compile.
- Emit sitemap.xml
<priority>1</priority>
as<priority>1.0</priority>
. - Clean up console messages during
retype watch
. - Build is so fast now that the client refresh interval can be tightened up to
100ms
. - Add
target
property for linkable components, such as Button and Badge. - Set the home page default
order
value to10000
.
Fixed
- Stop normalizing user links before resolving.
- Fix emoji shortcode parsing exception.
- If
author
set with an email it was not rendering correctly as an email link. - Code snippet was failing to resolve a rooted path.
- Correct wrong encoding attribute in generated sitemap, see issue #125.
- Code snippet could not reference resources external to the project.
Please check out the Getting Started guide to get up and running with Retype v1.9.0
within just a few seconds.