0.6.0
·
90 commits
to develop
since this release
2017-01-24
Please note that the minimal version for this theme is now >=1.13.0 due to the Atom theme API change!
Improvements
❯ Migrated to the new Atom theme API.
Starting from Atom version 1.13, the contents of atom-text-editor
elements are no longer encapsulated within a shadow DOM boundary.
This means the :host
and ::shadow
pseudo-selectors should be completely removed and all syntax selectors should be prepended with syntax--
.
To prevent breakage with existing style sheets, Atom will automatically upgrade selectors for versions less or equal to 1.12. (@arcticicestudio, #31, 42d7f7b)
The full changelog ist available here