Skip to content

Commit

Permalink
Merge pull request #175 from sebbayer/fix-ssr-id
Browse files Browse the repository at this point in the history
Fix hydration warnings in Vue 3 SSR
  • Loading branch information
digitas-git authored Sep 6, 2024
2 parents 1999f57 + 59900a5 commit 394ef8c
Show file tree
Hide file tree
Showing 5 changed files with 5,821 additions and 8,784 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.0.3 (September 09, 2024)

### autocomplete-vue
- Fixed hydration warnings in SSR by generating id with Vue 3.5 `useId` function
- Updated dependencies

## v3.0.2 (April 04, 2024)

- Fixed class and style attributes not rendered on root tag to preserve Vue 2.x `inheritAttrs` behaviour
Expand Down
Loading

0 comments on commit 394ef8c

Please sign in to comment.