You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Front-end changes
33
33
34
34
Clickable area
35
35
^^^^^^^^^^^^^^
36
-
The size of the CSS variable ``--clickable-area`` variable has shrunk from ``44px`` to ``34px``.
36
+
The size of the CSS variable ``--clickable-area`` variable has shrunk from ``44px`` to ``34px``.
37
37
This will result in several regressions and paper-cuts in your app that will need to be manually fixed.
38
38
It's recommended to:
39
39
@@ -46,8 +46,8 @@ It's recommended to:
46
46
47
47
Line height
48
48
^^^^^^^^^^^
49
-
The ``--default-line-height`` variable has changed from ``24px``` to ``1.5`` for the ``--default-font-size`` this
50
-
means that the actual value in pixel will go from 24 to 22.5. Although this is a slight change, it's recommended
49
+
The ``--default-line-height`` variable has changed from ``24px``` to ``1.5`` for the ``--default-font-size`` this
50
+
means that the actual value in pixel will go from 24 to 22.5. Although this is a slight change, it's recommended
51
51
to check for visual regressions in your app.
52
52
53
53
@@ -194,6 +194,7 @@ Added APIs
194
194
- ``OCP\AppFramework\Bootstrap\IRegistrationContext::registerTaskProcessingTaskType()`` was added to allow registering task processing task types
195
195
- ``OCP\Files\IRootFolder::getAppDataDirectoryName()`` was added to allow getting the name of the app data directory
196
196
- ``OCP\Security\IHasher::validate()`` should return true if the passed string is a valid hash generated by ``OCP\Security\IHasher::hash()``
197
+
- ``OCP\AppFramework\Http\JSONResponse()`` constructor now supports passing additional ``json_encode`` flags, see https://www.php.net/manual/en/function.json-encode.php for details
0 commit comments