forked from channel-io/bezier-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(changesets): version packages (channel-io#1765)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @channel.io/[email protected] ### Minor Changes - Allow external window for bezier ([channel-io#1764](channel-io#1764)) by @Tanney-102 - You can inject window object with WindowProvider. - example ```ts <WindowProvider window={givenExternalWindow ?? window} document={givenExternalDocument ?? window.document} > // ... </WindowProvider>; // use window in context with useWindow const { window, document } = useWindow(); ``` - BezierProvider includes WindowProvider so that inject external window with BezierProvider. - WindowProvider also provide getRootElement function that returns window.document. - Migrate Bezier components to use useWindow instead of functions in utils/dom.ts ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
475161b
commit 9b76e0f
Showing
5 changed files
with
35 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# bezier-figma-plugin | ||
|
||
## 0.4.13 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- @channel.io/[email protected] | ||
|
||
## 0.4.12 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters