Skip to content

Releases: chialab/quantum

v1.1.1

08 Nov 09:32
5571f4d
Compare
Choose a tag to compare

Patch Changes

  • 1619112: Fix insertBefore children order.

v1.1.0

17 Jun 07:29
9c6aefa
Compare
Choose a tag to compare

Minor Changes

  • 77be9ad: Extend CharacterData prototype.

v1.0.2

31 May 10:42
595f097
Compare
Choose a tag to compare

Patch Changes

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

v1.0.1

27 Mar 09:52
c7fb228
Compare
Choose a tag to compare

Patch Changes

  • a23a405: Upgrade child nodes after realm initialization.

v1.0.0

05 Mar 07:53
ee80c8c
Compare
Choose a tag to compare

Major Changes

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.

v1.0.0-alpha.9

23 Jan 08:02
694de96
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

Minor Changes

  • 51ddff0: Introducing dangerouslyEnterRealms global method.

Patch Changes

  • e1db415: Improve TreeWalker implementation.

v1.0.0-alpha.8

22 Jan 10:17
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

Patch Changes

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

v1.0.0-alpha.7

12 Dec 12:00
c4394f2
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

Patch Changes

  • 82218d2: Fix hasChildNodes method.

v1.0.0-alpha.6

20 Nov 15:01
8bd866f
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Minor Changes

  • 48c4b21: Add dangerouslyOpenRealms and dangerouslyCloseRealms methods for interoperability.

Patch Changes

  • dfe7ae2: Fix previousNode and nextNode impl in TreeWalker.