From ecf7f1dfc1da11ae32c36f4cae5fcfb45733ea5b Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:51:11 -0400 Subject: [PATCH] feat!: release breaking change as breaking (#634) Add README note about typescript BREAKING CHANGE: release breaking change (typescript) as breaking --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d7b6d50..7fe3ae0 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,7 @@ Requirements This component uses ``@edx/frontend-platform`` services such as i18n, analytics, configuration, and the ``AppContext`` React component, and expects that it has been loaded into a micro-frontend that has been properly initialized via ``@edx/frontend-platform``'s ``initialize`` function. `Please visit the frontend template application to see an example. `_ +As of version 7.x, consuming applications must support typescript. Environment Variables ==================== @@ -190,4 +191,4 @@ Please do not report security issues in public. Please email security@openedx.or .. |license| image:: https://img.shields.io/npm/l/@edx/frontend-component-header.svg :target: @edx/frontend-component-header .. |semantic-release| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg - :target: https://github.com/semantic-release/semantic-release \ No newline at end of file + :target: https://github.com/semantic-release/semantic-release