File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## UNRELEASED
3
+ ## Version 1.5.1 (2022-09-22)
4
4
5
5
- Remove ` utm_source ` in atom feed links again (I don't like it in URLs).
6
+ - Fix Netlify CMS cursor jump issue in Chrome/Edge (see https://github.com/netlify/netlify-cms/issues/5092 ).
6
7
7
8
## Version 1.5.0 (2020-11-01)
8
9
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ copyright = "2021 by lernblog.org - Creative Commons Attribution-ShareAlike 4.0"
8
8
9
9
[params ]
10
10
lernblogName = " Lernblog"
11
- lernblogVersion = " 1.5.0 "
11
+ lernblogVersion = " 1.5.1 "
12
12
lernblogUrl = " https://www.lernblog.org"
13
13
14
14
[permalinks ]
Original file line number Diff line number Diff line change 7
7
< title > Lernblog Admin</ title >
8
8
9
9
< script src ="https://identity.netlify.com/v1/netlify-identity-widget.js "> </ script >
10
+ < style >
11
+ /* Fix Netlify CMS cursor jump issue in Chrome/Edge (see https://github.com/netlify/netlify-cms/issues/5092). */
12
+ [data-slate-editor ] {
13
+ -webkit-user-modify : read-write !important ;
14
+ }
15
+ </ style >
10
16
</ head >
11
17
< body >
12
18
< script src ="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js "> </ script >
You can’t perform that action at this time.
0 commit comments