From 45e3b44bd0900f675b1e6883929f9de35a2f2e55 Mon Sep 17 00:00:00 2001 From: JP Date: Tue, 22 Feb 2022 10:45:48 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a29ed0e..03472fc 100644 --- a/README.md +++ b/README.md @@ -190,3 +190,8 @@ imitating `onChange` otherwise, while the editable is selected. Firefox workarounds. It also uses raw HTML highlighting / updating. - [`codemirror.next`](https://github.com/codemirror/codemirror.next) is an invaluable source to see different techniques when handling text input and DOM update tricks. + + +## Maintenance Status + +**Stable:** Formidable is not planning to develop any new features for this project. We are still responding to bug reports and security concerns. We are still welcoming PRs for this project, but PRs that include new features should be small and easy to integrate and should not include breaking changes.