Skip to content

Commit

Permalink
Merge pull request #11 from chialab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
edoardocavazza authored Jun 17, 2024
2 parents 64fdcdf + b2b1b97 commit 9c6aefa
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/tame-ligers-count.md

This file was deleted.

58 changes: 32 additions & 26 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/quantum",
"description": "Custom elements composition made easy",
"version": "1.0.2",
"version": "1.1.0",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 9c6aefa

Please sign in to comment.