# @chialab/quantum

## 1.1.1

### Patch Changes

-   1619112: Fix `insertBefore` children order.

## 1.1.0

### Minor Changes

-   77be9ad: Extend `CharacterData` prototype.

## 1.0.2

### Patch Changes

-   de951d0: Throw edit mode error only when a realm exists.

## 1.0.1

### Patch Changes

-   a23a405: Upgrade child nodes after realm initialization.

## 1.0.0

### Major Changes

-   b1cedf2: First release

### Minor Changes

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

## 1.0.0-alpha.9

### Minor Changes

-   51ddff0: Introducing `dangerouslyEnterRealms` global method.

### Patch Changes

-   e1db415: Improve `TreeWalker` implementation.

## 1.0.0-alpha.8

### Patch Changes

-   3ca21f6: Store realm nodes in a temporary fragment.

## 1.0.0-alpha.7

### Patch Changes

-   82218d2: Fix `hasChildNodes` method.

## 1.0.0-alpha.6

### Minor Changes

-   48c4b21: Add `dangerouslyOpenRealms` and `dangerouslyCloseRealms` methods for interoperability.

### Patch Changes

-   dfe7ae2: Fix `previousNode` and `nextNode` impl in TreeWalker.

## 1.0.0-alpha.5

### Patch Changes

-   0bd8cb7: Fix `insertAdjacentElement` method.

## 1.0.0-alpha.4

### Patch Changes

-   2a8158b: Export extend methods.

## 1.0.0-alpha.3

### Patch Changes

-   427dae8: Auto patch window if browser.

## 1.0.0-latest.2

### Patch Changes

-   08d7fa6: Patch DOM methods only when required.

## 1.0.0-alpha.1

### Patch Changes

-   53807b8: Add typings to package.

## 1.0.0-alpha.0

### Major Changes

-   3cf2c1a: First release
