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