Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions source/reference/api/javascript-sdk.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:is-up-to-date: True
:last-updated: 4.3.0
:last-updated: 4.4.3

.. index:: JavaScript SDK

Expand Down Expand Up @@ -33,8 +33,11 @@ The `Video Center Blueprint <https://craftercms.com/marketplace/video-center-blu

The `Authoring Plugin Examples <https://github.com/craftercms/authoring-ui-plugin-examples>`__ repo showcases how to use the above JavaScript SDK packages to build Authoring Plugins.

.. _compatibility-with-craftercms-version:

-------------------------------------
Compatibility with CrafterCMS Version
=========================================
-------------------------------------

Beginning with versions released after 4.3.0, CrafterCMS NPM libraries will adopt Semantic Versioning instead of having the same version number as the product.
The compatibility information between your CrafterCMS installation and the corresponding SDK versions is as follows:
Expand All @@ -53,6 +56,17 @@ The compatibility information between your CrafterCMS installation and the corre
- `Experience Builder <https://www.npmjs.com/package/@craftercms/experience-builder>`__
- `Studio UI <https://www.npmjs.com/package/@craftercms/studio-ui>`__

* - 4.4.3
- ^4.3.0
- ^4.3.0
- ^4.3.0
- ^4.3.0
- ^4.3.0
- ^4.3.0
- ^4.3.0
- ^5.0.0
- ^5.0.0

* - 4.3
- 4.3.0
- 4.3.0
Expand Down
3 changes: 3 additions & 0 deletions source/release-notes/4-4-3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Studio UI

* Moved ``isVideo``, ``isAudio` and ``isPdfDocument`` functions from ``PathNavigator/utils.ts`` to ``utils/content.ts``.

- CrafterCMS version 4.4.3 works with JavaScript SDK version 5.0.0 and later as mentioned in :ref:`breaking-changes-in-craftercms-4-4-3`.
See :ref:`compatibility-with-craftercms-version` for more information.

^^^^^^^^^^^^^^^^^^
Dependency Updates
^^^^^^^^^^^^^^^^^^
Expand Down
8 changes: 8 additions & 0 deletions source/release-notes/4-x-breaking-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ before upgrading. Please review the following and apply changes as required:

|hr|

.. _breaking-changes-in-craftercms-4-4-3:

------------------------------------
Breaking Changes in CrafterCMS 4.4.3
------------------------------------
CrafterCMS version 4.4.3 works with JavaScript SDK version 5.0.0 and later. See :ref:`compatibility-with-craftercms-version`
for more information.

.. _breaking-changes-in-craftercms-4-4-0:

------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ What's Supported?
- June 13, 2025
- :green:`Active`
- :green:`Active`
- 4.4.3 (TBD, 2025)
- 4.4.3 (September 4, 2025)
* - 4.3
- February 21, 2025
- :maroon:`Ended on June 13, 2025`
Expand Down