Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

2.1.0

Latest
Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 29 Apr 08:02
v2.1.0


2017-04-29

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, #9 PR #10, d885264)


The full changelog ist available here