Skip to content

v2.0.0 - Removed references to Shadow DOM

Latest
Compare
Choose a tag to compare
@JimmyMultani JimmyMultani released this 26 Nov 04:53
· 62 commits to master since this release

With the removal of the Shadow DOM boundary from <atom-text-editor> elements, this release will not be backwards-compatible.

  • All scope selectors will now use a new syntax-- style
  • All instances of :host and ::shadow have been removed in favour of the current atom-text-editor syntax

Big thanks to @alexrussell for the contribution.