Retype v2.0.0-preview now available #287
Replies: 3 comments 3 replies
-
Retype The Release notes for We still have a lot of work to do on the documentation and upgrade guides, but you should be able to simply upgrade to The retype.com website is now using the The content templating functionality is amazing and we will be publishing docs and guides soon. Including a partial file into one of your To install Retype Step 1. UninstallDepending on your platform, use one of the following commands to uninstall Retype:
Step 2. Install
If you are using GitHub Pages, your workflow file needs to be updated with the https://github.com/retypeapp/retype/blob/main/.github/workflows/retype.yml#L17-L21
After the final release of As mentioned above, we still have an enormous amount of work to do with the docs and announcements. Feel free to ask questions or create new issues and we will do our best to assist. Please keep in mind, this is a Let us know what you think. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Shouldn't we already be able to use v2 in GitHub actions?
And as a side note, I did not expect the version of the action to require change. As far as I can see, the norm is having the action version change when the action itself is different, not when the underlying app is different. I would consider having the action version fixed from now on, and perhaps support an user input to specify a specific retype version, should they choose to do so. |
Beta Was this translation helpful? Give feedback.
-
The version number of the We choose to take a conservative and safe approach with the PRO TIP: If you want to ALWAYS run with the latest public release, even with a jump in major version, revise the # - uses: retypeapp/action-build@v2
- uses: retypeapp/action-build@main
# - uses: retypeapp/action-github-pages@v2
- uses: retypeapp/action-github-pages@main From the very beginning, as a team, we made a That said, if a breaking change must be included, it must only occur on a Major version upgrade ( Since the first line of code, we had a vision for Retype, although it's impossible to foresee all scenarios as the project evolves. With Retype We made the decision that we wanted developers to choose to upgrade on the major release, at least from That decision on whether to still include the We did include one breaking change with the
Personally, I'm not convinced that is actually a breaking change, but we made the decision that it was an important enough of a functionality change that developers were made aware. I don't see a Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Version 2.0.0-preview
See comments below.
There were 46 changes in Retype 2.0.0-preview.
New
<script>
or<style>
blocks within a page. See Width of the images #255.title
config and no top levelh1
, inject thetitle
as the top most element.ghost
variant for Button, Badge, and Alert components.description
in search index and results. See Ability for full content search when no matching headings can be found #59.full
,partial, and
basic` options.Improved
output
when inmemory
watch mode..yaml
files as resources..retype/license.dat
. See Why does Retype create a wallet.dat file? #262.Contents
heading if no inner page sub-headings.Fixed
retype watch
.route
not respected if configured on a folder more than one level higher.Breaking Changes
redirect
config to be visible by default in main sidebar navigation. See Link external in Nav #236.This discussion was created from the release v2.0.0-preview.
Beta Was this translation helpful? Give feedback.
All reactions