Skip to content

Commit 10c0ef5

Browse files
chore(release): 1.17.6 [skip ci]
## [1.17.6](v1.17.5...v1.17.6) (2025-03-28) ### Bug Fixes * catch blur events in editors and emit 'leave' event instead ([53f54a3](53f54a3))
1 parent 9e8c40f commit 10c0ef5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.6](https://github.com/JinnElements/jinn-codemirror/compare/v1.17.5...v1.17.6) (2025-03-28)
2+
3+
4+
### Bug Fixes
5+
6+
* catch blur events in editors and emit 'leave' event instead ([53f54a3](https://github.com/JinnElements/jinn-codemirror/commit/53f54a308c3c4ff6447e081a11d4cdb5e90c671b))
7+
18
## [1.17.5](https://github.com/JinnElements/jinn-codemirror/compare/v1.17.4...v1.17.5) (2024-12-02)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jinntec/jinn-codemirror",
3-
"version": "1.17.5",
3+
"version": "1.17.6",
44
"description": "Source code editor component based on codemirror with language support for XML and Leiden+",
55
"repository": "https://github.com/JinnElements/jinn-codemirror.git",
66
"main": "index.js",

0 commit comments

Comments
 (0)