-
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.
Merge pull request #11 from chialab/changeset-release/main
Version Packages
- Loading branch information
Showing
3 changed files
with
33 additions
and
32 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,104 +1,110 @@ | ||
# @chialab/quantum | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 77be9ad: Extend `CharacterData` prototype. | ||
|
||
## 1.0.2 | ||
|
||
### Patch Changes | ||
|
||
- de951d0: Throw edit mode error only when a realm exists. | ||
- de951d0: Throw edit mode error only when a realm exists. | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- a23a405: Upgrade child nodes after realm initialization. | ||
- a23a405: Upgrade child nodes after realm initialization. | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- b1cedf2: First release | ||
- b1cedf2: First release | ||
|
||
### Minor Changes | ||
|
||
- 51ddff0: Introducing `dangerouslyEnterRealms` global method. | ||
- 48c4b21: Add `dangerouslyOpenRealms` and `dangerouslyCloseRealms` methods for interoperability. | ||
- 51ddff0: Introducing `dangerouslyEnterRealms` global method. | ||
- 48c4b21: Add `dangerouslyOpenRealms` and `dangerouslyCloseRealms` methods for interoperability. | ||
|
||
### Patch Changes | ||
|
||
- 427dae8: Auto patch window if browser. | ||
- 3ca21f6: Store realm nodes in a temporary fragment. | ||
- 82218d2: Fix `hasChildNodes` method. | ||
- 53807b8: Add typings to package. | ||
- e1db415: Improve `TreeWalker` implementation. | ||
- 08d7fa6: Patch DOM methods only when required. | ||
- 0bd8cb7: Fix `insertAdjacentElement` method. | ||
- 2a8158b: Export extend methods. | ||
- dfe7ae2: Fix `previousNode` and `nextNode` impl in TreeWalker. | ||
- 427dae8: Auto patch window if browser. | ||
- 3ca21f6: Store realm nodes in a temporary fragment. | ||
- 82218d2: Fix `hasChildNodes` method. | ||
- 53807b8: Add typings to package. | ||
- e1db415: Improve `TreeWalker` implementation. | ||
- 08d7fa6: Patch DOM methods only when required. | ||
- 0bd8cb7: Fix `insertAdjacentElement` method. | ||
- 2a8158b: Export extend methods. | ||
- dfe7ae2: Fix `previousNode` and `nextNode` impl in TreeWalker. | ||
|
||
## 1.0.0-alpha.9 | ||
|
||
### Minor Changes | ||
|
||
- 51ddff0: Introducing `dangerouslyEnterRealms` global method. | ||
- 51ddff0: Introducing `dangerouslyEnterRealms` global method. | ||
|
||
### Patch Changes | ||
|
||
- e1db415: Improve `TreeWalker` implementation. | ||
- e1db415: Improve `TreeWalker` implementation. | ||
|
||
## 1.0.0-alpha.8 | ||
|
||
### Patch Changes | ||
|
||
- 3ca21f6: Store realm nodes in a temporary fragment. | ||
- 3ca21f6: Store realm nodes in a temporary fragment. | ||
|
||
## 1.0.0-alpha.7 | ||
|
||
### Patch Changes | ||
|
||
- 82218d2: Fix `hasChildNodes` method. | ||
- 82218d2: Fix `hasChildNodes` method. | ||
|
||
## 1.0.0-alpha.6 | ||
|
||
### Minor Changes | ||
|
||
- 48c4b21: Add `dangerouslyOpenRealms` and `dangerouslyCloseRealms` methods for interoperability. | ||
- 48c4b21: Add `dangerouslyOpenRealms` and `dangerouslyCloseRealms` methods for interoperability. | ||
|
||
### Patch Changes | ||
|
||
- dfe7ae2: Fix `previousNode` and `nextNode` impl in TreeWalker. | ||
- dfe7ae2: Fix `previousNode` and `nextNode` impl in TreeWalker. | ||
|
||
## 1.0.0-alpha.5 | ||
|
||
### Patch Changes | ||
|
||
- 0bd8cb7: Fix `insertAdjacentElement` method. | ||
- 0bd8cb7: Fix `insertAdjacentElement` method. | ||
|
||
## 1.0.0-alpha.4 | ||
|
||
### Patch Changes | ||
|
||
- 2a8158b: Export extend methods. | ||
- 2a8158b: Export extend methods. | ||
|
||
## 1.0.0-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- 427dae8: Auto patch window if browser. | ||
- 427dae8: Auto patch window if browser. | ||
|
||
## 1.0.0-latest.2 | ||
|
||
### Patch Changes | ||
|
||
- 08d7fa6: Patch DOM methods only when required. | ||
- 08d7fa6: Patch DOM methods only when required. | ||
|
||
## 1.0.0-alpha.1 | ||
|
||
### Patch Changes | ||
|
||
- 53807b8: Add typings to package. | ||
- 53807b8: Add typings to package. | ||
|
||
## 1.0.0-alpha.0 | ||
|
||
### Major Changes | ||
|
||
- 3cf2c1a: First release | ||
- 3cf2c1a: First release |
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