awatson1978 / meteor-api

Meteor API with tab completion and syntax highlighting.
MIT License
80 stars 17 forks source link

Deprecated selector in `meteor-api/styles/meteor-color-coding.less` #84

Open themiguelamador opened 7 years ago

themiguelamador commented 7 years ago

In meteor-api/styles/meteor-color-coding.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

halilertekin commented 7 years ago

+1

FaisalJulaidan commented 7 years ago

+1

ricaragao commented 7 years ago

+1

chriswaalberg commented 7 years ago

+1

laddi commented 7 years ago

+1

amandeepmittal commented 7 years ago

+1

OK1BR commented 7 years ago

+1

vioan commented 7 years ago

+1

abegehr commented 7 years ago

+1

t3nshi commented 7 years ago

+1

VioletaCalvo commented 7 years ago

+1

uso212 commented 7 years ago

+1

TarekRaafat commented 6 years ago

+1

thilakarajk commented 6 years ago

+1

MartinLorenz commented 6 years ago

+1

hanseartic commented 6 years ago

+1

oscrx commented 6 years ago

+1

naterkane commented 6 years ago

+1

naterkane commented 6 years ago

this appears to have been fixed here https://github.com/awatson1978/meteor-api/commit/873e2f72c68554a34be16dc77fff3619df7d565b#diff-6cb63e3aeaadc1c240f53ee1f2da43bb

however I continue to get the deprecation warning in Atom. thoughts?

naterkane commented 6 years ago

until @awatson1978 publishes a new version.... you can install the current master branch with

apm install awatson1978/meteor-api

after running the command, restart Atom and all should be fine.