oranda
Version 0.4.0-prerelease.1
Features
-
Improved CSS generation - shadows-withal/pr617, ashleygwilliams/i610
Users and distributors now have more control over how oranda and especially its CSS gets built! You can choose to opt-in to building CSS at build or runtime using the Tailwind binary, or you can explicitly prebuild the CSS using npm. For more information, see the docs.
-
New
generate
command - shadows-withal/pr621, ashleygwilliams/i188You can now generate a GitHub Actions CI file that'll build your site and deploy it to GitHub Pages by running
oranda generate ci
, which runs you through an interactive wizard! In the future, we'll add more types of generatable files. -
LiveReload support for
oranda dev
- shadows-withal/pr622, jamesmunns/i556A pretty simple change that has a lot of quality-of-life: Your
oranda dev
browser tab now reloads automatically when you change a relevant file and oranda rebuilds your site! -
Use Axo's favicon by default - shadows-withal/pr628, ashleygwilliams/i110
Oranda sites that don't have a custom favicon now fall back to Axo's favicon, just so that the space in the tab bar isn't so drab and lonely.
-
oranda
is now available on Homebrew! - shadows-withal/pr602, the cargo dist team <3Run
brew install axodotdev/tap/oranda
to install it!
Fixes
-
Fixed Tailwind breaking the Nix flake - hawkw/pr609
Because Tailwind was being downloaded on each build in a global cache directory (which Nix doesn't support), @hawkw added the Tailwind binary as an explicit dependency, and enhanced our Tailwind build code with the ability to use a preexisting Tailwind binary.
-
Improved workspace member precedence handling - shadows-withal/pr626, shadows-withal/i615
There were a couple of tough corner cases when using workspace functionality that would incorrectly cascade to the members, which is fixed now!
-
Hide changelog sidebar on mobile - shadows-withal/pr614, zkat/i612
-
Fixed mdbook text highlighting colors having too little contrast - shadows-withal/pr627, Gankra/i578
Housekeeping
- Factored out a bunch of code into
axoproject
- mistydemeo/pr590 - Updated
chrono
to drop a very oldtime
version - mistydemeo/pr632