diff --git a/CHANGES.md b/CHANGES.md index b47f9e8..e94264d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,20 @@ +## [4.0.1](https://github.com/patternslib/pat-content-mirror/compare/4.0.0...4.0.1) (2025-01-15) + + +### Bug Fixes + + +* Also replace tabs and multiple space characters with a single space. ([f5e1d0a](https://github.com/patternslib/pat-content-mirror/commit/f5e1d0aed38763d7dbc836059498140de2ea68f9)) + + This makes sure that the textarea which would preserve multiple spaces +aligns with the mirror - e.g. a paragraph - which displays multiple +spaces as a single space character. + +Ref: scrum-2879. + ## [4.0.0](https://github.com/patternslib/pat-content-mirror/compare/3.0.0...4.0.0) (2025-01-15) diff --git a/package.json b/package.json index 0e54794..afa443b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/pat-content-mirror", - "version": "4.0.0", + "version": "4.0.1", "description": "A pattern for content-mirror", "license": "MIT", "main": "./src/pat-content-mirror.js",