Releases: CloudCannon/rosey
Releases · CloudCannon/rosey
v2.3.0
- Added
data-rosey-ignore
attribute to ignore hrefs when rewriting pages.- See Docs > URLS for more information.
v2.2.1
- Ensures the JSON output of the check command is sorted to avoid changes in git between runs
v2.2.0
- Adds the ability to build the default language to the root path, rather than placing it under a language code.
- See Docs > Build > Default language at root for more information.
v2.1.1
- Fixes the Windows release of Rosey via npm
v2.1.0
- Adds the ability to translate page URLs
- Fixes an issue where some internal links with query strings or hash fragments would not be rewritten
v2.0.5
- Fixes an issue where
<template>
elements were being ignored by generate and build. - Fixes an issue where
rosey check
would error when run without a source
v2.0.4
<title>
,<script>
and<style>
elements will no longer be wordwrapped when the--wrap
flag is used.
v2.0.3
- Add support for wordwrapping Thai, with
rosey build --wrap "th"
.
v2.0.2
- Fixes an issue where asset attributes inside translation text would be deleted if they had no translation
v2.0.1
- Use the x86_64 build of Rosey on M1 Macs