Skip to content

v1.5.0 - 2024-02-13

Compare
Choose a tag to compare
@caendesilva caendesilva released this 13 Feb 11:04
· 2752 commits to master since this release
53d6aea

1.5.0 - 2024-02-13

Improved Patch Release Strategy

This release experiments some changes into how releases are handled to clarify the patch versioning of distributed packages compared to the monorepo source versioning.

In short: We are now experimenting with rolling patch releases, where patches are released as soon as they're ready, leading to faster rollout of bugfixes.
This means that the patch version discrepancy between the monorepo and the distributed packages will be increased, but hopefully the end results will still be clearer,
thanks to the second related change: Prefixing the subpackage changes in this changelog with the package name. If there is no prefix, the change applies to the core package or the monorepo.

All this to say, please keep in mind that when the monorepo gets a new minor version, the prefixed changes may already have been released as patches in their respective packages.

Added

  • Added the existing media_extensions option to the hyde configuration file in #1531
  • Added configuration options to add custom HTML to the <head> and <script> sections in #1542
  • Added support for adding custom HTML to the <head> and <script> sections using HTML includes in #1554
  • Added an html helper to the Includes facade in #1552

Changed

  • Renamed local template variable $document to $article to better match the usage in #1506
  • Updated semantic documentation article component to support existing variables in #1506
  • Updated the Markdown to plain text converter to trim whitespace in #1561
  • HydeFront: Changed <code> styling to display as inline instead of inline-block in #1525
  • Realtime Compiler: Add strict type declarations in #1555
  • Bumped Realtime Compiler version to v3.3 in #1562
  • Internal: Renamed snake case test methods to camel case in #1556

Deprecated

  • Deprecated the BuildService::transferMediaAssets() method in #1533, as it will be moved into a build task in v2.0.

Fixed

What's Changed in the Monorepo

Full Changelog: v1.4.0...v1.5.0