diff --git a/CHANGELOG.md b/CHANGELOG.md index b3582422fa..75f0b56cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v6.91.1](https://github.com/opengovsg/FormSG/compare/v6.91.0...v6.91.1) + +- build: release v6.91.0 [`#6918`](https://github.com/opengovsg/FormSG/pull/6918) +- Revert "fix: refine regex to handle newlines after indentation groups" [`10955ed`](https://github.com/opengovsg/FormSG/commit/10955ed7bbac0fcb7872ab0b49be43ba3dd3acb5) + #### [v6.91.0](https://github.com/opengovsg/FormSG/compare/v6.90.0...v6.91.0) +> 21 November 2023 + - fix(markdown): refine regex to handle newlines after indentation groups [`#6917`](https://github.com/opengovsg/FormSG/pull/6917) - fix: omit isVisible property from webhook response [`#6907`](https://github.com/opengovsg/FormSG/pull/6907) - feat: charts [`#6790`](https://github.com/opengovsg/FormSG/pull/6790) - build: merge release 6.90.0 to develop [`#6914`](https://github.com/opengovsg/FormSG/pull/6914) - build: release v6.90.0 [`#6913`](https://github.com/opengovsg/FormSG/pull/6913) +- chore: bump version to v6.91.0 [`b5a2144`](https://github.com/opengovsg/FormSG/commit/b5a2144403deb886e681499e09a8aca7aaa3baa6) #### [v6.90.0](https://github.com/opengovsg/FormSG/compare/v6.89.2...v6.90.0) diff --git a/frontend/src/components/MarkdownText/MarkdownText.tsx b/frontend/src/components/MarkdownText/MarkdownText.tsx index b228ac0d07..c0e5919805 100644 --- a/frontend/src/components/MarkdownText/MarkdownText.tsx +++ b/frontend/src/components/MarkdownText/MarkdownText.tsx @@ -23,25 +23,7 @@ export const MarkdownText = ({ const processedRawString = useMemo(() => { // Create new line nodes for every new line in raw string so new lines gets rendered. if (multilineBreaks) { - /** - * Matching new lines that are not preceded by a token that indents. - * - * (?"