Skip to content

0.10.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 24 Jan 20:36
· 26 commits to develop since this release
v0.10.0


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, 42d7f7ba)


The full changelog ist available here