From 9731a8d832572e068a8a7f98ee70b3cac24e7f85 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 6 Dec 2024 15:35:54 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2021b32e6ab..48b3e421bd4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -107,6 +107,7 @@ This serves two purposes: - Replaced HydeFront styles with Tailwind in https://github.com/hydephp/develop/pull/2024 - Markdown headings are now compiled using our custom Blade-based heading renderer in https://github.com/hydephp/develop/pull/2047 - The `id` attributes for heading permalinks have been moved from the anchor to the heading element in https://github.com/hydephp/develop/pull/2052 +- Colored Markdown blockquotes are now rendered using Blade and TailwindCSS, this change is not visible in the rendered result, but the HTML output has changed in https://github.com/hydephp/develop/pull/2056 ### Deprecated @@ -528,6 +529,7 @@ The likelihood of impact is low, but if any of the following are true, you may n - The `execute` method of the `GeneratesTableOfContents` class now returns an array of data, instead of a string of HTML. This data should be fed into the new component - Removed the `table-of-contents.css` file as styles are now made using Tailwind - Removed the `heading-permalinks.css` file as styles are now made using Tailwind +- Removed the `blockquotes.css` file as styles are now made using Tailwind ## New features