Releases: dracula/atom
Releases Β· dracula/atom
v2.0.0 - Removed references to Shadow DOM
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 currentatom-text-editor
syntax
Big thanks to @alexrussell for the contribution.