Releases: chialab/quantum
Releases · chialab/quantum
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Major Changes
- b1cedf2: First release
Minor Changes
- 51ddff0: Introducing
dangerouslyEnterRealms
global method. - 48c4b21: Add
dangerouslyOpenRealms
anddangerouslyCloseRealms
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
andnextNode
impl in TreeWalker.
v1.0.0-alpha.9
v1.0.0-alpha.8
Patch Changes
- 3ca21f6: Store realm nodes in a temporary fragment.
v1.0.0-alpha.7
Patch Changes
- 82218d2: Fix
hasChildNodes
method.