Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version v1.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
media_extensions
option to thehyde
configuration file in Add media extensions option to default config #1531<head>
and<script>
sections in Add configuration options to add HTML to the head and scripts sections #1542<head>
and<script>
sections using HTML includes in Support using HTML includes to set head and script HTML #1554html
helper to theIncludes
facade in Add a newIncludes::html()
helper #1552Changed
$document
to$article
to better match the usage in Improve the semantic documentation article Blade view #1506<code>
styling to display as inline instead of inline-block in Remove inline block display from inline code elements #1525Deprecated
BuildService::transferMediaAssets()
method in DeprecateBuildService::transferMediaAssets()
#1533, as it will be moved into a build task in v2.0.Fixed