Skip to content

Commit

Permalink
[CORL-2111] Fix issue with line-breaks in iOS (#27)
Browse files Browse the repository at this point in the history
* fix: iOS new line issue

fastmail/Squire#413

* fix: json
  • Loading branch information
cvle authored Jun 9, 2021
1 parent a2256c2 commit f809964
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,14 @@
},
"dependencies": {
"classnames": "^2.2.6",
"squire-rte": "^1.10.2"
"squire-rte": "1.11.0"
},
"dependencies-pins-documentation": {
"[email protected]": [
"Newer versions have problems with line breaks in iOS.",
"Update when the following issue is resolved:",
"https://github.com/neilj/Squire/issues/413"
]
},
"browsers": [
">1%",
Expand Down

0 comments on commit f809964

Please sign in to comment.