diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e1c82e..69000a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [14.2.0](https://github.com/gravity-ui/markdown-editor/compare/v14.1.0...v14.2.0) (2024-11-13) + + +### Features + +* **CodeBlock:** removed automatic language identification for performance optimization ([#468](https://github.com/gravity-ui/markdown-editor/issues/468)) ([031504b](https://github.com/gravity-ui/markdown-editor/commit/031504baa06f108657fae7a0098c6ecf19e758c1)) +* **ImgSize, markup:** rework image styling to get more control ([#451](https://github.com/gravity-ui/markdown-editor/issues/451)) ([526074d](https://github.com/gravity-ui/markdown-editor/commit/526074dc9f0cc38c067a8b38925c830e675d9701)) +* **markup:** convert pasted urls to images ([#469](https://github.com/gravity-ui/markdown-editor/issues/469)) ([720215b](https://github.com/gravity-ui/markdown-editor/commit/720215b11f52d7005428c469caead3db05eac230)) +* **Image**: convert pasted image urls to images ([#464](https://github.com/gravity-ui/markdown-editor/pull/464)) ([64d389e](https://github.com/gravity-ui/markdown-editor/commit/64d389e592109db642daeabee5a086566ee320ca)) + ## [14.1.0](https://github.com/gravity-ui/markdown-editor/compare/v14.0.3...v14.1.0) (2024-11-11) diff --git a/package-lock.json b/package-lock.json index 158e5f06..bc3bdddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/markdown-editor", - "version": "14.1.0", + "version": "14.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/markdown-editor", - "version": "14.1.0", + "version": "14.2.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index ef509aae..09ac5d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "14.1.0", + "version": "14.2.0", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {