Skip to content

Commit

Permalink
chore(demo): update outdated info for documentation page `Browser Sup…
Browse files Browse the repository at this point in the history
…port`
  • Loading branch information
nsbarsukov committed Dec 3, 2024
1 parent 706e47c commit 2b23924
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
12 changes: 0 additions & 12 deletions .browserslistrc

This file was deleted.

14 changes: 11 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
"stylelint --fix"
]
},
"browserslist": [
"extends @taiga-ui/browserslist-config"
],
"prettier": "@taiga-ui/prettier-config",
"stylelint": {
"extends": [
Expand All @@ -97,6 +100,7 @@
"@nx/rollup": "20.1.4",
"@nx/workspace": "20.1.4",
"@taiga-ui/auto-changelog-config": "0.235.1",
"@taiga-ui/browserslist-config": "0.235.1",
"@taiga-ui/commitlint-config": "0.235.1",
"@taiga-ui/cspell-config": "0.235.1",
"@taiga-ui/eslint-plugin-experience": "0.235.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@ import {TuiAddonDoc} from '@taiga-ui/addon-doc';
})
export default class BrowserSupportComponent {
protected readonly desktopBrowsers = [
{name: 'Google Chrome', version: '74+'},
{name: 'Mozilla Firefox', version: '87+'},
{name: 'Safari', version: '12.1+'},
{name: 'Opera', version: '62+'},
{name: 'Edge (Chromium)', version: '74+'},
{name: 'Google Chrome', version: '88+'},
{name: 'Mozilla Firefox', version: '120+'},
{name: 'Safari', version: '13.1+'},
{name: 'Opera', version: '74+'},
{name: 'Edge', version: '88+'},
{name: 'Yandex Browser', version: '21.2+'},
{name: 'Microsoft Internet Explorer', version: null},
{name: 'Edge (EdgeHTML)', version: null},
] as const;

protected readonly mobileBrowsers = [
{name: 'Google Chrome', version: '90+'},
{name: 'Mozilla Firefox', version: '99+'},
{name: 'Safari', version: '12.2+'},
{name: 'Opera', version: '64+'},
{name: 'Google Chrome', version: '88+'},
{name: 'Mozilla Firefox', version: '120+'},
{name: 'Safari', version: '13.4+'},
{name: 'Opera', version: '63+'},
{name: 'Samsung Mobile', version: '15+'},
{name: 'Yandex Browser', version: '21.2+'},
];
}

0 comments on commit 2b23924

Please sign in to comment.