Skip to content

Commit bed68af

Browse files
committed
Clean up change log
1 parent 215a2e6 commit bed68af

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Others
4646
- ``CITestStreamFilter::$buffer = ''`` no longer causes the filter to be registered to listen for streams. Now there
4747
is a ``CITestStreamFilter::registration()`` method for this. See :ref:`upgrade-430-stream-filter` for details.
4848
- The data structure returned by :ref:`BaseConnection::getForeignKeyData() <metadata-getforeignkeydata>` has been changed.
49+
- :php:func:`script_tag()` and :php:func:`safe_mailto()` no longer output ``type="text/javascript"`` in ``<script>`` tag.
4950

5051
.. _v430-interface-changes:
5152

@@ -111,6 +112,7 @@ Commands
111112
- Now ``spark routes`` command shows route names. See :ref:`URI Routing <routing-spark-routes>`.
112113
- Help information for a spark command can now be accessed using the ``--help`` option (e.g. ``php spark serve --help``)
113114
- Added methods ``CLI::promptByMultipleKeys()`` to support multiple value in input, unlike ``promptByKey()``. See :ref:`prompt-by-multiple-keys` for details.
115+
- HTTP/3 is now considered a valid protocol.
114116

115117
Testing
116118
=======
@@ -154,14 +156,16 @@ Helpers and Functions
154156
- Added new Form helper function :php:func:`validation_errors()`, :php:func:`validation_list_errors()` and :php:func:`validation_show_error()` to display Validation Errors.
155157
- You can set the locale to :php:func:`route_to()` if you pass a locale value as the last parameter.
156158
- Added :php:func:`request()` and :php:func:`response()` functions.
159+
- Add :php:func:`decamelize()` function to convert camelCase to snake_case.
157160

158161
Others
159162
======
160163

161164
- Added ``$routes->useSupportedLocalesOnly(true)`` so that the Router returns 404 Not Found if the locale in the URL is not supported in ``Config\App::$supportedLocales``. See :ref:`Localization <localization-in-routes>`
162165
- Now you can specify Composer packages to auto-discover manually. See :ref:`Code Modules <modules-specify-composer-packages>`.
163166
- Added new ``$routes->view()`` method to return a the view directly. See :ref:`View Routes <view-routes>`.
164-
- View Cells are now first-class citizens and can located in the **app/Cells** directory. See :ref:`View Cells <view-cells-app-cells>`.
167+
- View Cells are now first-class citizens and can located in the **app/Cells** directory. See :ref:`View Cells <app-cells>`.
168+
- Add ``Controlled Cells`` that provide more structure and flexibility to your View Cells. See :ref:`View Cells <controlled-cells>` for details.
165169

166170
Changes
167171
*******

0 commit comments

Comments
 (0)