Skip to content

Commit

Permalink
Merge branch 'main' into feat-aside-header-top-block
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Oct 26, 2023
2 parents c4a58cd + c365096 commit 4e63f13
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.3](https://github.com/gravity-ui/navigation/compare/v1.1.2...v1.1.3) (2023-10-24)


### Bug Fixes

* **MultipleTooltip:** disable layer ([#141](https://github.com/gravity-ui/navigation/issues/141)) ([65452a9](https://github.com/gravity-ui/navigation/commit/65452a9e7558b10288f31bd646785b8a05c4dcb3))

## [1.1.2](https://github.com/gravity-ui/navigation/compare/v1.1.1...v1.1.2) (2023-10-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/navigation",
"version": "1.1.2",
"version": "1.1.3",
"description": "Gravity UI Navigation components",
"license": "MIT",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const MultipleTooltip: React.FC<MultipleTooltipProps> = ({
offset={POPUP_OFFSET}
contentClassName={b(null)}
modifiers={POPUP_MODIFIERS}
disableLayer
>
<div className={b('items-container')}>
{items
Expand Down

0 comments on commit 4e63f13

Please sign in to comment.