From 8e73f5714052a23da7e7dd91dd07ef9c3d10b11c Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 8 Jan 2026 16:50:48 +0100 Subject: [PATCH] docs: update browser support documentation to reflect minimum version requirements and clarify unsupported browsers --- .../ui/getting-started/browser-support.md | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/docs/content/ui/getting-started/browser-support.md b/docs/content/ui/getting-started/browser-support.md index d1b184429..5eea39e7b 100644 --- a/docs/content/ui/getting-started/browser-support.md +++ b/docs/content/ui/getting-started/browser-support.md @@ -6,23 +6,30 @@ summary: Learn about the supported browsers and compatibility guidelines for usi Tabler is fully optimized for all modern browsers, including the latest versions of Chrome, Firefox, Edge, Safari, and Opera. These browsers ensure a seamless and responsive experience, allowing users to enjoy Tabler's advanced UI components without compatibility issues. -In this latest release, Tabler introduces modern features like CSS Grid, object fit, and sticky positioning, which enhance design flexibility but may not be fully supported on older browsers. While Tabler has dropped most vendor prefixes to streamline its styles, partial support remains for Internet Explorer, with some features potentially limited. +Tabler supports browsers with at least 0.5% global usage, the last 2 major versions of each browser, and excludes dead browsers. The framework introduces modern features like CSS Grid, object fit, and sticky positioning, which enhance design flexibility but may not be fully supported on older browsers. For the best experience, we recommend using one of the latest supported browsers to take full advantage of Tabler’s capabilities and design precision. ## Supported Browsers -Browser|Version +Browser|Minimum Version ---|---------- -Edge Logo|last 3 versions -Firefox Logo|last 3 versions, ESR -Chrome Logo|last 3 versions -Safari Logo|last 3 versions -Opera Logo|last 3 versions -Electron Logo|last 3 versions -Brave Logo|last 3 versions -Vivaldi Logo|last 3 versions +Chrome Logo|Chrome 120+ +Firefox Logo|Firefox 121+ +Safari Logo|Safari 15.6+ +Edge Logo|last 2 major versions +Opera Logo|last 2 major versions +Electron Logo|last 2 major versions +Brave Logo|last 2 major versions +Vivaldi Logo|last 2 major versions -## Internet Explorer +## Mobile Browsers -Internet Explorer is not supported. \ No newline at end of file +Browser|Minimum Version +---|---------- +iOS Safari|iOS 15.6+ +Samsung Internet|Samsung 23+ + +## Unsupported Browsers + +Internet Explorer 11 and earlier versions are not supported. KaiOS 2.5 and earlier versions are also not supported. \ No newline at end of file