Skip to content

Commit

Permalink
chore: publish root package [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
core-ds-bot committed Nov 5, 2024
1 parent 10ca06e commit a46ab9e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 47.25.2

<sup><time>05.11.2024</time></sup>

### [#1436](https://github.com/core-ds/core-components/pull/1436)

#### Что изменилось
- Добавление нового класса для попапа в галереи через пропс. Чтобы можно было прокидывать appId для работа изоляции стилей.

#### Влияние на компоненты
- Патчи<br />`gallery`


### [#1430](https://github.com/core-ds/core-components/pull/1430)

#### Что изменилось
- Icon-view: в компоненте ellipse восстановлен случайно удалённый вариант; пропсы: size: 40, topAddond: on

#### Влияние на компоненты
- Патчи<br />`icon-view`


### [#1418](https://github.com/core-ds/core-components/pull/1418)

#### Что изменилось
- Фикс проверки url, переданного в image src, на предмет видео или нет. Когда передавалось base64, регулярка долго выполнялась и компонент крашился.

#### Влияние на компоненты
- Патчи<br />`gallery`



## 47.25.1

<sup><time>02.11.2024</time></sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components",
"version": "47.25.1",
"version": "47.25.2",
"private": true,
"workspaces": [
"packages/*"
Expand Down

0 comments on commit a46ab9e

Please sign in to comment.