Skip to content

Commit d8ce38a

Browse files
authored
Merge pull request #3 from Shakya47/changeset-release/main
Version Packages
2 parents 9d5b6d3 + fcefb90 commit d8ce38a

5 files changed

Lines changed: 23 additions & 12 deletions

File tree

.changeset/huge-update.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pip-it-up/core
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5c77fb7: Significant changes have been made across multiple rounds:
8+
- Round 2: dead code removal, anti-pattern fixes, performance improvements
9+
- Round 3: `isInsidePip` correctness, Strict Mode destroy fix, React 19 ref compat, registry fixes
10+
- Playground regression fix: `setDefaultElements` API, `PipPortal` context threading, `PipWrapper` mode override
11+
312
## 0.1.1
413

514
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pip-it-up/core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Vanilla JS engine for the Document Picture-in-Picture API — move, clone, or portal any DOM element into a floating PiP window",
55
"keywords": [
66
"picture-in-picture",

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @pip-it-up/react
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5c77fb7: Significant changes have been made across multiple rounds:
8+
- Round 2: dead code removal, anti-pattern fixes, performance improvements
9+
- Round 3: `isInsidePip` correctness, Strict Mode destroy fix, React 19 ref compat, registry fixes
10+
- Playground regression fix: `setDefaultElements` API, `PipPortal` context threading, `PipWrapper` mode override
11+
12+
- Updated dependencies [5c77fb7]
13+
- @pip-it-up/core@0.1.4
14+
315
## 0.1.1
416

517
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pip-it-up/react",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "React components and hooks for the Document Picture-in-Picture API — PipWrapper, PipTrigger, usePip, useIsPipSupported",
55
"keywords": [
66
"picture-in-picture",

0 commit comments

Comments
 (0)