Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jan 15, 2025
1 parent 2b971fb commit f444ae5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f444ae5

Please sign in to comment.