From 2bb71f6289d8f1c307badaaaed19a3999ee6529b Mon Sep 17 00:00:00 2001
From: kooriookami <38392315+kooriookami@users.noreply.github.com>
Date: Fri, 5 Jan 2024 22:55:07 +0800
Subject: [PATCH] feat(element-plus): Support last 2 versions of browsers
(#15313)
feat(element-plus): support last 2 versions of browsers
---
docs/en-US/guide/installation.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/en-US/guide/installation.md b/docs/en-US/guide/installation.md
index e1b50a79e0..0c571a0e6f 100644
--- a/docs/en-US/guide/installation.md
+++ b/docs/en-US/guide/installation.md
@@ -5,16 +5,17 @@ lang: en-US
# Installation
-## Compatibility
+## Compatibility ^(2.5.0)
+
+Element Plus can run on browsers that support last 2 versions.
-Element Plus can run on browsers that support [ES2018](https://caniuse.com/?feats=mdn-javascript_builtins_regexp_dotall,mdn-javascript_builtins_regexp_lookbehind_assertion,mdn-javascript_builtins_regexp_named_capture_groups,mdn-javascript_builtins_regexp_property_escapes,mdn-javascript_builtins_symbol_asynciterator,mdn-javascript_functions_method_definitions_async_generator_methods,mdn-javascript_grammar_template_literals_template_literal_revision,mdn-javascript_operators_destructuring_rest_in_objects,mdn-javascript_operators_spread_spread_in_destructuring,promise-finally) and [ResizeObserver](https://caniuse.com/resizeobserver).
If you really need to support outdated browsers, please add [Babel](https://babeljs.io/) and Polyfill yourself.
Since Vue 3 no longer supports IE11, Element Plus does not support IE either.
-|  |  |  |  |
-| ---------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
-| Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 64 | Safari ≥ 12 |
+| 
Edge | 
Firefox | 
Chrome | 
Safari |
+|------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
+| last 2 versions | last 2 versions | last 2 versions | last 2 versions |
### Version