googlearchive / paper-menu

A Material Design menu
https://www.webcomponents.org/element/PolymerElements/paper-menu
27 stars 48 forks source link

Deprecation notice #116

Closed BorntraegerMarc closed 7 years ago

BorntraegerMarc commented 7 years ago

At least add a deprecation notice in the README so that everybody knows, that the element is not supported anymore.

a8775 commented 7 years ago

What component could be used in place of the paper-menu to get the submenu functionality? Is any example available?

balloob commented 7 years ago

According to this convo on Slack it is suggested to use paper-listbox instead.

phidias51 commented 7 years ago

The proper way to deprecate code is to use the @deprecated annotation and to point the user to the replacement component. Ideally the build process/linter should point out when you're using deprecated code, so that you can update your code accordingly.

notwaldorf commented 7 years ago

Added a note!