diff --git a/CHANGELOG.md b/CHANGELOG.md index d25e3ba73..099996728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Experimental +## [1.131.2] - 2024-05-08 +### Fixed +- Programmatic insertion into the comment text area is now debounced with a + timeout of 100ms. It prevents races when multiple files are uploaded at the + same time. +- Very long words now breaks up in the comment preview and at the Notifications + page. + ## [1.131.1] - 2024-05-06 ### Fixed - Fixed a draft fileIds synchronization bug. diff --git a/package.json b/package.json index 4d1147580..af7f6cfa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive-pepyatka", - "version": "1.131.1", + "version": "1.131.2", "description": "", "main": "index.js", "dependencies": { diff --git a/src/components/footer.jsx b/src/components/footer.jsx index fc5bc1b5d..ebf6f73f1 100644 --- a/src/components/footer.jsx +++ b/src/components/footer.jsx @@ -7,7 +7,7 @@ export default function Footer({ short }) { return (