Skip to content

Commit

Permalink
Merge pull request #421 from VKCOM/pavelnikitin/feature/add-SetURLSea…
Browse files Browse the repository at this point in the history
…rchParams-type-export/MA-16876

MA-16876: add SetURLSearchParams type export
  • Loading branch information
pasha-nikitin-2003 authored May 15, 2024
2 parents aa6c84a + 62ab347 commit b327f59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.4.4
-
- Добавили экспорт типа SetURLSearchParams

v1.4.3
-
- Добавили проверку платформы в useEnableSwipeBack
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export { createBrowserRouter } from './utils/createBrowserRouter';
export { useRouteNavigator, useParams, usePopout } from './hooks/hooks';
export { useGetPanelForView } from './hooks/useGetPanelForView';
export { useSearchParams } from './hooks/useSearchParams';
export type { SetURLSearchParams } from './hooks/useSearchParams';
export { useMetaParams } from './hooks/useMetaParams';
export { useFirstPageCheck } from './hooks/useFirstPageCheck';
export { useActiveVkuiLocation } from './hooks/useActiveVkuiLocation';
Expand Down

0 comments on commit b327f59

Please sign in to comment.