Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [@typeform/embed-v5.0.0](https://github.com/Typeform/embed/compare/@typeform/embed-v4.10.3...@typeform/embed-v5.0.0) (2024-07-17) ### Bug Fixes * **TU-15133:** Rename `ref` prop to `embedRef` for proper typing ([#657](#657)) ([7860e94](7860e94)) ### BREAKING CHANGES * **TU-15133:** Components are unable to access `ref` prop directly. Using `forwardRef` breaks the typings. Since we do not accept any `ForwardedRef` but rather only `MutableRefObject`, we will rename the prop to type it correctly. * chore(TU-15133): Update NextJS demos to run on latest version Add examples for the App Router available from NextJS version >= 13. * feat(TU-15133): Update CI to run on Node version 22 * **TU-15133:** The library no longer supports node version 16 (end of life 2023-09-11). React version is bumped and requires node >= 18.
- Loading branch information