Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@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
semantic-release-bot committed Jul 17, 2024
1 parent 7860e94 commit 0e11053
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions packages/embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [@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](https://github.com/Typeform/embed/issues/657)) ([7860e94](https://github.com/Typeform/embed/commit/7860e943a99ab35f7a59d537862c547a305766ac))


### 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.

# [@typeform/embed-v4.10.3](https://github.com/Typeform/embed/compare/@typeform/embed-v4.10.2...@typeform/embed-v4.10.3) (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeform/embed",
"version": "4.10.3",
"version": "5.0.0",
"main": "./build/index.js",
"types": "./types/index.d.ts",
"author": "Typeform",
Expand Down

0 comments on commit 0e11053

Please sign in to comment.