File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ is_template: False
66Changelog
77=========
88
9+ .. changelog-header :: 1.12.3 (2023-02-12)
10+
11+ Bugfixes
12+ ~~~~~~~~
13+
14+ * JavaScript client crashes on iPhone 6 and iPad mini 2 were fixed
15+
16+ * Previously, the client used JavaScript public field declarations in the
17+ Lona namespace class. Public field declarations are not supported in
18+ Safari versions lower 14.1 and iPhone 6 and iPad mini 2 are running
19+ version 12.
20+
21+
922.. changelog-header :: 1.12.2 (2023-02-10)
1023
1124Bugfixes
Original file line number Diff line number Diff line change 99from .view import View
1010from .app import App
1111
12- VERSION = (1 , 12 , 2 )
12+ VERSION = (1 , 12 , 3 )
1313VERSION_STRING = '.' .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55
66[project ]
7- version = " 1.12.2 "
7+ version = " 1.12.3 "
88name = " lona"
99description = " Write responsive web apps in full python"
1010
You can’t perform that action at this time.
0 commit comments