diff --git a/src/pages/_data/docs.yml b/src/pages/_data/docs.yml index 63a654221..ec7d0e338 100644 --- a/src/pages/_data/docs.yml +++ b/src/pages/_data/docs.yml @@ -13,6 +13,9 @@ base: download: title: Download url: docs/download.html + browser-support: + title: Browser Support + url: docs/browser-support.html content: title: Content diff --git a/src/pages/_docs/browser-support.md b/src/pages/_docs/browser-support.md new file mode 100644 index 000000000..260687a7f --- /dev/null +++ b/src/pages/_docs/browser-support.md @@ -0,0 +1,21 @@ +--- +title: Browser Support +menu: docs.base.browser-support +--- + +As of this latest release, Tabler has launched many new features that may not be compatible with all browsers, especially older ones. + +For instance, Tabler no longer uses **vendor prefixes** in styles that are known to have some compatibility issues except for a few parts. Tabler also supports new features such as **CSS grid**, **object fit**, and **sticky positioning** which is not yet supported on all browsers. In short, Tabler supports all the latest supported browsers with **only** partial support for Internet Explorer. + +## Supported Browsers + +Browser|Version +---|---------- + Edge|last 3 versions + Firefox|last 3 versions, ESR + Chrome|last 3 versions + Safari|last 3 versions + Opera|last 3 versions + Electron|last 3 versions + Brave|last 3 versions + Vivaldi|last 3 versions \ No newline at end of file diff --git a/src/static/browsers/brave.svg b/src/static/browsers/brave.svg new file mode 100644 index 000000000..1956cd07d --- /dev/null +++ b/src/static/browsers/brave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/chrome.svg b/src/static/browsers/chrome.svg new file mode 100644 index 000000000..56fd5ffe8 --- /dev/null +++ b/src/static/browsers/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/edge.svg b/src/static/browsers/edge.svg new file mode 100644 index 000000000..375d0acc9 --- /dev/null +++ b/src/static/browsers/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/electron.svg b/src/static/browsers/electron.svg new file mode 100644 index 000000000..692b12688 --- /dev/null +++ b/src/static/browsers/electron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/firefox.svg b/src/static/browsers/firefox.svg new file mode 100644 index 000000000..9b493af50 --- /dev/null +++ b/src/static/browsers/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/opera.svg b/src/static/browsers/opera.svg new file mode 100644 index 000000000..fd142af31 --- /dev/null +++ b/src/static/browsers/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/safari.svg b/src/static/browsers/safari.svg new file mode 100644 index 000000000..ec2265687 --- /dev/null +++ b/src/static/browsers/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/vivaldi.svg b/src/static/browsers/vivaldi.svg new file mode 100644 index 000000000..616ce6a17 --- /dev/null +++ b/src/static/browsers/vivaldi.svg @@ -0,0 +1 @@ + \ No newline at end of file