branch: externals/js2-mode
commit 1662cb8ff00165dc53d9d702863380de88ce9e20
Author: Jackson Ray Hamilton <[email protected]>
Commit: Jackson Ray Hamilton <[email protected]>
Document changes with relation to JSX support added in Emacs 27
---
NEWS.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/NEWS.md b/NEWS.md
index c120be7..7c2bf4a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,13 @@
# History of user-visible changes
+## 2019-06-03
+
+* Emacs 27 now provides improved JSX indentation support, along with
+ new JSX highlighting and detection support. Install Emacs 27 and use
+ `js-mode` with `js2-minor-mode` (see README), rather than
+ `js2-jsx-mode`.
+* Using `js2-jsx-mode` will now trigger a warning in Emacs 27.
+
## 2019-02-19
* Changed the default of `js2-strict-trailing-comma-warning` to nil.