Skip to content

Commit 108d651

Browse files
ydb-platform-botariser
authored andcommitted
chore(main): release 3.0.0
1 parent 93e3197 commit 108d651

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ydb-platform/ydb-ui-components/compare/v2.4.1...v3.0.0) (2022-09-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* peer deps update: migrated from `@yandex-cloud/uikit` to `@gravity-ui/uikit`
9+
* updated i18n, and removed it from peer deps
10+
* removed deprecated i18n instance export
11+
12+
#### Setting language in ydb-ui-components
13+
14+
**v2**
15+
```js
16+
import {i18n} from 'ydb-ui-components';
17+
18+
i18n.setLang('en');
19+
```
20+
21+
**v3**
22+
```js
23+
import {configure} from 'ydb-ui-components';
24+
25+
configure({lang: 'en'});
26+
```
27+
328
## [2.4.1](https://github.com/ydb-platform/ydb-ui-components/compare/v2.4.0...v2.4.1) (2022-08-02)
429

530

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-ui-components",
3-
"version": "2.4.1",
3+
"version": "3.0.0",
44
"description": "",
55
"license": "MIT",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)