Skip to content

v1.4.0 - 2023-12-11

Compare
Choose a tag to compare
@caendesilva caendesilva released this 11 Dec 09:57
· 1507 commits to master since this release
b882bf2

1.4.0 - 2023-12-11

Added

  • Adds a new fancy output for the realtime compiler serve command in #1444
  • Added support for dot notation in the Yaml configuration files in #1478
  • Added a config option to customize automatic sidebar navigation group names in #1481
  • Added a new hyde serve --open option to automatically open the site in the browser in #1483
  • Added a new Live Edit feature to the realtime compiler in #1458

Changed

  • The docs.sidebar.footer config option now accepts a Markdown string to replace the default footer in #1477
  • Links in the sitemap.xml file are now relative when a site URL is not set, instead of using the default localhost URL in #1479
  • Improves the portability of the realtime compiler to better support running through the standalone executable in #1488
  • Bumps realtime compiler version to v3.2 in #1489
  • Support both route keys and identifiers for specifying sidebar order in #1432
  • Updated sitemap generator to use relative links instead of localhost when missing site URL in #1479

Removed

  • Removed unhelpful boilerplate from the hyde/hyde package.json in #1436

Fixed

  • Fixed dot notation in Yaml configuration not being expanded (#1471) in #1478

Internal

  • Internal: Only inject custom app config location when missing from parent in #1485
  • Internal: Remove experimental Phar support from internal configuration loader in #1485

What's Changed in the Monorepo

Full Changelog: v1.3.0...v1.4.0